Home
last modified time | relevance | path

Searched refs:MaxNodesPerTopLevelFunction (Results 1 – 4 of 4) 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
/external/llvm-project/clang/lib/StaticAnalyzer/Frontend/
DAnalysisConsumer.cpp702 Mgr->options.MaxNodesPerTopLevelFunction); in RunPathSensitiveChecks()
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/
DAnalyzerOptions.def367 unsigned, MaxNodesPerTopLevelFunction, "max-nodes",