Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DPathDiagnostic.h533 Optional<bool> IsPrunable; variable
553 if (IsPrunable.hasValue() && !override)
555 IsPrunable = isPrunable;
560 return IsPrunable.hasValue() ? IsPrunable.getValue() : false; in isPrunable()