Home | History | Annotate | Download | only in src

Lines Matching full:is_uint

870 inline bool is_uint##N(T x) { return is_uintn(x, N); }