Home
last modified time | relevance | path

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

/third_party/boost/libs/vmd/test/
Dtest_is_empty.cxx37 #define FUNC_GEN6(x,y) anything in main() macro
47 BOOST_TEST(!BOOST_VMD_IS_EMPTY(FUNC_GEN6)); in main()
57 #define FUNC_GEN6(x,y) anything in main() macro
65 …BOOST_TEST(!BOOST_VMD_IS_EMPTY(FUNC_GEN6)); /* This should produce a compiler error but does not */ in main()
70 #define FUNC_GEN6(x) (y) in main() macro
77 BOOST_TEST(!BOOST_VMD_IS_EMPTY(FUNC_GEN6)); in main()
/third_party/boost/libs/preprocessor/test/
Dvaopt.cxx31 #define FUNC_GEN6() anything macro
73 BEGIN TRY_PASS_EMPTY_STD(FUNC_GEN6) == 0 END
74 BEGIN TRY_PASS_EMPTY_BOOST(FUNC_GEN6) == 0 END
Disempty.cxx30 #define FUNC_GEN6() anything macro
97 BEGIN BOOST_PP_IS_EMPTY(FUNC_GEN6) == 0 END
152 BEGIN BOOST_PP_IS_EMPTY(FUNC_GEN6) == 0 END
Dcheckempty.cxx29 #define FUNC_GEN6() anything macro
51 BEGIN BOOST_PP_CHECK_EMPTY(FUNC_GEN6) == 0 END