Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
HDAnalyzerOptions.h208 unsigned maxBlockVisitOnPath; variable
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDExprEngine.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()
HDExprEngineCallAndReturn.cpp1173 uint64_t maxAllowedSize = AMgr.options.maxBlockVisitOnPath; in shouldInlineArrayDestruction()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Driver/
HDOptions.td6943 MarshallingInfoInt<AnalyzerOpts<"maxBlockVisitOnPath">, "4">;