Searched refs:CONCAT1_ (Results 1 – 1 of 1) sorted by relevance
15 # define CONCAT_(X_, Y_) CONCAT1_(X_, Y_)16 # define CONCAT1_(X_, Y_) X_ ## Y_ macro