Searched refs:IsSameFloatAfterCast (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 7338 bool IsSameFloatAfterCast(const llvm::APFloat &value, in IsSameFloatAfterCast() function 7355 bool IsSameFloatAfterCast(const APValue &value, in IsSameFloatAfterCast() function 7359 return IsSameFloatAfterCast(value.getFloat(), Src, Tgt); in IsSameFloatAfterCast() 7363 if (!IsSameFloatAfterCast(value.getVectorElt(i), Src, Tgt)) in IsSameFloatAfterCast() 7369 return (IsSameFloatAfterCast(value.getComplexFloatReal(), Src, Tgt) && in IsSameFloatAfterCast() 7370 IsSameFloatAfterCast(value.getComplexFloatImag(), Src, Tgt)); in IsSameFloatAfterCast() 8247 if (IsSameFloatAfterCast(result.Val, in CheckImplicitConversion()
|