Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
HDVLASizeChecker.cpp91 const VariableArrayType *VLA = Ctx.getAsVariableArrayType(VD->getType()); in checkPreStmt()
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCodeGenFunction.cpp1484 const VariableArrayType *vla = getContext().getAsVariableArrayType(type); in getVLASize()
1508 } while ((type = getContext().getAsVariableArrayType(elementType))); in getVLASize()
HDCGExprScalar.cpp1752 = CGF.getContext().getAsVariableArrayType(type)) { in EmitScalarPrePostIncDec()
2029 CGF.getContext().getAsVariableArrayType(TypeToSize)) { in VisitUnaryExprOrTypeTraitExpr()
2492 = CGF.getContext().getAsVariableArrayType(elementType)) { in emitPointerArithmetic()
2684 = CGF.getContext().getAsVariableArrayType(elementType)) { in EmitSub()
HDCGCall.cpp1925 getContext().getAsVariableArrayType(OTy)) { in EmitFunctionProlog()
HDCGExpr.cpp2484 getContext().getAsVariableArrayType(E->getType())) { in EmitArraySubscriptExpr()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDASTContext.h2006 const VariableArrayType *getAsVariableArrayType(QualType T) const { in getAsVariableArrayType() function
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDMicrosoftMangle.cpp1926 getASTContext().getAsVariableArrayType(ElementTy); in mangleArrayType()
HDASTContext.cpp7648 const VariableArrayType* LVAT = getAsVariableArrayType(LHS); in mergeTypes()
7649 const VariableArrayType* RVAT = getAsVariableArrayType(RHS); in mergeTypes()
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
HDRegionStore.cpp1219 if (Ctx.getAsVariableArrayType(EleTy)) { in getSizeInElements()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaDecl.cpp6421 const VariableArrayType *VAT = Context.getAsVariableArrayType(T); in CheckVariableDeclarationType()