Searched refs:convertExceptionBehaviorToStr (Results 1 – 3 of 3) sorted by relevance
61 std::optional<StringRef> convertExceptionBehaviorToStr(fp::ExceptionBehavior);
312 convertExceptionBehaviorToStr(NewExcept); in setDefaultConstrainedExcept()1221 std::optional<StringRef> ExceptStr = convertExceptionBehaviorToStr( in getConstrainedFPExcept()
74 convertExceptionBehaviorToStr(fp::ExceptionBehavior UseExcept) { in convertExceptionBehaviorToStr() function