Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DSearchableTableEmitter.cpp57 RecTy *RecType = nullptr; member
161 if (isa<StringRecTy>(Field.RecType)) { in searchableFieldType()
167 } else if (BitsRecTy *BI = dyn_cast<BitsRecTy>(Field.RecType)) { in searchableFieldType()
181 } else if (isa<BitRecTy>(Field.RecType)) { in searchableFieldType()
188 "' has invalid type: " + Field.RecType->getAsString()); in searchableFieldType()
242 if (isa<BitsRecTy>(Field.RecType) || isa<IntRecTy>(Field.RecType)) { in compareBy()
288 if (isa<StringRecTy>(Field.RecType)) { in compareBy()
369 if (isa<StringRecTy>(Field.RecType)) in emitLookupFunction()
386 (Index.Fields[0].Enum || isa<BitsRecTy>(Index.Fields[0].RecType) || in emitLookupFunction()
441 if (isa<StringRecTy>(Field.RecType)) { in emitLookupFunction()
[all …]
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTStructuralEquivalence.cpp2351 if (const auto *RecType = dyn_cast<RecordType>(FieldType)) { in findUntaggedStructOrUnionIndex() local
2352 const RecordDecl *RecDecl = RecType->getDecl(); in findUntaggedStructOrUnionIndex()
/freebsd/contrib/file/magic/Magdir/
H A Dsniffer472 # RecType; type of record like: 80000000h
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp1403 RecordRecTy *RecType = dyn_cast<RecordRecTy>(ExprType->getType()); in ParseOperation() local
1404 if (RecType) { in ParseOperation()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp1919 PreprocessorRecordTypes RecType; in ReadMacroRecord() local
1921 RecType = (PreprocessorRecordTypes)MaybeRecType.get(); in ReadMacroRecord()
1926 switch (RecType) { in ReadMacroRecord()
1947 if (RecType == PP_MACRO_FUNCTION_LIKE) { in ReadMacroRecord()