Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
DAnalyzerOptions.cpp239 if (!MaxNodesPerTopLevelFunction.hasValue()) { in getMaxNodesPerTopLevelFunction()
252 MaxNodesPerTopLevelFunction = getOptionAsInteger("max-nodes", DefaultValue); in getMaxNodesPerTopLevelFunction()
254 return MaxNodesPerTopLevelFunction.getValue(); in getMaxNodesPerTopLevelFunction()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/
DAnalyzerOptions.h239 Optional<unsigned> MaxNodesPerTopLevelFunction; variable