Searched refs:__overflows_type_constexpr (Results 1 – 2 of 2) sorted by relevance
| /linux/include/linux/ |
| H A D | overflow.h | 204 #define __overflows_type_constexpr(x, T) ( \ macro 232 __overflows_type_constexpr(n, T), \ 318 !__overflows_type_constexpr(n, T), \
|
| /linux/lib/tests/ |
| H A D | overflow_kunit.c | 815 __TEST_OVERFLOWS_TYPE(__overflows_type_constexpr, t1, t2, of); \ in overflows_type_test() 816 __TEST_OVERFLOWS_TYPE(__overflows_type_constexpr, t1, __t2, of);\ in overflows_type_test()
|