Home
last modified time | relevance | path

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

/external/pigweed/pw_preprocessor/public/pw_preprocessor/
Dconcat.h26 #define _PW_CONCAT_IMPL1(count, ...) _PW_CONCAT_IMPL2(count, __VA_ARGS__)
27 #define _PW_CONCAT_IMPL2(count, ...) _PW_CONCAT_##count(__VA_ARGS__) macro