Home
last modified time | relevance | path

Searched refs:getAsVariableArrayType (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DVLASizeChecker.cpp90 VLA = C.getASTContext().getAsVariableArrayType(VLA->getElementType()); in checkVLA()
269 const VariableArrayType *VLA = Ctx.getAsVariableArrayType(TypeToCheck); in checkPreStmt()
309 const VariableArrayType *VLA = C.getASTContext().getAsVariableArrayType( in checkPreStmt()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2068 const VariableArrayType *vla = getContext().getAsVariableArrayType(type); in getVLASize()
2092 } while ((type = getContext().getAsVariableArrayType(elementType))); in getVLASize()
2099 const VariableArrayType *vla = getContext().getAsVariableArrayType(type); in getVLAElements1D()
H A DCGExpr.cpp3619 } while ((vla = ctx.getAsVariableArrayType(eltType))); in getFixedSizeElementType()
3675 if (auto vla = CGF.getContext().getAsVariableArrayType(eltType)) { in emitArraySubscriptGEP()
3767 getContext().getAsVariableArrayType(E->getType())) { in EmitArraySubscriptExpr()
3995 if (auto *VAT = C.getAsVariableArrayType(ArrayTy)) { in EmitOMPArraySectionExpr()
4024 if (auto *VLA = getContext().getAsVariableArrayType(ResultExprTy)) { in EmitOMPArraySectionExpr()
H A DCGDecl.cpp1355 while (getContext().getAsVariableArrayType(Type1D)) { in EmitAndRegisterVariableArrayDimensions()
1731 const auto *VlaType = getContext().getAsVariableArrayType(type); in emitZeroOrPatternForAutoVarInit()
H A DCGExprScalar.cpp2579 = CGF.getContext().getAsVariableArrayType(type)) { in EmitScalarPrePostIncDec()
2902 CGF.getContext().getAsVariableArrayType(TypeToSize)) { in VisitUnaryExprOrTypeTraitExpr()
3446 = CGF.getContext().getAsVariableArrayType(elementType)) { in emitPointerArithmetic()
3783 = CGF.getContext().getAsVariableArrayType(elementType)) { in EmitSub()
H A DCGOpenMPRuntimeGPU.cpp3271 CGF.getContext().getAsVariableArrayType((*IPriv)->getType())) in emitListToGlobalReduceFunction()
3477 CGF.getContext().getAsVariableArrayType((*IPriv)->getType())) in emitGlobalToListReduceFunction()
3799 CGF.getContext().getAsVariableArrayType((*IPriv)->getType())) in emitReduction()
H A DCGOpenMPRuntime.cpp857 CGF.getContext().getAsVariableArrayType(PrivateType)->getSizeExpr()), in emitAggregateType()
876 CGF.getContext().getAsVariableArrayType(PrivateType)->getSizeExpr()), in emitAggregateType()
5471 CGF.getContext().getAsVariableArrayType(PrivTy); in emitReductionFunction()
5617 CGF.getContext().getAsVariableArrayType((*IPriv)->getType())) in emitReduction()
8057 auto *VAT = Context.getAsVariableArrayType(Ty); in generateInfoForComponentList()
H A DCGCall.cpp2761 getContext().getAsVariableArrayType(OTy)) { in EmitFunctionProlog()
H A DCGStmtOpenMP.cpp307 while (const VariableArrayType *VAT = C.getAsVariableArrayType(Ty)) { in getTypeSize()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h2543 const VariableArrayType *getAsVariableArrayType(QualType T) const { in getAsVariableArrayType() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DMicrosoftMangle.cpp2876 getASTContext().getAsVariableArrayType(ElementTy); in mangleArrayType()
H A DASTContext.cpp9831 const VariableArrayType* LVAT = getAsVariableArrayType(LHS); in mergeTypes()
9832 const VariableArrayType* RVAT = getAsVariableArrayType(RHS); in mergeTypes()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp8063 const VariableArrayType *VAT = Context.getAsVariableArrayType(T); in CheckVariableDeclarationType()