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

/linux-master/lib/
H A Doverflow_kunit.c802 #define __TEST_OVERFLOWS_TYPE(func, arg1, arg2, of) do { \ macro
814 __TEST_OVERFLOWS_TYPE(__overflows_type, t1, t2, of); \
815 __TEST_OVERFLOWS_TYPE(__overflows_type, t1, __t2, of); \
816 __TEST_OVERFLOWS_TYPE(__overflows_type_constexpr, t1, t2, of); \
817 __TEST_OVERFLOWS_TYPE(__overflows_type_constexpr, t1, __t2, of);\
996 __TEST_OVERFLOWS_TYPE(__overflows_type, var++, int, false);
997 __TEST_OVERFLOWS_TYPE(__overflows_type, var++, int, false);
998 __TEST_OVERFLOWS_TYPE(__overflows_type, var++, int, true);
1000 __TEST_OVERFLOWS_TYPE(overflows_type, var++, int, false);
1001 __TEST_OVERFLOWS_TYPE(overflows_typ
1006 #undef __TEST_OVERFLOWS_TYPE macro
[all...]

Completed in 115 milliseconds