Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DVLASizeChecker.cpp88 VLA = C.getASTContext().getAsVariableArrayType(VLA->getElementType()); in checkVLA()
279 const VariableArrayType *VLA = Ctx.getAsVariableArrayType(TypeToCheck); in checkPreStmt()
318 const VariableArrayType *VLA = C.getASTContext().getAsVariableArrayType( in checkPreStmt()
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenExpr.cpp736 } while ((vla = astContext.getAsVariableArrayType(eltType))); in getFixedSizeElementType()
762 cgf.getContext().getAsVariableArrayType(eltType)) { in emitArraySubscriptPtr()
787 if (getContext().getAsVariableArrayType(e->getType())) { in emitArraySubscriptExpr()
H A DCIRGenExprScalar.cpp470 if (cgf.getContext().getAsVariableArrayType(type)) { in emitScalarPrePostIncDec()
1390 if (cgf.getContext().getAsVariableArrayType(elementType)) { in emitPointerArithmetic()
1962 if (cgf.getContext().getAsVariableArrayType(typeToSize)) { in VisitUnaryExprOrTypeTraitExpr()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2413 const VariableArrayType *vla = getContext().getAsVariableArrayType(type); in getVLASize()
2437 } while ((type = getContext().getAsVariableArrayType(elementType))); in getVLASize()
2444 const VariableArrayType *vla = getContext().getAsVariableArrayType(type); in getVLAElements1D()
H A DCGExpr.cpp4216 } while ((vla = ctx.getAsVariableArrayType(eltType))); in getFixedSizeElementType()
4299 if (auto vla = CGF.getContext().getAsVariableArrayType(eltType)) { in emitArraySubscriptGEP()
4520 getContext().getAsVariableArrayType(E->getType())) { in EmitArraySubscriptExpr()
4802 if (auto *VAT = C.getAsVariableArrayType(ArrayTy)) { in EmitArraySectionExpr()
4832 if (auto *VLA = getContext().getAsVariableArrayType(ResultExprTy)) { in EmitArraySectionExpr()
H A DCGDecl.cpp1394 while (getContext().getAsVariableArrayType(Type1D)) { in EmitAndRegisterVariableArrayDimensions()
1866 const auto *VlaType = getContext().getAsVariableArrayType(type); in emitZeroOrPatternForAutoVarInit()
H A DCGExprScalar.cpp3212 = CGF.getContext().getAsVariableArrayType(type)) { in EmitScalarPrePostIncDec()
3579 CGF.getContext().getAsVariableArrayType(TypeToSize)) { in VisitUnaryExprOrTypeTraitExpr()
4286 = CGF.getContext().getAsVariableArrayType(elementType)) { in emitPointerArithmetic()
4675 = CGF.getContext().getAsVariableArrayType(elementType)) { in EmitSub()
H A DCGOpenMPRuntime.cpp828 CGF.getContext().getAsVariableArrayType(PrivateType)->getSizeExpr()), in emitAggregateType()
845 CGF.getContext().getAsVariableArrayType(PrivateType)->getSizeExpr()), in emitAggregateType()
4850 CGF.getContext().getAsVariableArrayType(PrivTy); in emitReductionFunction()
5260 CGF.getContext().getAsVariableArrayType((*IPriv)->getType())) in emitReduction()
7800 auto *VAT = Context.getAsVariableArrayType(Ty);
H A DCGCall.cpp3231 getContext().getAsVariableArrayType(OTy)) { in EmitFunctionProlog()
H A DCGStmtOpenMP.cpp368 while (const VariableArrayType *VAT = C.getAsVariableArrayType(Ty)) { in getTypeSize()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h3022 const VariableArrayType *getAsVariableArrayType(QualType T) const { in getAsVariableArrayType() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp3324 getASTContext().getAsVariableArrayType(ElementTy); in mangleArrayType()
H A DASTContext.cpp11816 const VariableArrayType* LVAT = getAsVariableArrayType(LHS); in mergeTypes()
11817 const VariableArrayType* RVAT = getAsVariableArrayType(RHS); in mergeTypes()
H A DExprConstant.cpp14980 const auto *VAT = Info.Ctx.getAsVariableArrayType(Ty); in VisitUnaryExprOrTypeTraitExpr()
17501 const auto *VAT = Ctx.getAsVariableArrayType(ArgTy); in CheckICE()
/freebsd/contrib/llvm-project/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()
8904 const VariableArrayType *VAT = Context.getAsVariableArrayType(T); in CheckVariableDeclarationType()
H A DSemaInit.cpp5874 S.getASTContext().getAsVariableArrayType(Entity.getType())) { in TryOrBuildParenListInitialization()
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.cpp2176 const auto *VAT = ASTCtx.getAsVariableArrayType(Ty); in VisitUnaryExprOrTypeTraitExpr()