Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaChecking.cpp7338 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()