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

  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/
AnalyzerOptions.h 223 unsigned maxBlockVisitOnPath;
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp 1966 unsigned maxBlockVisitOnPath = AMgr.options.maxBlockVisitOnPath;
1970 Pred, maxBlockVisitOnPath);
1986 if (BlockCount == AMgr.options.maxBlockVisitOnPath - 1 &&
2001 if (BlockCount >= AMgr.options.maxBlockVisitOnPath) {

Completed in 22 milliseconds