Lines Matching defs:t
166 #define CALL_TYPECHECK_1(t, a, ...) \ argument
168 #define CALL_TYPECHECK_2(t, a, ...) \ argument
171 #define CALL_TYPECHECK_3(t, a, ...) \ argument
174 #define CALL_TYPECHECK_4(t, a, ...) \ argument
177 #define CALL_TYPECHECK_5(t, a, ...) \ argument
182 #define CALL_PARM_1(t, a, ...) t argument
183 #define CALL_PARM_2(t, a, ...) t, CALL_PARM_1(__VA_ARGS__) argument
184 #define CALL_PARM_3(t, a, ...) t, CALL_PARM_2(__VA_ARGS__) argument
185 #define CALL_PARM_4(t, a, ...) t, CALL_PARM_3(__VA_ARGS__) argument
186 #define CALL_PARM_5(t, a, ...) t, CALL_PARM_4(__VA_ARGS__) argument
187 #define CALL_PARM_6(t, a, ...) t, CALL_PARM_5(__VA_ARGS__) argument