Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp11402 static bool IsSameFloatAfterCast(const llvm::APFloat &value, in IsSameFloatAfterCast() function
11419 static bool IsSameFloatAfterCast(const APValue &value, in IsSameFloatAfterCast() function
11423 return IsSameFloatAfterCast(value.getFloat(), Src, Tgt); in IsSameFloatAfterCast()
11427 if (!IsSameFloatAfterCast(value.getVectorElt(i), Src, Tgt)) in IsSameFloatAfterCast()
11433 return (IsSameFloatAfterCast(value.getComplexFloatReal(), Src, Tgt) && in IsSameFloatAfterCast()
11434 IsSameFloatAfterCast(value.getComplexFloatImag(), Src, Tgt)); in IsSameFloatAfterCast()
12640 if (IsSameFloatAfterCast(result.Val, in CheckImplicitConversion()