Lines Matching refs:DROP_FIRST_ARG
51 #define DROP_FIRST_ARG(args...) __DROP_FIRST_ARG(args) macro
112 #define PICK_ARG2(args...) PICK_ARG1(DROP_FIRST_ARG(args))
113 #define PICK_ARG3(args...) PICK_ARG2(DROP_FIRST_ARG(args))
114 #define PICK_ARG4(args...) PICK_ARG3(DROP_FIRST_ARG(args))
115 #define PICK_ARG5(args...) PICK_ARG4(DROP_FIRST_ARG(args))
116 #define PICK_ARG6(args...) PICK_ARG5(DROP_FIRST_ARG(args))
117 #define PICK_ARG7(args...) PICK_ARG6(DROP_FIRST_ARG(args))
118 #define PICK_ARG8(args...) PICK_ARG7(DROP_FIRST_ARG(args))
119 #define PICK_ARG9(args...) PICK_ARG8(DROP_FIRST_ARG(args))
120 #define PICK_ARG10(args...) PICK_ARG9(DROP_FIRST_ARG(args))
121 #define PICK_ARG11(args...) PICK_ARG10(DROP_FIRST_ARG(args))
122 #define PICK_ARG12(args...) PICK_ARG11(DROP_FIRST_ARG(args))