Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DTemplateBase.cpp138 while (const auto *arrayType = type->getAsArrayTypeUnsafe()) { in getArrayDepth() local
H A DASTContext.cpp1746 if (const ArrayType *arrayType = getAsArrayType(T)) { in getDeclAlign() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp74 auto arrayType = CGM.getContext().getAsConstantArrayType(type); in addTypedData() local
H A DCGDecl.cpp2180 const ArrayType *arrayType = getContext().getAsArrayType(type); in emitDestroy() local
2276 while (const ArrayType *arrayType = CGF.getContext().getAsArrayType(type)) { in emitPartialArrayDestroy() local
H A DCodeGenFunction.cpp1980 const ArrayType *arrayType = origArrayType; in emitArrayLength() local
H A DCGExprCXX.cpp623 if (const ArrayType *arrayType in EmitCXXConstructExpr() local
H A DCGExpr.cpp3663 QualType *arrayType = nullptr, in emitArraySubscriptGEP()
3838 QualType arrayType = Array->getType(); in EmitArraySubscriptExpr() local
H A DCGObjCMac.cpp5401 if (auto arrayType = CGM.getContext().getAsIncompleteArrayType(fieldType)) { in visitField() local
5406 while (auto arrayType = CGM.getContext().getAsConstantArrayType(fieldType)) { in visitField() local
H A DCGClass.cpp1917 const CXXConstructorDecl *ctor, const ArrayType *arrayType, in EmitCXXAggrConstructorCall()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dctfeexpr.d1754 Expression changeArrayLiteralLength(UnionExp* pue, const ref Loc loc, TypeArray arrayType, Expressi… in changeArrayLiteralLength()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp1018 const AstTypeMatcher<ArrayType> arrayType; variable
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dctfeexpr.c1780 UnionExp changeArrayLiteralLength(Loc loc, TypeArray *arrayType, in changeArrayLiteralLength()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaInit.cpp139 const ArrayType *arrayType = Context.getAsArrayType(declType); in IsStringInit() local
1419 } else if (const ArrayType *arrayType = in CheckSubElementType() local
1863 const ArrayType *arrayType = SemaRef.Context.getAsArrayType(DeclType); in CheckArrayType() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DCFG.cpp5032 while (const ArrayType *arrayType = astContext.getAsArrayType(ty)) { in getDestructorDecl() local