Home
last modified time | relevance | path

Searched refs:xglue (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/wave/test/testwave/testfiles/
Dt_1_013.cpp19 #define xglue(a, b) glue(a, b) macro
27 xglue(HIGH, LOW)
/third_party/boost/libs/preprocessor/test/
Dcpp_standard.cpp324 #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/
Dcutils.h40 #define xglue(x, y) x ## y macro
41 #define glue(x, y) xglue(x, y)