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

  /external/clang/lib/StaticAnalyzer/Core/
AnalyzerOptions.cpp 252 if (!MaxNodesPerTopLevelFunction.hasValue()) {
265 MaxNodesPerTopLevelFunction = getOptionAsInteger("max-nodes", DefaultValue);
267 return MaxNodesPerTopLevelFunction.getValue();
  /external/clang/include/clang/StaticAnalyzer/Core/
AnalyzerOptions.h 246 Optional<unsigned> MaxNodesPerTopLevelFunction;

Completed in 291 milliseconds