Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaChecking.cpp10168 SmallString<64> PrettySourceValue; in CheckTautologicalComparison() local
10169 llvm::raw_svector_ostream OS(PrettySourceValue); in CheckTautologicalComparison()
10580 SmallString<16> PrettySourceValue; in DiagnoseFloatingImpCast() local
10583 Value.toString(PrettySourceValue, precision); in DiagnoseFloatingImpCast()
10595 << PrettySourceValue << PrettyTargetValue in DiagnoseFloatingImpCast()
10599 << E->getType() << T.getUnqualifiedType() << PrettySourceValue in DiagnoseFloatingImpCast()
11042 std::string PrettySourceValue = Value.toString(10); in CheckImplicitConversion() local
11047 << PrettySourceValue << PrettyTargetValue in CheckImplicitConversion()
11087 std::string PrettySourceValue = Value.toString(10); in CheckImplicitConversion() local
11093 << PrettySourceValue << PrettyTargetValue << E->getType() << T in CheckImplicitConversion()