Searched refs:___PASTE (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/scripts/gendwarfksyms/examples/ |
| H A D | kabi.h | 32 #define ___PASTE(a, b) a##b macro 33 #define __PASTE(a, b) ___PASTE(a, b)
|
| /linux-6.15/tools/include/linux/ |
| H A D | compiler.h | 216 #define ___PASTE(a, b) a##b macro 217 #define __PASTE(a, b) ___PASTE(a, b)
|
| /linux-6.15/tools/testing/scatterlist/linux/ |
| H A D | mm.h | 62 #define ___PASTE(a,b) a##b macro 63 #define __PASTE(a,b) ___PASTE(a,b)
|
| /linux-6.15/include/linux/ |
| H A D | compiler_types.h | 83 #define ___PASTE(a,b) a##b macro 84 #define __PASTE(a,b) ___PASTE(a,b)
|