Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DUndefCapturedBlockVarChecker.cpp94 R->disablePathPruning(); in checkPostStmt()
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporter.h195 void disablePathPruning() { DoNotPrunePath = true; } in disablePathPruning() function