Searched refs:__typecheck (Results 1 – 1 of 1) sorted by relevance
21 #define __typecheck(x, y) (!!(sizeof((typeof(x) *)1 == (typeof(y) *)1))) macro25 #define __safe_cmp(x, y) (__typecheck(x, y) && __no_side_effects(x, y))60 __typecheck(val, lo) && \61 __typecheck(val, hi) && \62 __typecheck(hi, lo) && \