Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaChecking.cpp12441 static bool IsSameFloatAfterCast(const llvm::APFloat &value, in IsSameFloatAfterCast() function
12458 static bool IsSameFloatAfterCast(const APValue &value, in IsSameFloatAfterCast() function
12462 return IsSameFloatAfterCast(value.getFloat(), Src, Tgt); in IsSameFloatAfterCast()
12466 if (!IsSameFloatAfterCast(value.getVectorElt(i), Src, Tgt)) in IsSameFloatAfterCast()
12472 return (IsSameFloatAfterCast(value.getComplexFloatReal(), Src, Tgt) && in IsSameFloatAfterCast()
12473 IsSameFloatAfterCast(value.getComplexFloatImag(), Src, Tgt)); in IsSameFloatAfterCast()
13702 if (IsSameFloatAfterCast(result.Val, in CheckImplicitConversion()