Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp11714 SmallString<64> PrettySourceValue; in CheckTautologicalComparison() local
11715 llvm::raw_svector_ostream OS(PrettySourceValue); in CheckTautologicalComparison()
12133 SmallString<16> PrettySourceValue; in DiagnoseFloatingImpCast() local
12136 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() local
12791 SourceInt->toString(PrettySourceValue, 10); in CheckImplicitConversion()
12850 std::string PrettySourceValue = toString(Value, 10); in CheckImplicitConversion() local
[all …]