Home
last modified time | relevance | path

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

/minix3/common/dist/zlib/contrib/dotzlib/DotZLib/
H A 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"
/minix3/bin/ksh/
H A Deval.c157 typedef struct SubType { struct
163 struct SubType *prev; /* old type */ argument
164 struct SubType *next; /* poped type (to avoid re-allocating) */ argument
165 } SubType; typedef
181 SubType st_head, *st;
215 st_head.next = (SubType *) 0;
319 SubType *newst;
321 newst = (SubType *) alloc(
322 sizeof(SubType), ATEMP);
323 newst->next = (SubType *) 0;
/minix3/external/bsd/llvm/dist/llvm/lib/TableGen/
H A DTGParser.cpp714 RecTy *SubType = ParseType(); in ParseType() local
715 if (!SubType) return nullptr; in ParseType()
722 return ListRecTy::get(SubType); in ParseType()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp5930 QualType SubType, bool ConstRHS, in checkTrivialSubobjectCall() argument
5934 CXXRecordDecl *SubRD = SubType->getAsCXXRecordDecl(); in checkTrivialSubobjectCall()
5939 if (findTrivialSpecialMember(S, SubRD, CSM, SubType.getCVRQualifiers(), in checkTrivialSubobjectCall()
5945 SubType.addConst(); in checkTrivialSubobjectCall()
5949 << Kind << SubType.getUnqualifiedType(); in checkTrivialSubobjectCall()
5954 << Kind << SubType.getUnqualifiedType() << CSM << SubType; in checkTrivialSubobjectCall()
5958 << Kind << SubType.getUnqualifiedType() << CSM; in checkTrivialSubobjectCall()
5961 << Kind << SubType.getUnqualifiedType() << CSM; in checkTrivialSubobjectCall()
5967 << Kind << SubType.getUnqualifiedType() << CSM; in checkTrivialSubobjectCall()
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DASTContext.cpp6873 QualType ASTContext::mergeTransparentUnionType(QualType T, QualType SubType, in mergeTransparentUnionType() argument
6881 QualType MT = mergeTypes(ET, SubType, OfBlockPointer, Unqualified); in mergeTransparentUnionType()