Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DVLASizeChecker.cpp91 const VariableArrayType *VLA = Ctx.getAsVariableArrayType(VD->getType()); in checkPreStmt()
/external/clang/lib/CodeGen/
DCGExpr.cpp2669 } while ((vla = ctx.getAsVariableArrayType(eltType))); in getFixedSizeElementType()
2686 if (auto vla = CGF.getContext().getAsVariableArrayType(eltType)) { in emitArraySubscriptGEP()
2741 getContext().getAsVariableArrayType(E->getType())) { in EmitArraySubscriptExpr()
2904 if (auto *VAT = C.getAsVariableArrayType(BaseTy)) { in EmitOMPArraySectionExpr()
2930 if (auto *VLA = getContext().getAsVariableArrayType(ResultExprTy)) { in EmitOMPArraySectionExpr()
DCodeGenFunction.cpp1566 const VariableArrayType *vla = getContext().getAsVariableArrayType(type); in getVLASize()
1590 } while ((type = getContext().getAsVariableArrayType(elementType))); in getVLASize()
DCGExprScalar.cpp1735 = CGF.getContext().getAsVariableArrayType(type)) { in EmitScalarPrePostIncDec()
2012 CGF.getContext().getAsVariableArrayType(TypeToSize)) { in VisitUnaryExprOrTypeTraitExpr()
2479 = CGF.getContext().getAsVariableArrayType(elementType)) { in emitPointerArithmetic()
2669 = CGF.getContext().getAsVariableArrayType(elementType)) { in EmitSub()
DCGOpenMPRuntime.cpp944 while (auto *VAT = C.getAsVariableArrayType(Ty)) { in getTypeSize()
2790 CGF.getContext().getAsVariableArrayType(PrivTy)->getSizeExpr()), in emitReductionFunction()
2914 CGF.getVLASize(CGF.getContext().getAsVariableArrayType( in emitReduction()
DCGStmtOpenMP.cpp714 .getAsVariableArrayType(PrivateVD->getType()) in EmitOMPReductionClauseInit()
DCGCall.cpp1982 getContext().getAsVariableArrayType(OTy)) { in EmitFunctionProlog()
/external/clang/include/clang/AST/
DASTContext.h2092 const VariableArrayType *getAsVariableArrayType(QualType T) const { in getAsVariableArrayType() function
/external/clang/lib/AST/
DMicrosoftMangle.cpp2058 getASTContext().getAsVariableArrayType(ElementTy); in mangleArrayType()
DASTContext.cpp7722 const VariableArrayType* LVAT = getAsVariableArrayType(LHS); in mergeTypes()
7723 const VariableArrayType* RVAT = getAsVariableArrayType(RHS); in mergeTypes()
/external/clang/lib/StaticAnalyzer/Core/
DRegionStore.cpp1311 if (Ctx.getAsVariableArrayType(EleTy)) { in getSizeInElements()
/external/clang/lib/Sema/
DSemaDecl.cpp6624 const VariableArrayType *VAT = Context.getAsVariableArrayType(T); in CheckVariableDeclarationType()