Home
last modified time | relevance | path

Searched refs:maxBlockVisitOnPath (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.h210 unsigned maxBlockVisitOnPath; variable
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp1100 return Size <= AMgr.options.maxBlockVisitOnPath; in shouldInlineArrayConstruction()
1105 return *Size <= AMgr.options.maxBlockVisitOnPath; in shouldInlineArrayConstruction()
H A DExprEngine.cpp2153 unsigned maxBlockVisitOnPath = AMgr.options.maxBlockVisitOnPath; in processCFGBlockEntrance() local
2157 Pred, maxBlockVisitOnPath); in processCFGBlockEntrance()
2173 if (BlockCount == AMgr.options.maxBlockVisitOnPath - 1 && in processCFGBlockEntrance()
2187 if (BlockCount >= AMgr.options.maxBlockVisitOnPath) { in processCFGBlockEntrance()
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td5137 MarshallingInfoInt<AnalyzerOpts<"maxBlockVisitOnPath">, "4">;