HomeSort by: relevance | last modified time | path
    Searched refs:hasStackStorage (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 137 bool hasStackStorage() const;
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
RetainCountChecker.cpp 511 if (!R->hasStackStorage() || !VR)
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp 1247 bool MemRegion::hasStackStorage() const {
ExprEngine.cpp 2792 if (!MR || !MR->hasStackStorage()) {

Completed in 22 milliseconds