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

/external/mksh/src/
H A Deval.c188 typedef struct SubType { struct
190 struct SubType *prev; /* old type */
191 struct SubType *next; /* poped type (to avoid re-allocating) */
197 } SubType; typedef in typeref:struct:SubType
216 SubType st_head, *st;
360 SubType *newst;
362 newst = alloc(sizeof(SubType), ATEMP);
/external/llvm/lib/TableGen/
H A DTGParser.cpp718 RecTy *SubType = ParseType(); local
719 if (SubType == 0) return 0;
726 return ListRecTy::get(SubType);
/external/clang/lib/AST/
H A DASTContext.cpp6239 /// of T is compatible with SubType, return the merged type, else return
6241 QualType ASTContext::mergeTransparentUnionType(QualType T, QualType SubType, argument
6250 QualType MT = mergeTypes(ET, SubType, OfBlockPointer, Unqualified);
H A DExprConstant.cpp1524 const SubobjectDesignator &Sub, QualType SubType) {
1562 Info, O->getLValueBase().get<const Expr*>(), Index, SubType));
1522 ExtractSubobject(EvalInfo &Info, const Expr *E, APValue &Obj, QualType ObjType, const SubobjectDesignator &Sub, QualType SubType) argument

Completed in 167 milliseconds