Lines Matching full:foo
28 * #define foo X,Y,Z,Q
29 * #define bar COUNT_ARGS(foo)
30 * #define buz CALL_ARGS(COUNT_ARGS, foo)
46 * #define foo X,Y,Z,Q
47 * #define bar CALL_ARGS(COUNT_ARGS, DROP_FIRST_ARG(foo))
63 * #define foo X,Y,Z,Q
64 * #define bar FIRST_ARG(foo)
82 * #define foo X,Y,Z,Q
83 * #define bar LAST_ARG(foo)
103 * #define foo X,Y,Z,Q
104 * #define bar PICK_ARG(2, foo)
105 * #define buz PICK_ARG3(foo)
133 * #define foo(f) f(X) f(Y) f(Z) f(Q)
134 * #define bar DROP_FIRST_ARG(foo(ARGS_SEP_COMMA __stringify))
135 * #define buz CALL_ARGS(COUNT_ARGS, DROP_FIRST_ARG(foo(ARGS_SEP_COMMA)))