Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DVLASizeChecker.cpp90 const VariableArrayType *VLA = Ctx.getAsVariableArrayType(VD->getType()); in checkPreStmt()
/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/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/clang/lib/Sema/
DSemaDecl.cpp6903 const VariableArrayType *VAT = Context.getAsVariableArrayType(T); in CheckVariableDeclarationType()