Lines Matching defs:t
153 #define CALL_TYPECHECK_1(t, a, ...) \ argument
155 #define CALL_TYPECHECK_2(t, a, ...) \ argument
158 #define CALL_TYPECHECK_3(t, a, ...) \ argument
161 #define CALL_TYPECHECK_4(t, a, ...) \ argument
164 #define CALL_TYPECHECK_5(t, a, ...) \ argument
169 #define CALL_PARM_1(t, a, ...) t argument
170 #define CALL_PARM_2(t, a, ...) t, CALL_PARM_1(__VA_ARGS__) argument
171 #define CALL_PARM_3(t, a, ...) t, CALL_PARM_2(__VA_ARGS__) argument
172 #define CALL_PARM_4(t, a, ...) t, CALL_PARM_3(__VA_ARGS__) argument
173 #define CALL_PARM_5(t, a, ...) t, CALL_PARM_4(__VA_ARGS__) argument
174 #define CALL_PARM_6(t, a, ...) t, CALL_PARM_5(__VA_ARGS__) argument