Searched defs:TYPE_INT (Results 1 – 4 of 4) sorted by relevance
36 TYPE_INT, enumerator
193 #define TYPE_INT (2 << 14) macro
158 #define TYPE_INT (0x1) macro
35 #define TYPE_INT(X) __builtin_types_compatible_p(typeof(X), int) macro