Home
last modified time | relevance | path

Searched refs:BOOST_PP_XOR (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/preprocessor/test/
Dlogical.cxx28 BEGIN BOOST_PP_XOR(0, 0) == 0 END
29 BEGIN BOOST_PP_XOR(0, 2) == 1 END
30 BEGIN BOOST_PP_XOR(3, 0) == 1 END
31 BEGIN BOOST_PP_XOR(4, 5) == 0 END
/third_party/boost/boost/preprocessor/logical/
Dxor.hpp24 # define BOOST_PP_XOR(p, q) BOOST_PP_BITXOR(BOOST_PP_BOOL(p), BOOST_PP_BOOL(q)) macro
26 # define BOOST_PP_XOR(p, q) BOOST_PP_XOR_I(p, q) macro