Home
last modified time | relevance | path

Searched refs:_PW_FUNCTION_ARG_COUNT (Results 1 – 1 of 1) sorted by relevance

/external/pigweed/pw_preprocessor/public/pw_preprocessor/
Darguments.h113 _PW_FUNCTION_ARG_COUNT(PW_LAST_ARG(__VA_ARGS__), __VA_ARGS__)
115 #define _PW_FUNCTION_ARG_COUNT(last_arg, ...) \ macro