Searched refs:NW_MACRO_CAT_I_ (Results 1 – 1 of 1) sorted by relevance
31 #define NW_MACRO_CAT_O_(params) NW_MACRO_CAT_I_ ## params32 #define NW_MACRO_CAT_I_(a, b) a ## b macro39 #define NW_MACRO_CAT_(a, b) NW_MACRO_CAT_I_(a, b)40 #define NW_MACRO_CAT_I_(a, b) NW_MACRO_CAT_II_(a ## b) macro47 #define NW_MACRO_CAT_I_(a, b) a ## b macro48 #define NW_MACRO_CAT_(a, b) NW_MACRO_CAT_I_(a, b)