Home
last modified time | relevance | path

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

/external/pigweed/pw_preprocessor/public/pw_preprocessor/internal/
Darg_count_impl.h27 #define _PW_PASTE2(a1, a2) _PW_PASTE2_EXPANDED(a1, a2)
28 #define _PW_PASTE2_EXPANDED(a1, a2) _PW_PASTE2_IMPL(a1, a2) macro