Searched refs:___PASTE (Results 1 – 2 of 2) sorted by relevance
216 #define ___PASTE(a, b) a##b macro217 #define __PASTE(a, b) ___PASTE(a, b)
62 #define ___PASTE(a,b) a##b macro63 #define __PASTE(a,b) ___PASTE(a,b)