Searched refs:PrettySourceValue (Results 1 – 1 of 1) sorted by relevance
11284 SmallString<64> PrettySourceValue; in CheckTautologicalComparison() local11285 llvm::raw_svector_ostream OS(PrettySourceValue); in CheckTautologicalComparison()11724 SmallString<16> PrettySourceValue; in DiagnoseFloatingImpCast() local11727 Value.toString(PrettySourceValue, precision); in DiagnoseFloatingImpCast()11732 << PrettySourceValue); in DiagnoseFloatingImpCast()11788 << PrettySourceValue << PrettyTargetValue in DiagnoseFloatingImpCast()11792 << E->getType() << T.getUnqualifiedType() << PrettySourceValue in DiagnoseFloatingImpCast()12413 SmallString<32> PrettySourceValue; in CheckImplicitConversion() local12414 SourceInt->toString(PrettySourceValue, 10); in CheckImplicitConversion()12421 << PrettySourceValue << PrettyTargetValue << E->getType() << T in CheckImplicitConversion()[all …]