Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
DStackAddrEscapeChecker.cpp342 if (VR && VR->hasStackStorage() && !isNotInCurrentFrame(VR, Ctx)) in checkEndFunction()
/openbsd/src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DMemRegion.h141 bool hasStackStorage() const;
/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
DRetainCountChecker.cpp512 if (!R->hasStackStorage() || !VR) in shouldEscapeRegion()
/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
DMemRegion.cpp1289 bool MemRegion::hasStackStorage() const { in hasStackStorage() function in MemRegion