Searched refs:_SL_CONCAT_3 (Results 1 – 1 of 1) sorted by relevance
78 #define _SL_CONCAT_3(first, second, third) first ## second ## third macro79 #define SL_CONCAT_PASTER_3(first, second, third) _SL_CONCAT_3(first, second, third) …