Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DSearchableTableEmitter.cpp55 RecTy *RecType = nullptr; member
157 if (isa<StringRecTy>(Field.RecType)) { in searchableFieldType()
229 if (isa<BitsRecTy>(Field.RecType) || isa<IntRecTy>(Field.RecType)) { in compareBy()
275 if (isa<StringRecTy>(Field.RecType)) { in compareBy()
356 if (isa<StringRecTy>(Field.RecType)) in emitLookupFunction()
417 if (isa<StringRecTy>(Field.RecType)) { in emitLookupFunction()
434 if (isa<StringRecTy>(Field.RecType)) { in emitLookupFunction()
622 if (!Field.RecType) { in collectTableEntries()
623 Field.RecType = TI->getType(); in collectTableEntries()
632 Field.RecType = Ty; in collectTableEntries()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTStructuralEquivalence.cpp2314 if (const auto *RecType = dyn_cast<RecordType>(FieldType)) { in findUntaggedStructOrUnionIndex() local
2315 const RecordDecl *RecDecl = RecType->getDecl(); in findUntaggedStructOrUnionIndex()
/freebsd-14.2/contrib/file/magic/Magdir/
H A Dsniffer472 # RecType; type of record like: 80000000h
/freebsd-14.2/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp1397 RecordRecTy *RecType = dyn_cast<RecordRecTy>(ExprType->getType()); in ParseOperation() local
1398 if (RecType) { in ParseOperation()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp1880 PreprocessorRecordTypes RecType; in ReadMacroRecord() local
1882 RecType = (PreprocessorRecordTypes)MaybeRecType.get(); in ReadMacroRecord()
1887 switch (RecType) { in ReadMacroRecord()
1908 if (RecType == PP_MACRO_FUNCTION_LIKE) { in ReadMacroRecord()