Searched defs:SubType (Results 1 - 4 of 4) sorted by relevance

/external/mksh/src/
H A Deval.c189 typedef struct SubType { struct
191 struct SubType *prev; /* old type */
192 struct SubType *next; /* poped type (to avoid re-allocating) */
198 } SubType; typedef in typeref:struct:SubType
217 SubType st_head, *st;
371 SubType *newst;
373 newst = alloc(sizeof(SubType), ATEMP);
/external/llvm/lib/TableGen/
H A DTGParser.cpp711 RecTy *SubType = ParseType(); local
712 if (SubType == 0) return 0;
719 return ListRecTy::get(SubType);
/external/clang/lib/AST/
H A DASTContext.cpp6857 /// of T is compatible with SubType, return the merged type, else return
6859 QualType ASTContext::mergeTransparentUnionType(QualType T, QualType SubType, argument
6868 QualType MT = mergeTypes(ET, SubType, OfBlockPointer, Unqualified);
/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp5263 QualType SubType,
5267 CXXRecordDecl *SubRD = SubType->getAsCXXRecordDecl();
5272 if (findTrivialSpecialMember(S, SubRD, CSM, SubType.getCVRQualifiers(),
5279 << Kind << SubType.getUnqualifiedType();
5284 << Kind << SubType.getUnqualifiedType() << CSM << SubType; local
5288 << Kind << SubType.getUnqualifiedType() << CSM;
5291 << Kind << SubType.getUnqualifiedType() << CSM;
5297 << Kind << SubType.getUnqualifiedType() << CSM;
5262 checkTrivialSubobjectCall(Sema &S, SourceLocation SubobjLoc, QualType SubType, Sema::CXXSpecialMember CSM, TrivialSubobjectKind Kind, bool Diagnose) argument

Completed in 222 milliseconds