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.cpp74 llvm::SmallVector<const Expr *, 2> VLASizes; in checkVLA() local
88 VLASizes.push_back(SizeE); in checkVLA()
111 for (const Expr *SizeE : VLASizes) { in checkVLA()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp458 &VLASizes, in emitOutlinedFunctionPrologue() argument
598 VLASizes.try_emplace(Args[Cnt], VAT->getSizeExpr(), ExprArg); in emitOutlinedFunctionPrologue()
649 llvm::DenseMap<const Decl *, std::pair<const Expr *, llvm::Value *>> VLASizes; in GenerateOpenMPCapturedStmtFunction() local
658 VLASizes, CXXThisValue, FO); in GenerateOpenMPCapturedStmtFunction()
667 for (const auto &VLASizePair : VLASizes) in GenerateOpenMPCapturedStmtFunction()
683 VLASizes.clear(); in GenerateOpenMPCapturedStmtFunction()
685 emitOutlinedFunctionPrologue(WrapperCGF, Args, LocalAddrs, VLASizes, in GenerateOpenMPCapturedStmtFunction()
701 auto EI = VLASizes.find(Arg); in GenerateOpenMPCapturedStmtFunction()
702 if (EI != VLASizes.end()) { in GenerateOpenMPCapturedStmtFunction()