Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp1349 const bool HasSuffix = SI.Dest->canPrintPretty(); in showBRDefaultDiagnostics() local
1356 : (HasSuffix ? "Null pointer value stored" in showBRDefaultDiagnostics()
1363 if (HasSuffix) in showBRDefaultDiagnostics()
1370 OS << (HasSuffix ? "Uninitialized value stored" in showBRDefaultDiagnostics()
1374 if (HasSuffix) in showBRDefaultDiagnostics()
1380 if (HasSuffix) { in showBRDefaultDiagnostics()
1390 OS << (HasSuffix ? "Value assigned" : "Assigning value"); in showBRDefaultDiagnostics()
1393 if (HasSuffix) { in showBRDefaultDiagnostics()