Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2247 auto VlaSize = getVLASize(vlaType); in EmitNullInitialization()
2331 numVLAElements = getVLASize(cast<VariableArrayType>(arrayType)).NumElts; in emitArrayLength()
2412 CodeGenFunction::VlaSizePair CodeGenFunction::getVLASize(QualType type) { in getVLASize() function in CodeGenFunction
2415 return getVLASize(vla); in getVLASize()
2419 CodeGenFunction::getVLASize(const VariableArrayType *type) { in getVLASize() function in CodeGenFunction
H A DCGDecl.cpp1688 auto VlaSize = getVLASize(Ty); in EmitAutoVarAlloca()
1869 auto VlaSize = getVLASize(VlaType); in emitZeroOrPatternForAutoVarInit()
H A DCGExprScalar.cpp3213 llvm::Value *numElts = CGF.getVLASize(vla).NumElts; in EmitScalarPrePostIncDec()
3604 auto VlaSize = CGF.getVLASize(VAT); in VisitUnaryExprOrTypeTraitExpr()
4288 llvm::Value *numElements = CGF.getVLASize(vla).NumElts; in emitPointerArithmetic()
4676 auto VlaSize = CGF.getVLASize(vla); in EmitSub()
H A DCodeGenFunction.h3108 VlaSizePair getVLASize(const VariableArrayType *vla);
3109 VlaSizePair getVLASize(QualType vla);
H A DCGExpr.cpp1016 return CGF.getVLASize(VAT).NumElts; in getArrayIndexingBound()
4528 llvm::Value *numElements = getVLASize(vla).NumElts; in EmitArraySubscriptExpr()
4840 llvm::Value *NumElements = getVLASize(VLA).NumElts; in EmitArraySectionExpr()
H A DCGStmtOpenMP.cpp369 VlaSizePair VlaSize = getVLASize(VAT); in getTypeSize()
H A DCGOpenMPRuntime.cpp5259 CGF.getVLASize( in emitReduction()