Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h137 bool hasStackStorage() const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp511 if (!R->hasStackStorage() || !VR) in shouldEscapeRegion()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp1247 bool MemRegion::hasStackStorage() const { in hasStackStorage() function in MemRegion
H A DExprEngine.cpp2792 if (!MR || !MR->hasStackStorage()) { in processPointerEscapedOnBind()