Searched defs:IsSameFloatAfterCast (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaChecking.cpp5250 static bool IsSameFloatAfterCast(const llvm::APFloat &value, function in namespace:__anon18010
5267 static bool IsSameFloatAfterCast(const APValue &value, function in namespace:__anon18010
5271 return IsSameFloatAfterCast(value.getFloat(), Src, Tgt);
5275 if (!IsSameFloatAfterCast(value.getVectorElt(i), Src, Tgt))
5281 return (IsSameFloatAfterCast(value.getComplexFloatReal(), Src, Tgt) &&
5282 IsSameFloatAfterCast(value.getComplexFloatImag(), Src, Tgt));
5921 if (IsSameFloatAfterCast(result.Val,

Completed in 89 milliseconds