HomeSort by: relevance | last modified time | path
    Searched defs:shouldEscapeRegion (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
RetainCountChecker.cpp 505 static bool shouldEscapeRegion(const MemRegion *R) {
565 if (shouldEscapeRegion(ArgRegion))
1144 if (MR && shouldEscapeRegion(MR)) {

Completed in 25 milliseconds