Lines Matching refs:t
130 #define CALL_TYPECHECK_1(t, a, ...) \ argument
131 typecheck(t, a)
132 #define CALL_TYPECHECK_2(t, a, ...) \ argument
134 typecheck(t, a)
135 #define CALL_TYPECHECK_3(t, a, ...) \ argument
137 typecheck(t, a)
138 #define CALL_TYPECHECK_4(t, a, ...) \ argument
140 typecheck(t, a)
141 #define CALL_TYPECHECK_5(t, a, ...) \ argument
143 typecheck(t, a)
146 #define CALL_PARM_1(t, a, ...) t argument
147 #define CALL_PARM_2(t, a, ...) t, CALL_PARM_1(__VA_ARGS__) argument
148 #define CALL_PARM_3(t, a, ...) t, CALL_PARM_2(__VA_ARGS__) argument
149 #define CALL_PARM_4(t, a, ...) t, CALL_PARM_3(__VA_ARGS__) argument
150 #define CALL_PARM_5(t, a, ...) t, CALL_PARM_4(__VA_ARGS__) argument
151 #define CALL_PARM_6(t, a, ...) t, CALL_PARM_5(__VA_ARGS__) argument