Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp11284 SmallString<64> PrettySourceValue; in CheckTautologicalComparison() local
11285 llvm::raw_svector_ostream OS(PrettySourceValue); in CheckTautologicalComparison()
11724 SmallString<16> PrettySourceValue; in DiagnoseFloatingImpCast() local
11727 Value.toString(PrettySourceValue, precision); in DiagnoseFloatingImpCast()
11732 << PrettySourceValue); in DiagnoseFloatingImpCast()
11788 << PrettySourceValue << PrettyTargetValue in DiagnoseFloatingImpCast()
11792 << E->getType() << T.getUnqualifiedType() << PrettySourceValue in DiagnoseFloatingImpCast()
12413 SmallString<32> PrettySourceValue; in CheckImplicitConversion() local
12414 SourceInt->toString(PrettySourceValue, 10); in CheckImplicitConversion()
12421 << PrettySourceValue << PrettyTargetValue << E->getType() << T in CheckImplicitConversion()
[all …]