Searched refs:xglue (Results 1 – 3 of 3) sorted by relevance
/third_party/boost/libs/wave/test/testwave/testfiles/ |
D | t_1_013.cpp | 19 #define xglue(a, b) glue(a, b) macro 27 xglue(HIGH, LOW)
|
/third_party/boost/libs/preprocessor/test/ |
D | cpp_standard.cpp | 324 #define xglue(a, b) glue(a, b) 357 PRINT_MACRO(xglue(HIGH, LOW)), 359 PRINT_EXPANSION(xglue(HIGH, LOW)) 364 bret += PRINT_MACRO_RESULTS(xglue(HIGH, LOW),"hello" ", world"); 373 #undef xglue
|
/third_party/quickjs/ |
D | cutils.h | 40 #define xglue(x, y) x ## y macro 41 #define glue(x, y) xglue(x, y)
|