Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DVLASizeChecker.cpp72 llvm::SmallVector<const Expr *, 2> VLASizes; in checkVLA() local
86 VLASizes.push_back(SizeE); in checkVLA()
109 for (const Expr *SizeE : VLASizes) { in checkVLA()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp488 &VLASizes, in emitOutlinedFunctionPrologue() argument
628 VLASizes.try_emplace(Args[Cnt], VAT->getSizeExpr(), ExprArg); in emitOutlinedFunctionPrologue()
680 llvm::DenseMap<const Decl *, std::pair<const Expr *, llvm::Value *>> VLASizes, in GenerateOpenMPCapturedStmtFunction() local
696 emitOutlinedFunctionPrologue(WrapperCGF, Args, LocalAddrs, VLASizes, in GenerateOpenMPCapturedStmtFunction()
739 auto EI = VLASizes.find(Arg); in GenerateOpenMPCapturedStmtFunction()
740 if (EI != VLASizes.end()) { in GenerateOpenMPCapturedStmtFunction()