Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenFunction.cpp872 VLASizeMap[VAT->getSizeExpr()] = ExprArg; in StartFunction()
1648 llvm::Value *vlaSize = VLASizeMap[type->getSizeExpr()]; in getVLASize()
1740 llvm::Value *&entry = VLASizeMap[size]; in EmitVariablyModifiedType()
DCGStmt.cpp2165 EmitStoreThroughLValue(RValue::get(VLASizeMap[VAT->getSizeExpr()]), LV); in InitCapturedStruct()
2241 VLASizeMap[VAT->getSizeExpr()] = ExprArg; in GenerateCapturedStmtFunction()
DCGExprCXX.cpp1950 EmitStoreThroughLValue(RValue::get(VLASizeMap[VAT->getSizeExpr()]), LV); in EmitLambdaExpr()
DCGStmtOpenMP.cpp135 auto *Val = VLASizeMap[VAT->getSizeExpr()]; in GenerateOpenMPCapturedVars()
284 VLASizeMap[VAT->getSizeExpr()] = ExprArg; in GenerateOpenMPCapturedStmtFunction()
DCodeGenFunction.h1026 llvm::DenseMap<const Expr*, llvm::Value*> VLASizeMap; variable