Home
last modified time | relevance | path

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

/third_party/boost/libs/vmd/test/
Dtest_is_empty.cxx36 #define FUNC_GEN5(x,y) () in main() macro
46 BOOST_TEST(!BOOST_VMD_IS_EMPTY(FUNC_GEN5)); in main()
56 #define FUNC_GEN5(x,y) () in main() macro
64 …BOOST_TEST(BOOST_VMD_IS_EMPTY(FUNC_GEN5)); /* This should produce a compiler error but does not a… in main()
69 #define FUNC_GEN5() (&) in main() macro
76 BOOST_TEST(!BOOST_VMD_IS_EMPTY(FUNC_GEN5)); in main()
/third_party/boost/libs/preprocessor/test/
Disempty.cxx29 #define FUNC_GEN5() (y,z) macro
49 BEGIN BOOST_PP_IS_EMPTY(FUNC_GEN5) == 0 END
62 BEGIN BOOST_PP_IS_EMPTY(FUNC_GEN5) == 1 END
78 BEGIN BOOST_PP_IS_EMPTY(FUNC_GEN5) == 0 END
113 BEGIN BOOST_PP_IS_EMPTY(FUNC_GEN5) == 1 END
131 BEGIN BOOST_PP_IS_EMPTY(FUNC_GEN5) == 0 END
Dvaopt.cxx30 #define FUNC_GEN5() (y,z) macro
51 BEGIN TRY_PASS_EMPTY_STD(FUNC_GEN5) == 0 END
52 BEGIN TRY_PASS_EMPTY_BOOST(FUNC_GEN5) == 0 END
Dcheckempty.cxx28 #define FUNC_GEN5() (y,z) macro
42 BEGIN BOOST_PP_CHECK_EMPTY(FUNC_GEN5) == 0 END