Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp11778 SmallString<16> PrettyTargetValue; in DiagnoseFloatingImpCast() local
11780 PrettyTargetValue = Value.isZero() ? "false" : "true"; in DiagnoseFloatingImpCast()
11782 IntegerValue.toString(PrettyTargetValue); in DiagnoseFloatingImpCast()
11788 << PrettySourceValue << PrettyTargetValue in DiagnoseFloatingImpCast()
11793 << PrettyTargetValue << E->getSourceRange() << SourceRange(CContext); in DiagnoseFloatingImpCast()
12415 SmallString<32> PrettyTargetValue; in CheckImplicitConversion() local
12416 TargetFloatValue.toString(PrettyTargetValue, TargetPrecision); in CheckImplicitConversion()
12421 << PrettySourceValue << PrettyTargetValue << E->getType() << T in CheckImplicitConversion()
12485 std::string PrettyTargetValue = PrettyPrintInRange(Value, TargetRange); in CheckImplicitConversion() local
12489 << PrettySourceValue << PrettyTargetValue in CheckImplicitConversion()
[all …]