Home
last modified time | relevance | path

Searched refs:MaxNodesPerTopLevelFunction (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
DAnalyzerOptions.cpp306 if (!MaxNodesPerTopLevelFunction.hasValue()) { in getMaxNodesPerTopLevelFunction()
319 MaxNodesPerTopLevelFunction = getOptionAsInteger("max-nodes", DefaultValue); in getMaxNodesPerTopLevelFunction()
321 return MaxNodesPerTopLevelFunction.getValue(); in getMaxNodesPerTopLevelFunction()
/external/clang/include/clang/StaticAnalyzer/Core/
DAnalyzerOptions.h260 Optional<unsigned> MaxNodesPerTopLevelFunction; variable