Searched refs:__CONCAT (Results 1 – 4 of 4) sorted by relevance
5 #define __CONCAT(__X, __Y) __CONCAT1(__X, __Y) macro9 typedef int __CONCAT(__sa, __LINE__)[__b ? 1 : -1]
4 #define __CONCAT(__X, __Y) __CONCAT1(__X, __Y) macro8 typedef int __CONCAT(__sa, __LINE__)[__b ? 1 : -1]
38 #define CONCAT(t1,t2) __CONCAT (t1,t2)
580 __CONCAT(x,y) x ## y