Home
last modified time | relevance | path

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

/third_party/boost/libs/preprocessor/test/
Dcpp_standard.cpp131 #define PRINT_EXPANSION(x) std::string(STRINGIZE(x)) macro
140 #define PRINT_EXPANSION(...) std::string(STRINGIZE(__VA_ARGS__)) macro
296 PRINT_EXPANSION(PRINT_INPUT)
348PRINT_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() };)
460PRINT_EXPANSION(int j[] = { t(1,2,3), t(,4,5), t(6,,7), t(8,9,), t(10,,), t(,11,), t(,,12), t(,,) …