Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.h223 unsigned maxBlockVisitOnPath; variable
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1968 unsigned maxBlockVisitOnPath = AMgr.options.maxBlockVisitOnPath; in processCFGBlockEntrance() local
1972 Pred, maxBlockVisitOnPath); in processCFGBlockEntrance()
1988 if (BlockCount == AMgr.options.maxBlockVisitOnPath - 1 && in processCFGBlockEntrance()
2003 if (BlockCount >= AMgr.options.maxBlockVisitOnPath) { in processCFGBlockEntrance()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td4693 MarshallingInfoInt<AnalyzerOpts<"maxBlockVisitOnPath">, "4">;