Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp11441 SmallString<64> PrettySourceValue; in CheckTautologicalComparison() local
11442 llvm::raw_svector_ostream OS(PrettySourceValue); in CheckTautologicalComparison()
11860 SmallString<16> PrettySourceValue; in DiagnoseFloatingImpCast() local
11863 Value.toString(PrettySourceValue, precision); in DiagnoseFloatingImpCast()
11869 << PrettySourceValue); in DiagnoseFloatingImpCast()
11925 << PrettySourceValue << PrettyTargetValue in DiagnoseFloatingImpCast()
11929 << E->getType() << T.getUnqualifiedType() << PrettySourceValue in DiagnoseFloatingImpCast()
12519 std::string PrettySourceValue = SourceInt->toString(10); in CheckImplicitConversion() local
12526 << PrettySourceValue << PrettyTargetValue << E->getType() << T in CheckImplicitConversion()
12578 std::string PrettySourceValue = Value.toString(10); in CheckImplicitConversion() local
[all …]