Searched refs:SubType (Results 1 – 5 of 5) sorted by relevance
/external/zlib/src/contrib/dotzlib/DotZLib/ |
D | DotZLib.csproj | 94 SubType = "Code" 99 SubType = "Code" 104 SubType = "Code" 109 SubType = "Code" 114 SubType = "Code" 119 SubType = "Code" 124 SubType = "Code" 129 SubType = "Code" 134 SubType = "Code"
|
/external/mksh/src/ |
D | eval.c | 188 typedef struct SubType { struct 190 struct SubType *prev; /* old type */ argument 191 struct SubType *next; /* poped type (to avoid re-allocating) */ argument 197 } SubType; argument 216 SubType st_head, *st; in expand() 360 SubType *newst; in expand() 362 newst = alloc(sizeof(SubType), ATEMP); in expand()
|
/external/llvm/lib/TableGen/ |
D | TGParser.cpp | 718 RecTy *SubType = ParseType(); in ParseType() local 719 if (SubType == 0) return 0; in ParseType() 726 return ListRecTy::get(SubType); in ParseType()
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 6241 QualType ASTContext::mergeTransparentUnionType(QualType T, QualType SubType, in mergeTransparentUnionType() argument 6250 QualType MT = mergeTypes(ET, SubType, OfBlockPointer, Unqualified); in mergeTransparentUnionType()
|
D | ExprConstant.cpp | 1524 const SubobjectDesignator &Sub, QualType SubType) { in ExtractSubobject() argument 1562 Info, O->getLValueBase().get<const Expr*>(), Index, SubType)); in ExtractSubobject()
|