Home
last modified time | relevance | path

Searched refs:BOOST_PP_COMPL (Results 1 – 3 of 3) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/logical/
Dnot.hpp24 # define BOOST_PP_NOT(x) BOOST_PP_COMPL(BOOST_PP_BOOL(x))
27 # define BOOST_PP_NOT_I(x) BOOST_PP_COMPL(BOOST_PP_BOOL(x))
Dcompl.hpp20 # define BOOST_PP_COMPL(x) BOOST_PP_COMPL_I(x) macro
22 # define BOOST_PP_COMPL(x) BOOST_PP_COMPL_OO((x)) macro
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/list/
Dadt.hpp68 # define BOOST_PP_LIST_IS_NIL(list) BOOST_PP_COMPL(BOOST_PP_IS_BINARY(list))
70 # define BOOST_PP_LIST_IS_NIL(list) BOOST_PP_COMPL(BOOST_PP_LIST_IS_CONS(list))