Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp1223 using DestTypeValue = std::pair<const StoreInfo &, loc::ConcreteInt>; typedef
1225 llvm::raw_ostream &operator<<(llvm::raw_ostream &OS, const DestTypeValue &Val) { in operator <<()
1269 OS << Action << DestTypeValue(SI, *CVal); in showBRDiagnostics()
1316 << DestTypeValue(SI, *CI); in showBRParamDiagnostics()
1360 OS << "object reference of value " << DestTypeValue(SI, *CV) in showBRDefaultDiagnostics()
1364 OS << "Pointer value of " << DestTypeValue(SI, *CV) << " stored"; in showBRDefaultDiagnostics()
1366 OS << "Storing pointer value of " << DestTypeValue(SI, *CV); in showBRDefaultDiagnostics()