Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DSearchableTableEmitter.cpp56 RecTy *RecType = nullptr; member
149 if (isa<StringRecTy>(Field.RecType)) { in searchableFieldType()
155 } else if (BitsRecTy *BI = dyn_cast<BitsRecTy>(Field.RecType)) { in searchableFieldType()
172 Field.RecType->getAsString() + "' to search by"); in searchableFieldType()
217 if (isa<BitsRecTy>(Field.RecType) || isa<IntRecTy>(Field.RecType)) { in compareBy()
263 if (isa<StringRecTy>(Field.RecType)) { in compareBy()
348 if (isa<StringRecTy>(Field.RecType)) in emitLookupFunction()
365 (Index.Fields[0].Enum || isa<BitsRecTy>(Index.Fields[0].RecType))) { in emitLookupFunction()
413 if (isa<StringRecTy>(Field.RecType)) { in emitLookupFunction()
428 if (isa<StringRecTy>(Field.RecType)) { in emitLookupFunction()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/CodeView/
DTypeIndexDiscoveryTest.cpp142 template <typename RecType, typename... Rest>
143 void writeFieldListImpl(RecType &&Record, Rest &&... Records) { in writeFieldListImpl()
151 template <typename RecType, typename... Rest>
152 void writeTypeRecordsImpl(RecType &&Record, Rest &&... Records) { in writeTypeRecordsImpl()
160 template <typename RecType, typename... Rest>
161 void writeSymbolRecordsImpl(RecType &&Record, Rest &&... Records) { in writeSymbolRecordsImpl()
/external/ImageMagick/coders/
Dwpg.c959 unsigned char RecType; in ReadWPGImage() member
966 unsigned char RecType; in ReadWPGImage() member
1120 Rec.RecType=(i=ReadBlobByte(image)); in ReadWPGImage()
1131 switch(Rec.RecType) in ReadWPGImage()
1295 if(Rec.RecType==0x14 && BitmapHeader2.RotAngle!=0 && !image_info->ping) in ReadWPGImage()
1374 Rec2.RecType=(i=ReadBlobByte(image)); in ReadWPGImage()
1384 switch(Rec2.RecType) in ReadWPGImage()
/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/clang/lib/AST/
DASTImporter.cpp1056 if (const auto *RecType = dyn_cast<RecordType>(FieldType)) { in findUntaggedStructOrUnionIndex() local
1057 const RecordDecl *RecDecl = RecType->getDecl(); in findUntaggedStructOrUnionIndex()