/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/ |
H A D | TypeIndex.cpp | 92 void llvm::codeview::printTypeIndex(ScopedPrinter &Printer, StringRef FieldName, in printTypeIndex()
|
H A D | TypeDumpVisitor.cpp | 161 void TypeDumpVisitor::printTypeIndex(StringRef FieldName, TypeIndex TI) const { in printTypeIndex() 165 void TypeDumpVisitor::printItemIndex(StringRef FieldName, TypeIndex TI) const { in printItemIndex()
|
H A D | SymbolDumper.cpp | 99 void CVSymbolDumperImpl::printTypeIndex(StringRef FieldName, TypeIndex TI) { in printTypeIndex()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/ |
H A D | SetTheory.cpp | 242 StringRef FieldName; member 278 void SetTheory::addFieldExpander(StringRef ClassName, StringRef FieldName) { in addFieldExpander()
|
H A D | TGParser.cpp | 2454 StringInit *FieldName = StringInit::get(Lex.getCurStrVal()); in ParseValue() local 2885 StringInit *FieldName = StringInit::get(Lex.getCurStrVal()); in ParseBodyItem() local
|
H A D | Record.cpp | 2620 bool Record::getValueAsBitOrUnset(StringRef FieldName, bool &Unset) const { in getValueAsBitOrUnset()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
H A D | ParseInit.cpp | 168 const IdentifierInfo *FieldName = Tok.getIdentifierInfo(); in ParseInitializerWithPotentialDesignator() local
|
/netbsd-src/sys/external/bsd/acpica/dist/common/ |
H A D | dmtbinfo3.c | 756 ACPI_DM_GENERIC_ENTRY(FieldType,FieldName) global() argument
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
H A D | SearchableTableEmitter.cpp | 555 for (const auto &FieldName : Key) { in parseSearchIndex() local 694 for (const auto &FieldName : Fields) { in run() local 782 std::string FieldName = std::string(Field.getName()); in run() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rc/ |
H A D | ResourceFileWriter.cpp | 52 const Twine &FieldName) { in checkNumberFits() 62 static Error checkNumberFits(uint32_t Number, const Twine &FieldName) { in checkNumberFits() 68 static Error checkSignedNumberFits(uint32_t Number, const Twine &FieldName, in checkSignedNumberFits() 85 static Error checkRCInt(RCInt Number, const Twine &FieldName) { in checkRCInt() 91 static Error checkIntOrString(IntOrString Value, const Twine &FieldName) { in checkIntOrString()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/bios/ |
H A D | amdgpu_command_table2.c | 51 #define GET_INDEX_INTO_MASTER_TABLE(MasterOrData, FieldName)\ argument
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/ |
H A D | ppatomfwctrl.h | 33 #define GetIndexIntoMasterCmdTable(FieldName) \ argument 35 #define GetIndexIntoMasterDataTable(FieldName) \ argument
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | TFUtils.cpp | 89 const char *FieldName = "<invalid>"; in writeRawTensorsAsFeatureLists() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | JSON.cpp | 325 llvm::StringRef FieldName = S.field(); in printErrorContext() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/ |
H A D | Record.h | 385 virtual RecTy *getFieldType(StringInit *FieldName) const { in getFieldType() 1266 StringInit *FieldName; // Field we are accessing variable 1698 bool isValueUnset(StringRef FieldName) const { in isValueUnset()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/ |
H A D | COFFDumper.cpp | 135 void printTypeIndex(StringRef FieldName, TypeIndex TI) { in printTypeIndex() 608 const std::string &FieldName) { in printDataDirectory()
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
H A D | CXType.cpp | 1023 DeclarationName FieldName(II); in clang_Type_getOffsetOf() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/ |
H A D | WasmObjectFile.cpp | 780 StringRef FieldName = readString(Ctx); in parseProducersSection() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 2777 StringRef FieldName = Field->getName(); in CreateTypeDefinition() local 4336 StringRef FieldName = Field->getName(); in EmitDeclare() local 4747 StringRef FieldName = Field->getName(); in CollectAnonRecordDecls() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/ |
H A D | RewriteObjC.cpp | 3418 std::string FieldName = (*I)->getNameAsString(); in SynthesizeBlockImpl() local 3447 std::string FieldName = (*I)->getNameAsString(); in SynthesizeBlockImpl() local
|
H A D | RewriteModernObjC.cpp | 4207 std::string FieldName = (*I)->getNameAsString(); in SynthesizeBlockImpl() local 4236 std::string FieldName = (*I)->getNameAsString(); in SynthesizeBlockImpl() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/ |
H A D | MasmParser.cpp | 341 FieldInfo &StructInfo::addField(StringRef FieldName, FieldType FT, in addField() 6976 const StringRef FieldName = Split.first, FieldMember = Split.second; in lookUpField() local
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/ |
H A D | c-index-test.c | 1750 const char *FieldName = clang_getCString(FieldSpelling); in PrintTypeSize() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaInit.cpp | 2539 IdentifierInfo *FieldName = D->getFieldName(); in CheckDesignatedInitializer() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 2430 enum FieldName { enum
|