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.cpp1410 const bool HasSuffix = SI.Dest->canPrintPretty(); in showBRDefaultDiagnostics() local
1414 : (HasSuffix ? "Null pointer value stored" in showBRDefaultDiagnostics()
1418 OS << (HasSuffix ? "Uninitialized value stored" in showBRDefaultDiagnostics()
1422 if (HasSuffix) in showBRDefaultDiagnostics()
1428 if (HasSuffix) { in showBRDefaultDiagnostics()
1438 OS << (HasSuffix ? "Value assigned" : "Assigning value"); in showBRDefaultDiagnostics()
1441 if (HasSuffix) { in showBRDefaultDiagnostics()