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

/external/clang/lib/Sema/
H A DSemaChecking.cpp4192 static bool IsSameFloatAfterCast(const llvm::APFloat &value, function in namespace:__anon176
4209 static bool IsSameFloatAfterCast(const APValue &value, function in namespace:__anon176
4213 return IsSameFloatAfterCast(value.getFloat(), Src, Tgt);
4217 if (!IsSameFloatAfterCast(value.getVectorElt(i), Src, Tgt))
4223 return (IsSameFloatAfterCast(value.getComplexFloatReal(), Src, Tgt) &&
4224 IsSameFloatAfterCast(value.getComplexFloatImag(), Src, Tgt));
4638 if (IsSameFloatAfterCast(result.Val,

Completed in 180 milliseconds