Searched refs:BOOST_PP_WHILE_100 (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/boost/preprocessor/control/detail/msvc/ |
D | while.hpp | 118 # define BOOST_PP_WHILE_99(p, o, s) BOOST_PP_IF(p(100, s), BOOST_PP_WHILE_100, s BOOST_PP_TUPLE_EAT… 119 # define BOOST_PP_WHILE_100(p, o, s) BOOST_PP_IF(p(101, s), BOOST_PP_WHILE_101, s BOOST_PP_TUPLE_EA… macro
|
/third_party/boost/boost/preprocessor/control/detail/edg/ |
D | while.hpp | 119 # define BOOST_PP_WHILE_100(p, o, s) BOOST_PP_WHILE_100_I(p, o, s) macro 375 # define BOOST_PP_WHILE_99_I(p, o, s) BOOST_PP_IF(p(100, s), BOOST_PP_WHILE_100, s BOOST_PP_TUPLE_E…
|
/third_party/boost/boost/preprocessor/control/detail/dmc/ |
D | while.hpp | 120 # define BOOST_PP_WHILE_100(p, o, s) BOOST_PP_WHILE_100_C(BOOST_PP_BOOL(p##(101, s)), p, o, s) macro 376 # define BOOST_PP_WHILE_99_C(c, p, o, s) BOOST_PP_IIF(c, BOOST_PP_WHILE_100, BOOST_PP_TUPLE_ELEM_3_…
|
/third_party/boost/boost/preprocessor/control/detail/ |
D | while.hpp | 120 # define BOOST_PP_WHILE_100(p, o, s) BOOST_PP_WHILE_100_C(BOOST_PP_BOOL(p(101, s)), p, o, s) macro 376 # define BOOST_PP_WHILE_99_C(c, p, o, s) BOOST_PP_IIF(c, BOOST_PP_WHILE_100, s BOOST_PP_TUPLE_EAT_3…
|