Searched refs:IsSameFloatAfterCast (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 6444 static bool IsSameFloatAfterCast(const llvm::APFloat &value, in IsSameFloatAfterCast() function 6461 static bool IsSameFloatAfterCast(const APValue &value, in IsSameFloatAfterCast() function 6465 return IsSameFloatAfterCast(value.getFloat(), Src, Tgt); in IsSameFloatAfterCast() 6469 if (!IsSameFloatAfterCast(value.getVectorElt(i), Src, Tgt)) in IsSameFloatAfterCast() 6475 return (IsSameFloatAfterCast(value.getComplexFloatReal(), Src, Tgt) && in IsSameFloatAfterCast() 6476 IsSameFloatAfterCast(value.getComplexFloatImag(), Src, Tgt)); in IsSameFloatAfterCast() 7259 if (IsSameFloatAfterCast(result.Val, in CheckImplicitConversion()
|