Home
last modified time | relevance | path

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

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