Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DSearchableTableEmitter.cpp54 RecTy *RecType = nullptr; member
156 if (isa<StringRecTy>(Field.RecType)) { in searchableFieldType()
162 } else if (BitsRecTy *BI = dyn_cast<BitsRecTy>(Field.RecType)) { in searchableFieldType()
181 "' has invalid type: " + Field.RecType->getAsString()); 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()
370 (Index.Fields[0].Enum || isa<BitsRecTy>(Index.Fields[0].RecType))) { in emitLookupFunction()
414 if (isa<StringRecTy>(Field.RecType)) { in emitLookupFunction()
431 if (isa<StringRecTy>(Field.RecType)) { in emitLookupFunction()
[all …]
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTStructuralEquivalence.cpp2187 if (const auto *RecType = dyn_cast<RecordType>(FieldType)) { in findUntaggedStructOrUnionIndex() local
2188 const RecordDecl *RecDecl = RecType->getDecl(); in findUntaggedStructOrUnionIndex()
/openbsd-src/gnu/llvm/llvm/lib/TableGen/
H A DTGParser.cpp1141 RecordRecTy *RecType = dyn_cast<RecordRecTy>(ExprType->getType()); in ParseOperation() local
1142 if (RecType) { in ParseOperation()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp1750 PreprocessorRecordTypes RecType; in ReadMacroRecord() local
1752 RecType = (PreprocessorRecordTypes)MaybeRecType.get(); in ReadMacroRecord()
1757 switch (RecType) { in ReadMacroRecord()
1778 if (RecType == PP_MACRO_FUNCTION_LIKE) { in ReadMacroRecord()