Home
last modified time | relevance | path

Searched defs:arrayType (Results 1 – 7 of 7) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGDecl.cpp1435 const ArrayType *arrayType = getContext().getAsArrayType(type); in emitDestroy() local
1524 while (const ArrayType *arrayType = CGF.getContext().getAsArrayType(type)) { in emitPartialArrayDestroy() local
HDCodeGenFunction.cpp1395 const ArrayType *arrayType = origArrayType; in emitArrayLength() local
HDCGExprCXX.cpp432 if (const ConstantArrayType *arrayType in EmitCXXConstructExpr() local
HDCGClass.cpp1657 const CXXConstructorDecl *ctor, const ConstantArrayType *arrayType, in EmitCXXAggrConstructorCall()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaInit.cpp125 const ArrayType *arrayType = Context.getAsArrayType(declType); in IsStringInit() local
1111 } else if (const ArrayType *arrayType = in CheckSubElementType() local
1509 const ArrayType *arrayType = SemaRef.Context.getAsArrayType(DeclType); in CheckArrayType() local
/NextBSD/contrib/llvm/tools/clang/lib/Analysis/
HDCFG.cpp3808 while (const ArrayType *arrayType = astContext.getAsArrayType(ty)) { in getDestructorDecl() local
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDASTContext.cpp1351 if (const ArrayType *arrayType = getAsArrayType(T)) { in getDeclAlign() local