Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/test/
Dfenv.c147 report(char *expr, test_t v, int e, int exception, int oexception) in report() argument
154 if (oexception) in report()
155 printf(" or %s", e_to_str(oexception)); in report()
158 (oexception && e == (oexception))) in report()
163 if (oexception) in report()
164 printf(" or %s", e_to_str(oexception)); in report()
169 #define TEST_CASE2(expr, exception, oexception) do { \ argument
175 result += report(s(expr), v, e, exception, oexception); \