Home
last modified time | relevance | path

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

/third_party/boost/boost/preprocessor/control/detail/msvc/
Dwhile.hpp20 # define BOOST_PP_WHILE_1(p, o, s) BOOST_PP_IF(p(2, s), BOOST_PP_WHILE_2, s BOOST_PP_TUPLE_EAT_3)(p… macro
/third_party/boost/boost/preprocessor/control/detail/edg/
Dwhile.hpp20 # define BOOST_PP_WHILE_1(p, o, s) BOOST_PP_WHILE_1_I(p, o, s) macro
/third_party/boost/boost/preprocessor/control/detail/dmc/
Dwhile.hpp21 # define BOOST_PP_WHILE_1(p, o, s) BOOST_PP_WHILE_1_C(BOOST_PP_BOOL(p##(2, s)), p, o, s) macro
/third_party/boost/boost/preprocessor/control/detail/
Dwhile.hpp21 # define BOOST_PP_WHILE_1(p, o, s) BOOST_PP_WHILE_1_C(BOOST_PP_BOOL(p(2, s)), p, o, s) macro