Home
last modified time | relevance | path

Searched refs:VLASizes (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DVLASizeChecker.cpp75 llvm::SmallVector<const Expr *, 2> VLASizes; in checkVLA() local
89 VLASizes.push_back(SizeE); in checkVLA()
112 for (const Expr *SizeE : VLASizes) { in checkVLA()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp430 &VLASizes, in emitOutlinedFunctionPrologue() argument
570 VLASizes.try_emplace(Args[Cnt], VAT->getSizeExpr(), ExprArg); in emitOutlinedFunctionPrologue()
621 llvm::DenseMap<const Decl *, std::pair<const Expr *, llvm::Value *>> VLASizes; in GenerateOpenMPCapturedStmtFunction() local
630 VLASizes, CXXThisValue, FO); in GenerateOpenMPCapturedStmtFunction()
639 for (const auto &VLASizePair : VLASizes) in GenerateOpenMPCapturedStmtFunction()
655 VLASizes.clear(); in GenerateOpenMPCapturedStmtFunction()
657 emitOutlinedFunctionPrologue(WrapperCGF, Args, LocalAddrs, VLASizes, in GenerateOpenMPCapturedStmtFunction()
677 auto EI = VLASizes.find(Arg); in GenerateOpenMPCapturedStmtFunction()
678 if (EI != VLASizes.end()) { in GenerateOpenMPCapturedStmtFunction()