Searched refs:CONCAT (Results 1 – 2 of 2) sorted by relevance
7 #define CONCAT(s, n) CONCAT1(s, n) macro9 __thread int CONCAT (v, N) = 4;12 CONCAT (tlsmod17a, N) (void) in CONCAT() function14 int *p = &CONCAT (v, N); in CONCAT()
25 #define CONCAT(x, y) CONCATX (x, y) macro29 #define VAR CONCAT (var, N)35 CONCAT (access, N) (void) in CONCAT() function
Completed in 3 milliseconds