Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DAnalyzerOptions.cpp255 if (!MaxNodesPerTopLevelFunction.hasValue()) { in getMaxNodesPerTopLevelFunction()
268 MaxNodesPerTopLevelFunction = getOptionAsInteger("max-nodes", DefaultValue); in getMaxNodesPerTopLevelFunction()
270 return MaxNodesPerTopLevelFunction.getValue(); in getMaxNodesPerTopLevelFunction()
/minix3/external/bsd/llvm/dist/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.h253 Optional<unsigned> MaxNodesPerTopLevelFunction; variable