Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp1376 const bool HasSuffix = SI.Dest->canPrintPretty(); in showBRDefaultDiagnostics() local
1380 : (HasSuffix ? "Null pointer value stored" in showBRDefaultDiagnostics()
1384 OS << (HasSuffix ? "Uninitialized value stored" in showBRDefaultDiagnostics()
1388 if (HasSuffix) in showBRDefaultDiagnostics()
1394 if (HasSuffix) { in showBRDefaultDiagnostics()
1404 OS << (HasSuffix ? "Value assigned" : "Assigning value"); in showBRDefaultDiagnostics()
1407 if (HasSuffix) { in showBRDefaultDiagnostics()