Searched refs:FUNC_GEN8 (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/libs/preprocessor/test/ |
D | isempty_variadic_standard_failure.cxx | 17 #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
|
D | isempty.cxx | 32 #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
|
D | vaopt.cxx | 33 #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
|
D | checkempty.cxx | 31 #define FUNC_GEN8(x,y) (1,2,3) macro 43 BEGIN BOOST_PP_CHECK_EMPTY(FUNC_GEN8) == 0 END
|