Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaChecking.cpp12753 SmallString<64> PrettySourceValue; in CheckTautologicalComparison() local
12754 llvm::raw_svector_ostream OS(PrettySourceValue); in CheckTautologicalComparison()
13172 SmallString<16> PrettySourceValue; in DiagnoseFloatingImpCast() local
13175 Value.toString(PrettySourceValue, precision); in DiagnoseFloatingImpCast()
13181 << PrettySourceValue); in DiagnoseFloatingImpCast()
13237 << PrettySourceValue << PrettyTargetValue in DiagnoseFloatingImpCast()
13241 << E->getType() << T.getUnqualifiedType() << PrettySourceValue in DiagnoseFloatingImpCast()
13852 SmallString<32> PrettySourceValue; in CheckImplicitConversion() local
13853 SourceInt->toString(PrettySourceValue, 10); in CheckImplicitConversion()
13912 std::string PrettySourceValue = toString(Value, 10); in CheckImplicitConversion() local
[all …]