Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenFunction.cpp821 VLASizeMap[VAT->getSizeExpr()] = ExprArg; in StartFunction()
1579 llvm::Value *vlaSize = VLASizeMap[type->getSizeExpr()]; in getVLASize()
1671 llvm::Value *&entry = VLASizeMap[size]; in EmitVariablyModifiedType()
DCGStmt.cpp2100 EmitStoreThroughLValue(RValue::get(VLASizeMap[VAT->getSizeExpr()]), LV); in InitCapturedStruct()
2177 VLASizeMap[VAT->getSizeExpr()] = ExprArg; in GenerateCapturedStmtFunction()
DCGStmtOpenMP.cpp33 auto *Val = VLASizeMap[VAT->getSizeExpr()]; in GenerateOpenMPCapturedVars()
159 VLASizeMap[VAT->getSizeExpr()] = ExprArg; in GenerateOpenMPCapturedStmtFunction()
DCGExprCXX.cpp1942 EmitStoreThroughLValue(RValue::get(VLASizeMap[VAT->getSizeExpr()]), LV); in EmitLambdaExpr()
DCodeGenFunction.h1001 llvm::DenseMap<const Expr*, llvm::Value*> VLASizeMap; variable