Searched refs:__TYPE_IS_L (Results 1 – 3 of 3) sorted by relevance
22 BUILD_BUG_ON((sizeof(t) > 4) && !__TYPE_IS_L(t) && \25 if (__TYPE_IS_L(t)) \
77 (__typeof(__builtin_choose_expr(__TYPE_IS_L(t), 0, 0U))) \
123 #define __TYPE_IS_L(t) (__TYPE_AS(t, 0L)) macro