Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.h208 unsigned maxBlockVisitOnPath; variable
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2509 unsigned maxBlockVisitOnPath = AMgr.options.maxBlockVisitOnPath; in processCFGBlockEntrance() local
2513 Pred, maxBlockVisitOnPath); in processCFGBlockEntrance()
2529 if (BlockCount == AMgr.options.maxBlockVisitOnPath - 1 && in processCFGBlockEntrance()
2543 if (BlockCount >= AMgr.options.maxBlockVisitOnPath) { in processCFGBlockEntrance()
H A DExprEngineCallAndReturn.cpp1173 uint64_t maxAllowedSize = AMgr.options.maxBlockVisitOnPath; in shouldInlineArrayDestruction()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td6943 MarshallingInfoInt<AnalyzerOpts<"maxBlockVisitOnPath">, "4">;