Home
last modified time | relevance | path

Searched refs:VLASizeMap (Results 1 – 4 of 4) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCodeGenFunction.cpp720 VLASizeMap[VAT->getSizeExpr()] = ExprArg; in StartFunction()
1459 llvm::Value *vlaSize = VLASizeMap[type->getSizeExpr()]; in getVLASize()
1551 llvm::Value *&entry = VLASizeMap[size]; in EmitVariablyModifiedType()
H A DCGStmt.cpp2131 EmitStoreThroughLValue(RValue::get(VLASizeMap[VAT->getSizeExpr()]), LV); in InitCapturedStruct()
2208 VLASizeMap[VAT->getSizeExpr()] = ExprArg; in GenerateCapturedStmtFunction()
H A DCGExprCXX.cpp1829 EmitStoreThroughLValue(RValue::get(VLASizeMap[VAT->getSizeExpr()]), LV); in EmitLambdaExpr()
H A DCodeGenFunction.h954 llvm::DenseMap<const Expr*, llvm::Value*> VLASizeMap; variable