Home
last modified time | relevance | path

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

/linux/include/linux/
H A Doverflow.h204 #define __overflows_type_constexpr(x, T) ( \ macro
232 __overflows_type_constexpr(n, T), \
318 !__overflows_type_constexpr(n, T), \
/linux/lib/tests/
H A Doverflow_kunit.c815 __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()