Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DVLASizeChecker.cpp91 VLA = C.getASTContext().getAsVariableArrayType(VLA->getElementType()); in checkVLA()
270 const VariableArrayType *VLA = Ctx.getAsVariableArrayType(TypeToCheck); in checkPreStmt()
309 const VariableArrayType *VLA = C.getASTContext().getAsVariableArrayType( in checkPreStmt()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2166 const VariableArrayType *vla = getContext().getAsVariableArrayType(type); in getVLASize()
2190 } while ((type = getContext().getAsVariableArrayType(elementType))); in getVLASize()
2197 const VariableArrayType *vla = getContext().getAsVariableArrayType(type); in getVLAElements1D()
H A DCGExpr.cpp3684 } while ((vla = ctx.getAsVariableArrayType(eltType))); in getFixedSizeElementType()
3740 if (auto vla = CGF.getContext().getAsVariableArrayType(eltType)) { in emitArraySubscriptGEP()
3832 getContext().getAsVariableArrayType(E->getType())) { in EmitArraySubscriptExpr()
4062 if (auto *VAT = C.getAsVariableArrayType(ArrayTy)) { in EmitOMPArraySectionExpr()
4091 if (auto *VLA = getContext().getAsVariableArrayType(ResultExprTy)) { in EmitOMPArraySectionExpr()
H A DCGOpenMPRuntimeGPU.cpp2384 CGF.getContext().getAsVariableArrayType((*IPriv)->getType())) in emitListToGlobalReduceFunction()
2594 CGF.getContext().getAsVariableArrayType((*IPriv)->getType())) in emitGlobalToListReduceFunction()
2916 CGF.getContext().getAsVariableArrayType((*IPriv)->getType())) in emitReduction()
H A DCGDecl.cpp1372 while (getContext().getAsVariableArrayType(Type1D)) { in EmitAndRegisterVariableArrayDimensions()
1751 const auto *VlaType = getContext().getAsVariableArrayType(type); in emitZeroOrPatternForAutoVarInit()
H A DCGExprScalar.cpp2669 = CGF.getContext().getAsVariableArrayType(type)) { in EmitScalarPrePostIncDec()
3033 CGF.getContext().getAsVariableArrayType(TypeToSize)) { in VisitUnaryExprOrTypeTraitExpr()
3690 = CGF.getContext().getAsVariableArrayType(elementType)) { in emitPointerArithmetic()
4030 = CGF.getContext().getAsVariableArrayType(elementType)) { in EmitSub()
H A DCGOpenMPRuntime.cpp856 CGF.getContext().getAsVariableArrayType(PrivateType)->getSizeExpr()), in emitAggregateType()
873 CGF.getContext().getAsVariableArrayType(PrivateType)->getSizeExpr()), in emitAggregateType()
5063 CGF.getContext().getAsVariableArrayType(PrivTy); in emitReductionFunction()
5209 CGF.getContext().getAsVariableArrayType((*IPriv)->getType())) in emitReduction()
7774 auto *VAT = Context.getAsVariableArrayType(Ty); in generateInfoForComponentList()
H A DCGCall.cpp2895 getContext().getAsVariableArrayType(OTy)) { in EmitFunctionProlog()
H A DCGStmtOpenMP.cpp312 while (const VariableArrayType *VAT = C.getAsVariableArrayType(Ty)) { in getTypeSize()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h2700 const VariableArrayType *getAsVariableArrayType(QualType T) const { in getAsVariableArrayType() function
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DMicrosoftMangle.cpp2923 getASTContext().getAsVariableArrayType(ElementTy); in mangleArrayType()
H A DASTContext.cpp10641 const VariableArrayType* LVAT = getAsVariableArrayType(LHS); in mergeTypes()
10642 const VariableArrayType* RVAT = getAsVariableArrayType(RHS); in mergeTypes()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDecl.cpp3366 if (const auto *VAT = Ctx.getAsVariableArrayType(Ty)) in EquivalentArrayTypes()
3377 const auto *OldVAT = Ctx.getAsVariableArrayType(Old); in EquivalentArrayTypes()
3378 const auto *NewVAT = Ctx.getAsVariableArrayType(New); in EquivalentArrayTypes()
8619 const VariableArrayType *VAT = Context.getAsVariableArrayType(T); in CheckVariableDeclarationType()
H A DSemaInit.cpp5340 S.getASTContext().getAsVariableArrayType(Entity.getType())) { in TryOrBuildParenListInitialization()