Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DVLASizeChecker.cpp90 const VariableArrayType *VLA = Ctx.getAsVariableArrayType(VD->getType()); in checkPreStmt()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1977 const VariableArrayType *vla = getContext().getAsVariableArrayType(type); in getVLASize()
2001 } while ((type = getContext().getAsVariableArrayType(elementType))); in getVLASize()
2008 const VariableArrayType *vla = getContext().getAsVariableArrayType(type); in getVLAElements1D()
H A DCGExpr.cpp3322 } while ((vla = ctx.getAsVariableArrayType(eltType))); in getFixedSizeElementType()
3340 if (auto vla = CGF.getContext().getAsVariableArrayType(eltType)) { in emitArraySubscriptGEP()
3414 getContext().getAsVariableArrayType(E->getType())) { in EmitArraySubscriptExpr()
3621 if (auto *VAT = C.getAsVariableArrayType(ArrayTy)) { in EmitOMPArraySectionExpr()
3648 if (auto *VLA = getContext().getAsVariableArrayType(ResultExprTy)) { in EmitOMPArraySectionExpr()
H A DCGExprScalar.cpp2411 = CGF.getContext().getAsVariableArrayType(type)) { in EmitScalarPrePostIncDec()
2702 CGF.getContext().getAsVariableArrayType(TypeToSize)) { in VisitUnaryExprOrTypeTraitExpr()
3204 = CGF.getContext().getAsVariableArrayType(elementType)) { in emitPointerArithmetic()
3400 = CGF.getContext().getAsVariableArrayType(elementType)) { in EmitSub()
H A DCGDecl.cpp1244 while (getContext().getAsVariableArrayType(Type1D)) { in EmitAndRegisterVariableArrayDimensions()
H A DCGOpenMPRuntime.cpp988 CGF.getContext().getAsVariableArrayType(PrivateType)->getSizeExpr()), in emitAggregateType()
1007 CGF.getContext().getAsVariableArrayType(PrivateType)->getSizeExpr()), in emitAggregateType()
5473 CGF.getContext().getAsVariableArrayType(PrivTy); in emitReductionFunction()
5621 CGF.getContext().getAsVariableArrayType((*IPriv)->getType())) in emitReduction()
H A DCGCall.cpp2399 getContext().getAsVariableArrayType(OTy)) { in EmitFunctionProlog()
H A DCGOpenMPRuntimeNVPTX.cpp3876 CGF.getContext().getAsVariableArrayType((*IPriv)->getType())) in emitReduction()
H A DCGStmtOpenMP.cpp239 while (const VariableArrayType *VAT = C.getAsVariableArrayType(Ty)) { in getTypeSize()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h2416 const VariableArrayType *getAsVariableArrayType(QualType T) const { in getAsVariableArrayType() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp1358 if (Ctx.getAsVariableArrayType(EleTy)) { in getSizeInElements()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DMicrosoftMangle.cpp2497 getASTContext().getAsVariableArrayType(ElementTy); in mangleArrayType()
H A DASTContext.cpp8911 const VariableArrayType* LVAT = getAsVariableArrayType(LHS); in mergeTypes()
8912 const VariableArrayType* RVAT = getAsVariableArrayType(RHS); in mergeTypes()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDecl.cpp7451 const VariableArrayType *VAT = Context.getAsVariableArrayType(T); in CheckVariableDeclarationType()