Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp503 static bool shouldEscapeRegion(ProgramStateRef State, const MemRegion *R) { in shouldEscapeRegion() function
563 if (shouldEscapeRegion(State, ArgRegion)) in updateOutParameters()
1137 if (MR && shouldEscapeRegion(state, MR)) { in checkBind()