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

/external/clang/lib/Sema/
H A DSemaChecking.cpp4649 static bool IsSameFloatAfterCast(const llvm::APFloat &value, function in namespace:__anon16261
4666 static bool IsSameFloatAfterCast(const APValue &value, function in namespace:__anon16261
4670 return IsSameFloatAfterCast(value.getFloat(), Src, Tgt);
4674 if (!IsSameFloatAfterCast(value.getVectorElt(i), Src, Tgt))
4680 return (IsSameFloatAfterCast(value.getComplexFloatReal(), Src, Tgt) &&
4681 IsSameFloatAfterCast(value.getComplexFloatImag(), Src, Tgt));
5225 if (IsSameFloatAfterCast(result.Val,

Completed in 63 milliseconds