Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Dwpg.c869 unsigned char RecType; in ReadWPGImage() member
876 unsigned char RecType; in ReadWPGImage() member
1026 Rec.RecType=(i=ReadBlobByte(image)); in ReadWPGImage()
1035 switch(Rec.RecType) in ReadWPGImage()
1166 if(Rec.RecType==0x14 && BitmapHeader2.RotAngle!=0 && !image_info->ping) in ReadWPGImage()
1242 Rec2.RecType=(i=ReadBlobByte(image)); in ReadWPGImage()
1252 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()