Searched defs:___type (Results 1 – 3 of 3) sorted by relevance
264 ___type, /* type of objects with tails */ \ argument
158 ___type, /* type of listed object */ \ argument283 #define lws_start_foreach_dll_safe(___type, ___it, ___tmp, ___start) \ argument294 #define lws_start_foreach_dll(___type, ___it, ___start) \ argument
314 #define ___type(...) typeof(___arrow(__VA_ARGS__)) macro