Searched refs:MaxNodesPerTopLevelFunction (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Core/ |
H A D | AnalyzerOptions.cpp | 306 if (!MaxNodesPerTopLevelFunction.hasValue()) { in getMaxNodesPerTopLevelFunction() 319 MaxNodesPerTopLevelFunction = getOptionAsInteger("max-nodes", DefaultValue); in getMaxNodesPerTopLevelFunction() 321 return MaxNodesPerTopLevelFunction.getValue(); in getMaxNodesPerTopLevelFunction()
|
/aosp_15_r20/external/clang/include/clang/StaticAnalyzer/Core/ |
H A D | AnalyzerOptions.h | 260 Optional<unsigned> MaxNodesPerTopLevelFunction; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/StaticAnalyzer/Core/ |
D | AnalyzerOptions.def | 399 unsigned, MaxNodesPerTopLevelFunction, "max-nodes",
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/StaticAnalyzer/Core/ |
D | AnalyzerOptions.def | 399 unsigned, MaxNodesPerTopLevelFunction, "max-nodes",
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/StaticAnalyzer/Core/ |
D | AnalyzerOptions.def | 399 unsigned, MaxNodesPerTopLevelFunction, "max-nodes",
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/StaticAnalyzer/Core/ |
D | AnalyzerOptions.def | 399 unsigned, MaxNodesPerTopLevelFunction, "max-nodes",
|