Home
last modified time | relevance | path

Searched refs:disablePathPruning (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DUndefCapturedBlockVarChecker.cpp92 R->disablePathPruning(); in checkPostStmt()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h222 void disablePathPruning() { DoNotPrunePath = true; } in disablePathPruning() function