Searched refs:IsSameFloatAfterCast (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 9731 static bool IsSameFloatAfterCast(const llvm::APFloat &value, in IsSameFloatAfterCast() function 9748 static bool IsSameFloatAfterCast(const APValue &value, in IsSameFloatAfterCast() function 9752 return IsSameFloatAfterCast(value.getFloat(), Src, Tgt); in IsSameFloatAfterCast() 9756 if (!IsSameFloatAfterCast(value.getVectorElt(i), Src, Tgt)) in IsSameFloatAfterCast() 9762 return (IsSameFloatAfterCast(value.getComplexFloatReal(), Src, Tgt) && in IsSameFloatAfterCast() 9763 IsSameFloatAfterCast(value.getComplexFloatImag(), Src, Tgt)); in IsSameFloatAfterCast() 10895 if (IsSameFloatAfterCast( in CheckImplicitConversion()
|