Searched refs:PrettySourceValue (Results 1 – 1 of 1) sorted by relevance
11441 SmallString<64> PrettySourceValue; in CheckTautologicalComparison() local11442 llvm::raw_svector_ostream OS(PrettySourceValue); in CheckTautologicalComparison()11860 SmallString<16> PrettySourceValue; in DiagnoseFloatingImpCast() local11863 Value.toString(PrettySourceValue, precision); in DiagnoseFloatingImpCast()11869 << PrettySourceValue); in DiagnoseFloatingImpCast()11925 << PrettySourceValue << PrettyTargetValue in DiagnoseFloatingImpCast()11929 << E->getType() << T.getUnqualifiedType() << PrettySourceValue in DiagnoseFloatingImpCast()12519 std::string PrettySourceValue = SourceInt->toString(10); in CheckImplicitConversion() local12526 << PrettySourceValue << PrettyTargetValue << E->getType() << T in CheckImplicitConversion()12578 std::string PrettySourceValue = Value.toString(10); in CheckImplicitConversion() local[all …]