Searched refs:PrettySourceValue (Results 1 – 2 of 2) sorted by relevance
7623 SmallString<64> PrettySourceValue; in DiagnoseOutOfRangeComparison() local7624 llvm::raw_svector_ostream OS(PrettySourceValue); in DiagnoseOutOfRangeComparison()7913 SmallString<16> PrettySourceValue; in DiagnoseFloatingImpCast() local7916 Value.toString(PrettySourceValue, precision); in DiagnoseFloatingImpCast()7928 << PrettySourceValue << PrettyTargetValue in DiagnoseFloatingImpCast()7932 << E->getType() << T.getUnqualifiedType() << PrettySourceValue in DiagnoseFloatingImpCast()8324 std::string PrettySourceValue = Value.toString(10); in CheckImplicitConversion() local8329 << PrettySourceValue << PrettyTargetValue in CheckImplicitConversion()8355 std::string PrettySourceValue = Value.toString(10); in CheckImplicitConversion() local8361 << PrettySourceValue << PrettyTargetValue << E->getType() << T in CheckImplicitConversion()
11184 SmallString<64> PrettySourceValue; in CheckTautologicalComparison() local11185 llvm::raw_svector_ostream OS(PrettySourceValue); in CheckTautologicalComparison()11600 SmallString<16> PrettySourceValue; in DiagnoseFloatingImpCast() local11603 Value.toString(PrettySourceValue, precision); in DiagnoseFloatingImpCast()11609 << PrettySourceValue); in DiagnoseFloatingImpCast()11665 << PrettySourceValue << PrettyTargetValue in DiagnoseFloatingImpCast()11669 << E->getType() << T.getUnqualifiedType() << PrettySourceValue in DiagnoseFloatingImpCast()12250 std::string PrettySourceValue = SourceInt->toString(10); in CheckImplicitConversion() local12257 << PrettySourceValue << PrettyTargetValue << E->getType() << T in CheckImplicitConversion()12309 std::string PrettySourceValue = Value.toString(10); in CheckImplicitConversion() local[all …]