Searched refs:__PICK_ARG (Results 1 – 1 of 1) sorted by relevance
109 #define PICK_ARG(n, args...) __PICK_ARG(n, args)110 #define __PICK_ARG(n, args...) CALL_ARGS(CONCATENATE(PICK_ARG, n), args) macro