Searched defs:BOOST_PREDEF_DECLARE_TEST (Results 1 – 2 of 2) sorted by relevance
13 #define BOOST_PREDEF_DECLARE_TEST(x,s) void predef_entry_##x() { add_predef_entry(#x, s, x); } macro17 #define BOOST_PREDEF_DECLARE_TEST(x,s) predef_entry_##x(); macro
13 #define BOOST_PREDEF_DECLARE_TEST(x,s) macro