Home
last modified time | relevance | path

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

/external/zlib/src/contrib/dotzlib/DotZLib/
DDotZLib.csproj94 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/
Deval.c188 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/
DTGParser.cpp718 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/
DASTContext.cpp6241 QualType ASTContext::mergeTransparentUnionType(QualType T, QualType SubType, in mergeTransparentUnionType() argument
6250 QualType MT = mergeTypes(ET, SubType, OfBlockPointer, Unqualified); in mergeTransparentUnionType()
DExprConstant.cpp1524 const SubobjectDesignator &Sub, QualType SubType) { in ExtractSubobject() argument
1562 Info, O->getLValueBase().get<const Expr*>(), Index, SubType)); in ExtractSubobject()