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.h239 unsigned maxBlockVisitOnPath; variable
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2543 unsigned maxBlockVisitOnPath = AMgr.options.maxBlockVisitOnPath; in processCFGBlockEntrance() local
2547 Pred, maxBlockVisitOnPath); in processCFGBlockEntrance()
2563 if (BlockCount == AMgr.options.maxBlockVisitOnPath - 1 && in processCFGBlockEntrance()
2586 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.td7461 MarshallingInfoInt<AnalyzerOpts<"maxBlockVisitOnPath">, "4">;