Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp1381 const bool HasSuffix = SI.Dest->canPrintPretty(); in showBRDefaultDiagnostics() local
1385 : (HasSuffix ? "Null pointer value stored" in showBRDefaultDiagnostics()
1389 OS << (HasSuffix ? "Uninitialized value stored" in showBRDefaultDiagnostics()
1393 if (HasSuffix) in showBRDefaultDiagnostics()
1399 if (HasSuffix) { in showBRDefaultDiagnostics()
1409 OS << (HasSuffix ? "Value assigned" : "Assigning value"); in showBRDefaultDiagnostics()
1412 if (HasSuffix) { in showBRDefaultDiagnostics()