Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/TableGen/
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()
360 if (isa<StringRecTy>(Field.RecType)) in emitLookupFunction()
377 (Index.Fields[0].Enum || isa<BitsRecTy>(Index.Fields[0].RecType))) { in emitLookupFunction()
425 if (isa<StringRecTy>(Field.RecType)) { in emitLookupFunction()
442 if (isa<StringRecTy>(Field.RecType)) { in emitLookupFunction()
[all …]
/external/llvm-project/llvm/unittests/DebugInfo/CodeView/
DTypeIndexDiscoveryTest.cpp141 template <typename RecType, typename... Rest>
142 void writeFieldListImpl(RecType &&Record, Rest &&... Records) { in writeFieldListImpl()
150 template <typename RecType, typename... Rest>
151 void writeTypeRecordsImpl(RecType &&Record, Rest &&... Records) { in writeTypeRecordsImpl()
159 template <typename RecType, typename... Rest>
160 void writeSymbolRecordsImpl(RecType &&Record, Rest &&... Records) { in writeSymbolRecordsImpl()
/external/ImageMagick/coders/
Dwpg.c965 unsigned char RecType; in ReadWPGImage() member
972 unsigned char RecType; in ReadWPGImage() member
1126 Rec.RecType=(i=ReadBlobByte(image)); in ReadWPGImage()
1137 switch(Rec.RecType) in ReadWPGImage()
1301 if(Rec.RecType==0x14 && BitmapHeader2.RotAngle!=0 && !image_info->ping) in ReadWPGImage()
1384 Rec2.RecType=(i=ReadBlobByte(image)); in ReadWPGImage()
1394 switch(Rec2.RecType) in ReadWPGImage()
/external/llvm-project/clang/lib/AST/
DASTStructuralEquivalence.cpp1915 if (const auto *RecType = dyn_cast<RecordType>(FieldType)) { in findUntaggedStructOrUnionIndex() local
1916 const RecordDecl *RecDecl = RecType->getDecl(); in findUntaggedStructOrUnionIndex()
/external/clang/lib/Serialization/
DASTReader.cpp1443 PreprocessorRecordTypes RecType = in ReadMacroRecord() local
1445 switch (RecType) { in ReadMacroRecord()
1466 if (RecType == PP_MACRO_FUNCTION_LIKE) { in ReadMacroRecord()
4902 PreprocessorDetailRecordTypes RecType = in ReadPreprocessedEntity() local
4905 switch (RecType) { in ReadPreprocessedEntity()
/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp1714 PreprocessorRecordTypes RecType; in ReadMacroRecord() local
1716 RecType = (PreprocessorRecordTypes)MaybeRecType.get(); in ReadMacroRecord()
1721 switch (RecType) { in ReadMacroRecord()
1741 if (RecType == PP_MACRO_FUNCTION_LIKE) { in ReadMacroRecord()
/external/clang/lib/AST/
DASTImporter.cpp1056 if (const auto *RecType = dyn_cast<RecordType>(FieldType)) { in findUntaggedStructOrUnionIndex() local
1057 const RecordDecl *RecDecl = RecType->getDecl(); in findUntaggedStructOrUnionIndex()