Searched refs:FieldCount (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | CXXFieldCollector.h | 34 SmallVector<size_t, 4> FieldCount; variable 52 void StartClass() { FieldCount.push_back(0); } in StartClass() 57 ++FieldCount.back(); in Add() 62 assert(!FieldCount.empty() && "no currently-parsed class"); in getCurNumFields() 63 return FieldCount.back(); in getCurNumFields() 73 FieldCount.pop_back(); in FinishClass()
|
| /freebsd/sys/contrib/dev/acpica/components/namespace/ |
| H A D | nsinit.c | 528 Info->FieldCount++; in AcpiNsInitOneObject() 533 Info->FieldCount++; in AcpiNsInitOneObject()
|
| /freebsd/sys/contrib/dev/acpica/include/ |
| H A D | acstruct.h | 254 UINT32 FieldCount; member
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyAsmPrinter.cpp | 474 int FieldCount = int(!Languages.empty()) + int(!Tools.empty()); in EmitProducerInfo() local 475 if (FieldCount != 0) { in EmitProducerInfo() 480 OutStreamer->emitULEB128IntValue(FieldCount); in EmitProducerInfo()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | CodeViewDebug.cpp | 2479 unsigned FieldCount; in lowerCompleteTypeClass() local 2481 std::tie(FieldTI, VShapeTI, FieldCount, ContainsNestedClass) = in lowerCompleteTypeClass() 2499 ClassRecord CR(Kind, FieldCount, CO, FieldTI, TypeIndex(), VShapeTI, in lowerCompleteTypeClass() 2528 unsigned FieldCount; in lowerCompleteTypeUnion() local 2530 std::tie(FieldTI, std::ignore, FieldCount, ContainsNestedClass) = in lowerCompleteTypeUnion() 2539 UnionRecord UR(FieldCount, CO, FieldTI, SizeInBytes, FullName, in lowerCompleteTypeUnion()
|
| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | WasmObjectFile.cpp | 1234 uint32_t FieldCount = readVaruint32(Ctx); in parseTypeSection() local 1235 while (FieldCount--) { in parseTypeSection()
|