Home
last modified time | relevance | path

Searched refs:RecType (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DSearchableTableEmitter.cpp54 RecTy *RecType = nullptr; member
156 if (isa<StringRecTy>(Field.RecType)) { in searchableFieldType()
226 if (isa<BitsRecTy>(Field.RecType) || isa<IntRecTy>(Field.RecType)) { in compareBy()
272 if (isa<StringRecTy>(Field.RecType)) { in compareBy()
353 if (isa<StringRecTy>(Field.RecType)) in emitLookupFunction()
414 if (isa<StringRecTy>(Field.RecType)) { in emitLookupFunction()
431 if (isa<StringRecTy>(Field.RecType)) { in emitLookupFunction()
619 if (!Field.RecType) { in collectTableEntries()
620 Field.RecType = TI->getType(); in collectTableEntries()
629 Field.RecType = Ty; in collectTableEntries()
[all …]
/llvm-project-15.0.7/llvm/unittests/DebugInfo/CodeView/
H A DTypeIndexDiscoveryTest.cpp141 template <typename RecType, typename... Rest>
142 void writeFieldListImpl(RecType &&Record, Rest &&... Records) { in writeFieldListImpl()
150 template <typename RecType, typename... Rest>
151 void writeTypeRecordsImpl(RecType &&Record, Rest &&... Records) { in writeTypeRecordsImpl()
159 template <typename RecType, typename... Rest>
160 void writeSymbolRecordsImpl(RecType &&Record, Rest &&... Records) { in writeSymbolRecordsImpl()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTStructuralEquivalence.cpp2140 if (const auto *RecType = dyn_cast<RecordType>(FieldType)) { in findUntaggedStructOrUnionIndex() local
2141 const RecordDecl *RecDecl = RecType->getDecl(); in findUntaggedStructOrUnionIndex()
/llvm-project-15.0.7/llvm/lib/TableGen/
H A DTGParser.cpp1123 RecordRecTy *RecType = dyn_cast<RecordRecTy>(ExprType->getType()); in ParseOperation() local
1124 if (RecType) { in ParseOperation()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp1754 PreprocessorRecordTypes RecType; in ReadMacroRecord() local
1756 RecType = (PreprocessorRecordTypes)MaybeRecType.get(); in ReadMacroRecord()
1761 switch (RecType) { in ReadMacroRecord()
1782 if (RecType == PP_MACRO_FUNCTION_LIKE) { in ReadMacroRecord()