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 | 472 int FieldCount = int(!Languages.empty()) + int(!Tools.empty()); in EmitProducerInfo() local 473 if (FieldCount != 0) { in EmitProducerInfo() 478 OutStreamer->emitULEB128IntValue(FieldCount); in EmitProducerInfo()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 2465 unsigned FieldCount; in lowerCompleteTypeClass() 2467 std::tie(FieldTI, VShapeTI, FieldCount, ContainsNestedClass) = in lowerCompleteTypeClass() 2485 ClassRecord CR(Kind, FieldCount, CO, FieldTI, TypeIndex(), VShapeTI, in lowerTypeUnion() 2514 unsigned FieldCount; in lowerCompleteTypeUnion() 2516 std::tie(FieldTI, std::ignore, FieldCount, ContainsNestedClass) = in lowerCompleteTypeUnion() 2525 UnionRecord UR(FieldCount, CO, FieldTI, SizeInBytes, FullName, in lowerRecordFieldList() 2447 unsigned FieldCount; lowerCompleteTypeClass() local 2496 unsigned FieldCount; lowerCompleteTypeUnion() local
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | WasmObjectFile.cpp | 1225 uint32_t FieldCount = readVaruint32(Ctx); in parseTypeSection() local 1226 while (FieldCount--) { in parseTypeSection()
|