Home
last modified time | relevance | path

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

/third_party/boost/libs/preprocessor/test/
Disempty_variadic_standard_failure.cxx17 #define FUNC_GEN8(x,y) (1,2,3) macro
23 BEGIN BOOST_PP_IS_EMPTY(FUNC_GEN8) == BOOST_PP_VARIADIC_HAS_OPT() END
27 BEGIN BOOST_PP_IS_EMPTY(FUNC_GEN8) == 0 END
Disempty.cxx32 #define FUNC_GEN8(x,y) (1,2,3) macro
50 BEGIN BOOST_PP_IS_EMPTY(FUNC_GEN8) == 0 END
63 BEGIN BOOST_PP_IS_EMPTY(FUNC_GEN8) == 1 END
114 BEGIN BOOST_PP_IS_EMPTY(FUNC_GEN8) == 1 END
132 BEGIN BOOST_PP_IS_EMPTY(FUNC_GEN8) == 0 END
Dvaopt.cxx33 #define FUNC_GEN8(x,y) (1,2,3) macro
53 BEGIN TRY_PASS_EMPTY_STD(FUNC_GEN8) == 0 END
54 BEGIN TRY_PASS_EMPTY_BOOST(FUNC_GEN8) == 0 END
Dcheckempty.cxx31 #define FUNC_GEN8(x,y) (1,2,3) macro
43 BEGIN BOOST_PP_CHECK_EMPTY(FUNC_GEN8) == 0 END