Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp1406 const bool HasSuffix = SI.Dest->canPrintPretty(); in showBRDefaultDiagnostics() local
1410 : (HasSuffix ? "Null pointer value stored" in showBRDefaultDiagnostics()
1414 OS << (HasSuffix ? "Uninitialized value stored" in showBRDefaultDiagnostics()
1418 if (HasSuffix) in showBRDefaultDiagnostics()
1424 if (HasSuffix) { in showBRDefaultDiagnostics()
1434 OS << (HasSuffix ? "Value assigned" : "Assigning value"); in showBRDefaultDiagnostics()
1437 if (HasSuffix) { in showBRDefaultDiagnostics()