reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
 2631     Out << (TookTrue ? "non-null" : "null");
 2636     Out << (TookTrue ? "non-nil" : "nil");
 2649       Out << (TookTrue ? "true" : "false");
 2651       Out << (TookTrue ? "not equal to 0" : "0");
 2654       Out << (IntValue.getValue()->getBoolValue() ? "true" : "false");
 2656       Out << *IntValue.getValue();