Searched refs:NW_MACRO_CAT_I_ (Results 1 – 1 of 1) sorted by relevance
29 #define NW_MACRO_CAT_O_(params) NW_MACRO_CAT_I_ ## params30 #define NW_MACRO_CAT_I_(a, b) a ## b macro37 #define NW_MACRO_CAT_(a, b) NW_MACRO_CAT_I_(a, b)38 #define NW_MACRO_CAT_I_(a, b) NW_MACRO_CAT_II_(a ## b) macro45 #define NW_MACRO_CAT_I_(a, b) a ## b macro46 #define NW_MACRO_CAT_(a, b) NW_MACRO_CAT_I_(a, b)