Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp14504 static bool IsSameFloatAfterCast(const llvm::APFloat &value, in IsSameFloatAfterCast() function
14521 static bool IsSameFloatAfterCast(const APValue &value, in IsSameFloatAfterCast() function
14525 return IsSameFloatAfterCast(value.getFloat(), Src, Tgt); in IsSameFloatAfterCast()
14529 if (!IsSameFloatAfterCast(value.getVectorElt(i), Src, Tgt)) in IsSameFloatAfterCast()
14535 return (IsSameFloatAfterCast(value.getComplexFloatReal(), Src, Tgt) && in IsSameFloatAfterCast()
14536 IsSameFloatAfterCast(value.getComplexFloatImag(), Src, Tgt)); in IsSameFloatAfterCast()
15782 if (IsSameFloatAfterCast(result.Val, in CheckImplicitConversion()