Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp11129 static bool IsSameFloatAfterCast(const llvm::APFloat &value, in IsSameFloatAfterCast() function
11146 static bool IsSameFloatAfterCast(const APValue &value, in IsSameFloatAfterCast() function
11150 return IsSameFloatAfterCast(value.getFloat(), Src, Tgt); in IsSameFloatAfterCast()
11154 if (!IsSameFloatAfterCast(value.getVectorElt(i), Src, Tgt)) in IsSameFloatAfterCast()
11160 return (IsSameFloatAfterCast(value.getComplexFloatReal(), Src, Tgt) && in IsSameFloatAfterCast()
11161 IsSameFloatAfterCast(value.getComplexFloatImag(), Src, Tgt)); in IsSameFloatAfterCast()
12369 if (IsSameFloatAfterCast(result.Val, in CheckImplicitConversion()