Searched refs:VARARG_IMPL2 (Results 1 – 1 of 1) sorted by relevance
63 #define VARARG_IMPL2(base, count, ...) base##count(__VA_ARGS__) macro64 #define VARARG_IMPL(base, count, ...) VARARG_IMPL2(base, count, __VA_ARGS__)