Searched refs:___PASTE (Results 1 – 3 of 3) sorted by relevance
32 #define ___PASTE(a, b) a##b macro33 #define __PASTE(a, b) ___PASTE(a, b)
61 #define ___PASTE(a,b) a##b macro62 #define __PASTE(a,b) ___PASTE(a,b)
15 #define ___PASTE(a, b) a##b macro16 #define __PASTE(a, b) ___PASTE(a, b)