Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp14816 SmallString<64> PrettySourceValue; in CheckTautologicalComparison() local
14817 llvm::raw_svector_ostream OS(PrettySourceValue); in CheckTautologicalComparison()
15244 SmallString<16> PrettySourceValue; in DiagnoseFloatingImpCast() local
15247 Value.toString(PrettySourceValue, precision); in DiagnoseFloatingImpCast()
15253 << PrettySourceValue); in DiagnoseFloatingImpCast()
15309 << PrettySourceValue << PrettyTargetValue in DiagnoseFloatingImpCast()
15313 << E->getType() << T.getUnqualifiedType() << PrettySourceValue in DiagnoseFloatingImpCast()
15933 SmallString<32> PrettySourceValue; in CheckImplicitConversion() local
15934 SourceInt->toString(PrettySourceValue, 10); in CheckImplicitConversion()
15993 std::string PrettySourceValue = toString(Value, 10); in CheckImplicitConversion() local
[all …]