Home
last modified time | relevance | path

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

/external/pigweed/pw_preprocessor/public/pw_preprocessor/
Darguments.h56 _PW_IF(PW_EMPTY_ARGS(__VA_ARGS__), _PW_EXPAND, _PW_COMMA_ARGS) \
59 #define _PW_COMMA_ARGS(...) , __VA_ARGS__ macro