Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.h208 unsigned maxBlockVisitOnPath; variable
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2476 unsigned maxBlockVisitOnPath = AMgr.options.maxBlockVisitOnPath; in processCFGBlockEntrance() local
2480 Pred, maxBlockVisitOnPath); in processCFGBlockEntrance()
2496 if (BlockCount == AMgr.options.maxBlockVisitOnPath - 1 && in processCFGBlockEntrance()
2510 if (BlockCount >= AMgr.options.maxBlockVisitOnPath) { in processCFGBlockEntrance()
H A DExprEngineCallAndReturn.cpp1174 uint64_t maxAllowedSize = AMgr.options.maxBlockVisitOnPath; in shouldInlineArrayDestruction()
/openbsd/gnu/llvm/clang/include/clang/Driver/
H A DOptions.td5285 MarshallingInfoInt<AnalyzerOpts<"maxBlockVisitOnPath">, "4">;