Searched defs:arrayType (Results 1 – 12 of 12) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | TemplateBase.cpp | 142 while (const auto *arrayType = type->getAsArrayTypeUnsafe()) { in getArrayDepth() local
|
H A D | ASTContext.cpp | 1675 if (const ArrayType *arrayType = getAsArrayType(T)) { getDeclAlign() local
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | SwiftCallingConv.cpp | 76 auto arrayType = CGM.getContext().getAsConstantArrayType(type); in addTypedData() local
|
H A D | CGDecl.cpp | 2265 const ArrayType *arrayType = getContext().getAsArrayType(type); emitDestroy() local 2365 while (const ArrayType *arrayType = CGF.getContext().getAsArrayType(type)) { emitPartialArrayDestroy() local
|
H A D | CGExprCXX.cpp | 634 if (const ArrayType *arrayType EmitCXXConstructExpr() local
|
H A D | CodeGenFunction.cpp | 2141 const ArrayType *arrayType = origArrayType; emitArrayLength() local [all...] |
H A D | CGExpr.cpp | 4018 emitArraySubscriptGEP(CodeGenFunction & CGF,Address addr,ArrayRef<llvm::Value * > indices,QualType eltType,bool inbounds,bool signedIndices,SourceLocation loc,QualType * arrayType=nullptr,const Expr * Base=nullptr,const llvm::Twine & name="arrayidx") emitArraySubscriptGEP() argument 4288 QualType arrayType = Array->getType(); EmitArraySubscriptExpr() local
|
H A D | CGObjCMac.cpp | 5317 if (auto arrayType = CGM.getContext().getAsIncompleteArrayType(fieldType)) { visitField() local 5322 while (auto arrayType = CGM.getContext().getAsConstantArrayType(fieldType)) { visitField() local
|
H A D | CGClass.cpp | 1975 EmitCXXAggrConstructorCall(const CXXConstructorDecl * ctor,const ArrayType * arrayType,Address arrayBegin,const CXXConstructExpr * E,bool NewPointerIsChecked,bool zeroInitialize) EmitCXXAggrConstructorCall() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/ASTMatchers/ |
H A D | ASTMatchersInternal.cpp | 1046 const AstTypeMatcher<ArrayType> arrayType; variable
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaInit.cpp | 160 const ArrayType *arrayType = Context.getAsArrayType(declType); IsStringInit() local 1470 } else if (const ArrayType *arrayType = CheckSubElementType() local 1923 const ArrayType *arrayType = SemaRef.Context.getAsArrayType(DeclType); CheckArrayType() local [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/ |
H A D | CFG.cpp | 5319 while (const ArrayType *arrayType = astContext.getAsArrayType(ty)) { getDestructorDecl() local 5349 while (const ArrayType *arrayType = astContext.getAsArrayType(ty)) { getDestructorDecl() local
|