Home
last modified time | relevance | path

Searched refs:getVLASize (Results 1 – 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCodeGenFunction.cpp2143 auto VlaSize = getVLASize(vlaType); in EmitNullInitialization()
2227 numVLAElements = getVLASize(cast<VariableArrayType>(arrayType)).NumElts; in emitArrayLength()
2308 CodeGenFunction::VlaSizePair CodeGenFunction::getVLASize(QualType type) { in getVLASize() function in CodeGenFunction
2311 return getVLASize(vla); in getVLASize()
2315 CodeGenFunction::getVLASize(const VariableArrayType *type) { in getVLASize() function in CodeGenFunction
HDCGDecl.cpp1651 auto VlaSize = getVLASize(Ty); in EmitAutoVarAlloca()
1820 auto VlaSize = getVLASize(VlaType); in emitZeroOrPatternForAutoVarInit()
HDCGExprScalar.cpp2957 llvm::Value *numElts = CGF.getVLASize(vla).NumElts; in EmitScalarPrePostIncDec()
3333 auto VlaSize = CGF.getVLASize(VAT); in VisitUnaryExprOrTypeTraitExpr()
3983 llvm::Value *numElements = CGF.getVLASize(vla).NumElts; in emitPointerArithmetic()
4371 auto VlaSize = CGF.getVLASize(vla); in EmitSub()
HDCGExpr.cpp949 return CGF.getVLASize(VAT).NumElts; in getArrayIndexingBound()
4230 llvm::Value *numElements = getVLASize(vla).NumElts; in EmitArraySubscriptExpr()
4530 llvm::Value *NumElements = getVLASize(VLA).NumElts; in EmitArraySectionExpr()
HDCodeGenFunction.h3062 VlaSizePair getVLASize(const VariableArrayType *vla);
3063 VlaSizePair getVLASize(QualType vla);
HDCGStmtOpenMP.cpp339 VlaSizePair VlaSize = getVLASize(VAT); in getTypeSize()
HDCGOpenMPRuntime.cpp5021 CGF.getVLASize( in emitReduction()