Searched refs:PRINT_EXPANSION (Results 1 – 1 of 1) sorted by relevance
/third_party/boost/libs/preprocessor/test/ |
D | cpp_standard.cpp | 131 #define PRINT_EXPANSION(x) std::string(STRINGIZE(x)) macro 140 #define PRINT_EXPANSION(...) std::string(STRINGIZE(__VA_ARGS__)) macro 296 PRINT_EXPANSION(PRINT_INPUT) 348 …PRINT_EXPANSION(fputs(str(strncmp("abc\0d", "abc", '\4') /* this goes away */== 0) str(: @\n), s);) 359 PRINT_EXPANSION(xglue(HIGH, LOW)) 432 PRINT_EXPANSION(p() i[q()] = { q(1), r(2,3), r(4,), r(,5), r(,) };) 438 PRINT_EXPANSION(char c[2][6] = { str(hello), str() };) 460 …PRINT_EXPANSION(int j[] = { t(1,2,3), t(,4,5), t(6,,7), t(8,9,), t(10,,), t(,11,), t(,,12), t(,,) …
|