Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DStackAddrEscapeChecker.cpp351 if (VR && VR->hasStackStorage() && !isArcManagedBlock(VR, Ctx) && in checkEndFunction()
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h141 bool hasStackStorage() const;
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp511 if (!R->hasStackStorage() || !VR) in shouldEscapeRegion()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp1273 bool MemRegion::hasStackStorage() const { in hasStackStorage() function in MemRegion
H A DExprEngine.cpp3133 if (!MR || !MR->hasStackStorage()) { in processPointerEscapedOnBind()