Searched refs:_CONCAT (Results 1 – 3 of 3) sorted by relevance
28 #define _CONCAT(a, b) a ## b macro29 #define CONCAT(a, b) _CONCAT (a, b)
47 #define _CONCAT(a, b) a ## b macro48 #define CONCAT(a, b) _CONCAT (a, b)
21518 (_CONCAT): New macro.