HomeSort by relevance Sort by last modified time
    Searched refs:GraphTrimInterval (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/StaticAnalyzer/Core/
AnalyzerOptions.cpp 287 if (!GraphTrimInterval.hasValue())
288 GraphTrimInterval = getOptionAsInteger("graph-trim-interval", 1000);
289 return GraphTrimInterval.getValue();
  /external/clang/include/clang/StaticAnalyzer/Core/
AnalyzerOptions.h 251 Optional<unsigned> GraphTrimInterval;

Completed in 77 milliseconds