Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DUndefCapturedBlockVarChecker.cpp93 R->disablePathPruning(); in checkPostStmt()
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h409 void disablePathPruning() { DoNotPrunePath = true; } in disablePathPruning() function