Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/test/CodeGen/
H A Dxcore-stringtype.c95 RetType* arrayType(int A1[], int const volatile A2[2], int A3[][2], in arrayType() function
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGDecl.cpp1416 const ArrayType *arrayType = getContext().getAsArrayType(type); in emitDestroy() local
1505 while (const ArrayType *arrayType = CGF.getContext().getAsArrayType(type)) { in emitPartialArrayDestroy() local
H A DCodeGenFunction.cpp1357 const ArrayType *arrayType = origArrayType; in emitArrayLength() local
H A DCGExprCXX.cpp425 if (const ConstantArrayType *arrayType in EmitCXXConstructExpr() local
H A DCGClass.cpp1614 const CXXConstructorDecl *ctor, const ConstantArrayType *arrayType, in EmitCXXAggrConstructorCall()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaInit.cpp125 const ArrayType *arrayType = Context.getAsArrayType(declType); in IsStringInit() local
940 if (const ArrayType *arrayType = SemaRef.Context.getAsArrayType(ElemType)) { in CheckSubElementType() local
1363 const ArrayType *arrayType = SemaRef.Context.getAsArrayType(DeclType); in CheckArrayType() local
/minix3/external/bsd/llvm/dist/clang/lib/Analysis/
H A DCFG.cpp3797 while (const ArrayType *arrayType = astContext.getAsArrayType(ty)) { in getDestructorDecl() local
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DASTContext.cpp1317 if (const ArrayType *arrayType = getAsArrayType(T)) { in getDeclAlign() local