Searched refs:IsSameFloatAfterCast (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 5952 static bool IsSameFloatAfterCast(const llvm::APFloat &value, in IsSameFloatAfterCast() function 5969 static bool IsSameFloatAfterCast(const APValue &value, in IsSameFloatAfterCast() function 5973 return IsSameFloatAfterCast(value.getFloat(), Src, Tgt); in IsSameFloatAfterCast() 5977 if (!IsSameFloatAfterCast(value.getVectorElt(i), Src, Tgt)) in IsSameFloatAfterCast() 5983 return (IsSameFloatAfterCast(value.getComplexFloatReal(), Src, Tgt) && in IsSameFloatAfterCast() 5984 IsSameFloatAfterCast(value.getComplexFloatImag(), Src, Tgt)); in IsSameFloatAfterCast() 6665 if (IsSameFloatAfterCast(result.Val, in CheckImplicitConversion()
|