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.cpp69 const RecTy *RecType = nullptr; member
172 if (isa<StringRecTy>(Field.RecType)) { in searchableFieldType()
179 if (const auto *BI = dyn_cast<BitsRecTy>(Field.RecType)) { in searchableFieldType()
194 if (isa<BitRecTy>(Field.RecType)) in searchableFieldType()
201 "' has invalid type: " + Field.RecType->getAsString()); in searchableFieldType()
241 assert(isa<BitsRecTy>(Field.RecType) && "unexpected field type"); in getNumericKey()
276 if (isa<BitsRecTy>(Field.RecType) || isa<IntRecTy>(Field.RecType)) { in compareBy()
313 if (isa<StringRecTy>(Field.RecType)) { in compareBy()
397 if (isa<StringRecTy>(Field.RecType)) in emitLookupFunction()
414 (Index.Fields[0].Enum || isa<BitsRecTy>(Index.Fields[0].RecType) || in emitLookupFunction()
[all …]
/freebsd/contrib/file/magic/Magdir/
H A Dsniffer472 # RecType; type of record like: 80000000h
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTStructuralEquivalence.cpp2621 if (const auto *RecType = dyn_cast<RecordType>(FieldType)) { in findUntaggedStructOrUnionIndex() local
2622 const RecordDecl *RecDecl = RecType->getDecl(); in findUntaggedStructOrUnionIndex()
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp1427 const auto *RecType = dyn_cast<RecordRecTy>(ExprType->getType()); in ParseOperation() local
1428 if (RecType) { in ParseOperation()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp2097 PreprocessorRecordTypes RecType; in ReadMacroRecord() local
2099 RecType = (PreprocessorRecordTypes)MaybeRecType.get(); in ReadMacroRecord()
2104 switch (RecType) { in ReadMacroRecord()
2125 if (RecType == PP_MACRO_FUNCTION_LIKE) { in ReadMacroRecord()