Searched defs:VlaSize (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1749 auto VlaSize = getVLASize(vlaType); local
1954 llvm::Value *VlaSize = VLASizeMap[Vla->getSizeExpr()]; local
H A DCGDecl.cpp1328 auto VlaSize = getVLAElements1D(Type1D); local
1553 auto VlaSize = getVLASize(Ty); local
[all...]
H A DCGExprScalar.cpp2888 auto VlaSize = CGF.getVLASize(VAT); local
3771 auto VlaSize = CGF.getVLASize(vla); local
H A DCGStmtOpenMP.cpp293 VlaSizePair VlaSize = getVLASize(VAT); local

Completed in 202 milliseconds