Searched refs:PrettySourceValue (Results 1 – 1 of 1) sorted by relevance
11714 SmallString<64> PrettySourceValue; in CheckTautologicalComparison() local11715 llvm::raw_svector_ostream OS(PrettySourceValue); in CheckTautologicalComparison()12133 SmallString<16> PrettySourceValue; in DiagnoseFloatingImpCast() local12136 Value.toString(PrettySourceValue, precision); in DiagnoseFloatingImpCast()12142 << PrettySourceValue); in DiagnoseFloatingImpCast()12198 << PrettySourceValue << PrettyTargetValue in DiagnoseFloatingImpCast()12202 << E->getType() << T.getUnqualifiedType() << PrettySourceValue in DiagnoseFloatingImpCast()12790 SmallString<32> PrettySourceValue; in CheckImplicitConversion() local12791 SourceInt->toString(PrettySourceValue, 10); in CheckImplicitConversion()12850 std::string PrettySourceValue = toString(Value, 10); in CheckImplicitConversion() local[all …]