Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDUndefCapturedBlockVarChecker.cpp86 R->disablePathPruning(); in checkPostStmt()
/freebsd-head/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
HDBugReporter.h409 void disablePathPruning() { DoNotPrunePath = true; } in disablePathPruning() function