Searched refs:___PASTE (Results 1 – 3 of 3) sorted by relevance
194 #define ___PASTE(a, b) a##b macro195 #define __PASTE(a, b) ___PASTE(a, b)
62 #define ___PASTE(a,b) a##b macro63 #define __PASTE(a,b) ___PASTE(a,b)
73 #define ___PASTE(a,b) a##b macro74 #define __PASTE(a,b) ___PASTE(a,b)