Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DVLASizeChecker.cpp90 VLA = C.getASTContext().getAsVariableArrayType(VLA->getElementType()); in checkVLA()
269 const VariableArrayType *VLA = Ctx.getAsVariableArrayType(TypeToCheck); in checkPreStmt()
319 const VariableArrayType *VLA = C.getASTContext().getAsVariableArrayType( in checkPreStmt()
/external/clang/lib/StaticAnalyzer/Checkers/
DVLASizeChecker.cpp90 const VariableArrayType *VLA = Ctx.getAsVariableArrayType(VD->getType()); in checkPreStmt()
/external/llvm-project/clang/lib/CodeGen/
DCodeGenFunction.cpp1970 const VariableArrayType *vla = getContext().getAsVariableArrayType(type); in getVLASize()
1994 } while ((type = getContext().getAsVariableArrayType(elementType))); in getVLASize()
2001 const VariableArrayType *vla = getContext().getAsVariableArrayType(type); in getVLAElements1D()
DCGExpr.cpp3609 } while ((vla = ctx.getAsVariableArrayType(eltType))); in getFixedSizeElementType()
3665 if (auto vla = CGF.getContext().getAsVariableArrayType(eltType)) { in emitArraySubscriptGEP()
3757 getContext().getAsVariableArrayType(E->getType())) { in EmitArraySubscriptExpr()
3985 if (auto *VAT = C.getAsVariableArrayType(ArrayTy)) { in EmitOMPArraySectionExpr()
4014 if (auto *VLA = getContext().getAsVariableArrayType(ResultExprTy)) { in EmitOMPArraySectionExpr()
DCGDecl.cpp1352 while (getContext().getAsVariableArrayType(Type1D)) { in EmitAndRegisterVariableArrayDimensions()
1728 const auto *VlaType = getContext().getAsVariableArrayType(type); in emitZeroOrPatternForAutoVarInit()
DCGExprScalar.cpp2502 = CGF.getContext().getAsVariableArrayType(type)) { in EmitScalarPrePostIncDec()
2825 CGF.getContext().getAsVariableArrayType(TypeToSize)) { in VisitUnaryExprOrTypeTraitExpr()
3351 = CGF.getContext().getAsVariableArrayType(elementType)) { in emitPointerArithmetic()
3686 = CGF.getContext().getAsVariableArrayType(elementType)) { in EmitSub()
DCGOpenMPRuntimeGPU.cpp3446 CGF.getContext().getAsVariableArrayType((*IPriv)->getType())) in emitListToGlobalReduceFunction()
3650 CGF.getContext().getAsVariableArrayType((*IPriv)->getType())) in emitGlobalToListReduceFunction()
3972 CGF.getContext().getAsVariableArrayType((*IPriv)->getType())) in emitReduction()
DCGOpenMPRuntime.cpp846 CGF.getContext().getAsVariableArrayType(PrivateType)->getSizeExpr()), in emitAggregateType()
865 CGF.getContext().getAsVariableArrayType(PrivateType)->getSizeExpr()), in emitAggregateType()
5426 CGF.getContext().getAsVariableArrayType(PrivTy); in emitReductionFunction()
5572 CGF.getContext().getAsVariableArrayType((*IPriv)->getType())) in emitReduction()
7942 auto *VAT = Context.getAsVariableArrayType(Ty); in generateInfoForComponentList()
DCGCall.cpp2584 getContext().getAsVariableArrayType(OTy)) { in EmitFunctionProlog()
DCGStmtOpenMP.cpp293 while (const VariableArrayType *VAT = C.getAsVariableArrayType(Ty)) { in getTypeSize()
/external/clang/lib/CodeGen/
DCGExpr.cpp2838 } while ((vla = ctx.getAsVariableArrayType(eltType))); in getFixedSizeElementType()
2855 if (auto vla = CGF.getContext().getAsVariableArrayType(eltType)) { in emitArraySubscriptGEP()
2910 getContext().getAsVariableArrayType(E->getType())) { in EmitArraySubscriptExpr()
3109 if (auto *VAT = C.getAsVariableArrayType(ArrayTy)) { in EmitOMPArraySectionExpr()
3135 if (auto *VLA = getContext().getAsVariableArrayType(ResultExprTy)) { in EmitOMPArraySectionExpr()
DCodeGenFunction.cpp1635 const VariableArrayType *vla = getContext().getAsVariableArrayType(type); in getVLASize()
1659 } while ((type = getContext().getAsVariableArrayType(elementType))); in getVLASize()
DCGExprScalar.cpp1718 = CGF.getContext().getAsVariableArrayType(type)) { in EmitScalarPrePostIncDec()
1999 CGF.getContext().getAsVariableArrayType(TypeToSize)) { in VisitUnaryExprOrTypeTraitExpr()
2466 = CGF.getContext().getAsVariableArrayType(elementType)) { in emitPointerArithmetic()
2656 = CGF.getContext().getAsVariableArrayType(elementType)) { in EmitSub()
DCGStmtOpenMP.cpp111 while (auto *VAT = C.getAsVariableArrayType(Ty)) { in getTypeSize()
983 .getAsVariableArrayType(PrivateVD->getType()) in EmitOMPReductionClauseInit()
1072 .getAsVariableArrayType(PrivateVD->getType()) in EmitOMPReductionClauseInit()
DCGOpenMPRuntime.cpp4276 auto *VLA = CGF.getContext().getAsVariableArrayType(PrivTy); in emitReductionFunction()
4418 CGF.getContext().getAsVariableArrayType((*IPriv)->getType())) in emitReduction()
DCGCall.cpp2240 getContext().getAsVariableArrayType(OTy)) { in EmitFunctionProlog()
/external/clang/include/clang/AST/
DASTContext.h2117 const VariableArrayType *getAsVariableArrayType(QualType T) const { in getAsVariableArrayType() function
/external/llvm-project/clang/include/clang/AST/
DASTContext.h2502 const VariableArrayType *getAsVariableArrayType(QualType T) const { in getAsVariableArrayType() function
/external/clang/lib/StaticAnalyzer/Core/
DRegionStore.cpp1311 if (Ctx.getAsVariableArrayType(EleTy)) { in getSizeInElements()
/external/clang/lib/AST/
DMicrosoftMangle.cpp2134 getASTContext().getAsVariableArrayType(ElementTy); in mangleArrayType()
DASTContext.cpp7837 const VariableArrayType* LVAT = getAsVariableArrayType(LHS); in mergeTypes()
7838 const VariableArrayType* RVAT = getAsVariableArrayType(RHS); in mergeTypes()
/external/llvm-project/clang/lib/AST/
DMicrosoftMangle.cpp2764 getASTContext().getAsVariableArrayType(ElementTy); in mangleArrayType()
DASTContext.cpp9717 const VariableArrayType* LVAT = getAsVariableArrayType(LHS); in mergeTypes()
9718 const VariableArrayType* RVAT = getAsVariableArrayType(RHS); in mergeTypes()
/external/clang/lib/Sema/
DSemaDecl.cpp6903 const VariableArrayType *VAT = Context.getAsVariableArrayType(T); in CheckVariableDeclarationType()
/external/llvm-project/clang/lib/Sema/
DSemaDecl.cpp8002 const VariableArrayType *VAT = Context.getAsVariableArrayType(T); in CheckVariableDeclarationType()