Searched refs:print_macro (Results 1 – 5 of 5) sorted by relevance
/third_party/boost/libs/preprocessor/test/ |
D | cpp_standard.cpp | 67 int print_macro(const std::string name,const std::string expected, const std::string expansion) in print_macro() function 128 #define PRINT_MACRO_RESULTS(X,exp) print_macro(std::string(# X), std::string(# exp), std::string(ST… 137 #define PRINT_MACRO_RESULTS(X,...) print_macro(std::string(# X), std::string(# __VA_ARGS__), std::s… 292 bret += print_macro 344 bret += print_macro 355 bret += print_macro 428 bret += print_macro 434 bret += print_macro 456 bret += print_macro
|
/third_party/boost/libs/winapi/test/run/ |
D | winapi_info.cpp | 24 void print_macro(const char* name, const char* value) in print_macro() function 37 #define PRINT_MACRO(x) print_macro(#x, BOOST_STRINGIZE(.x))
|
/third_party/boost/libs/regex/src/ |
D | regex_debug.cpp | 31 #define print_macro regex_lib_print_macro macro
|
/third_party/boost/libs/config/test/ |
D | math_info.cpp | 33 void print_macro(const char* name, const char* value) in print_macro() function 56 #define PRINT_MACRO(X) print_macro(#X, BOOST_STRINGIZE(=X))
|
D | config_info.cpp | 40 void print_macro(const char* name, const char* value) in print_macro() function 63 #define PRINT_MACRO(X) print_macro(#X, BOOST_STRINGIZE(=X))
|