Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DSearchableTableEmitter.cpp56 RecTy *RecType = nullptr; member
158 if (isa<StringRecTy>(Field.RecType)) { in searchableFieldType()
164 } else if (BitsRecTy *BI = dyn_cast<BitsRecTy>(Field.RecType)) { in searchableFieldType()
183 "' has invalid type: " + Field.RecType->getAsString()); in searchableFieldType()
228 if (isa<BitsRecTy>(Field.RecType) || isa<IntRecTy>(Field.RecType)) { in compareBy()
274 if (isa<StringRecTy>(Field.RecType)) { in compareBy()
355 if (isa<StringRecTy>(Field.RecType)) in emitLookupFunction()
372 (Index.Fields[0].Enum || isa<BitsRecTy>(Index.Fields[0].RecType))) { in emitLookupFunction()
416 if (isa<StringRecTy>(Field.RecType)) { in emitLookupFunction()
433 if (isa<StringRecTy>(Field.RecType)) { in emitLookupFunction()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTStructuralEquivalence.cpp1933 if (const auto *RecType = dyn_cast<RecordType>(FieldType)) { in findUntaggedStructOrUnionIndex() local
1934 const RecordDecl *RecDecl = RecType->getDecl(); in findUntaggedStructOrUnionIndex()
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dsniffer472 # RecType; type of record like: 80000000h
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp1727 PreprocessorRecordTypes RecType; in ReadMacroRecord() local
1729 RecType = (PreprocessorRecordTypes)MaybeRecType.get(); in ReadMacroRecord()
1734 switch (RecType) { in ReadMacroRecord()
1754 if (RecType == PP_MACRO_FUNCTION_LIKE) { in ReadMacroRecord()