Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp11915 SmallString<16> PrettyTargetValue; in DiagnoseFloatingImpCast() local
11917 PrettyTargetValue = Value.isZero() ? "false" : "true"; in DiagnoseFloatingImpCast()
11919 IntegerValue.toString(PrettyTargetValue); in DiagnoseFloatingImpCast()
11925 << PrettySourceValue << PrettyTargetValue in DiagnoseFloatingImpCast()
11930 << PrettyTargetValue << E->getSourceRange() << SourceRange(CContext); in DiagnoseFloatingImpCast()
12520 SmallString<32> PrettyTargetValue; in CheckImplicitConversion() local
12521 TargetFloatValue.toString(PrettyTargetValue, TargetPrecision); in CheckImplicitConversion()
12526 << PrettySourceValue << PrettyTargetValue << E->getType() << T in CheckImplicitConversion()
12579 std::string PrettyTargetValue = PrettyPrintInRange(Value, TargetRange); in CheckImplicitConversion() local
12584 << PrettySourceValue << PrettyTargetValue << E->getType() << T in CheckImplicitConversion()
[all …]