Home
last modified time | relevance | path

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

/third_party/boost/libs/preprocessor/test/
Disempty.cxx27 #define FUNC_GEN3() (&) macro
47 BEGIN BOOST_PP_IS_EMPTY(FUNC_GEN3) == 0 END
60 BEGIN BOOST_PP_IS_EMPTY(FUNC_GEN3) == 1 END
76 BEGIN BOOST_PP_IS_EMPTY(FUNC_GEN3) == 0 END
111 BEGIN BOOST_PP_IS_EMPTY(FUNC_GEN3) == 1 END
129 BEGIN BOOST_PP_IS_EMPTY(FUNC_GEN3) == 0 END
Dvaopt.cxx28 #define FUNC_GEN3() (&) macro
47 BEGIN TRY_PASS_EMPTY_STD(FUNC_GEN3) == 0 END
48 BEGIN TRY_PASS_EMPTY_BOOST(FUNC_GEN3) == 0 END
Dcheckempty.cxx26 #define FUNC_GEN3() (&) macro
40 BEGIN BOOST_PP_CHECK_EMPTY(FUNC_GEN3) == 0 END
/third_party/boost/libs/vmd/test/
Dtest_assert_is_empty.cxx31 #define FUNC_GEN3(x,y) () in main() macro
37 …BOOST_VMD_ASSERT_IS_EMPTY(FUNC_GEN3) /* This should produce a compiler error but does not and does… in main()
Dtest_is_empty.cxx31 #define FUNC_GEN3() anything in main() macro
82 BOOST_TEST(!BOOST_VMD_IS_EMPTY(FUNC_GEN3)); in main()