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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.h222 unsigned maxBlockVisitOnPath; member in class:clang::AnalyzerOptions
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1929 unsigned maxBlockVisitOnPath = AMgr.options.maxBlockVisitOnPath; local
1933 Pred, maxBlockVisitOnPath);
1949 if (BlockCount == AMgr.options.maxBlockVisitOnPath - 1 &&
1964 if (BlockCount >= AMgr.options.maxBlockVisitOnPath) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp320 Opts.maxBlockVisitOnPath =

Completed in 129 milliseconds