Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaChecking.cpp7623 SmallString<64> PrettySourceValue; in DiagnoseOutOfRangeComparison() local
7624 llvm::raw_svector_ostream OS(PrettySourceValue); in DiagnoseOutOfRangeComparison()
7913 SmallString<16> PrettySourceValue; in DiagnoseFloatingImpCast() local
7916 Value.toString(PrettySourceValue, precision); in DiagnoseFloatingImpCast()
7928 << PrettySourceValue << PrettyTargetValue in DiagnoseFloatingImpCast()
7932 << E->getType() << T.getUnqualifiedType() << PrettySourceValue in DiagnoseFloatingImpCast()
8324 std::string PrettySourceValue = Value.toString(10); in CheckImplicitConversion() local
8329 << PrettySourceValue << PrettyTargetValue in CheckImplicitConversion()
8355 std::string PrettySourceValue = Value.toString(10); in CheckImplicitConversion() local
8361 << PrettySourceValue << PrettyTargetValue << E->getType() << T in CheckImplicitConversion()
/external/llvm-project/clang/lib/Sema/
DSemaChecking.cpp11184 SmallString<64> PrettySourceValue; in CheckTautologicalComparison() local
11185 llvm::raw_svector_ostream OS(PrettySourceValue); in CheckTautologicalComparison()
11600 SmallString<16> PrettySourceValue; in DiagnoseFloatingImpCast() local
11603 Value.toString(PrettySourceValue, precision); in DiagnoseFloatingImpCast()
11609 << PrettySourceValue); in DiagnoseFloatingImpCast()
11665 << PrettySourceValue << PrettyTargetValue in DiagnoseFloatingImpCast()
11669 << E->getType() << T.getUnqualifiedType() << PrettySourceValue in DiagnoseFloatingImpCast()
12250 std::string PrettySourceValue = SourceInt->toString(10); in CheckImplicitConversion() local
12257 << PrettySourceValue << PrettyTargetValue << E->getType() << T in CheckImplicitConversion()
12309 std::string PrettySourceValue = Value.toString(10); in CheckImplicitConversion() local
[all …]