Home
last modified time | relevance | path

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

/third_party/boost/libs/config/test/
Dboost_no_restrict_references.ipp10 // TITLE: We cannot apply BOOST_RESTRICT to a reference type.
11 // DESCRIPTION: We cannot apply BOOST_RESTRICT to a reference type
22 void sum2(int (& BOOST_RESTRICT a)[4], int (& BOOST_RESTRICT b)[4], int (&c)[4], int (&d)[4]) {
/third_party/boost/boost/config/detail/
Dsuffix.hpp573 #if !defined(BOOST_RESTRICT)
575 # define BOOST_RESTRICT __restrict macro
581 # define BOOST_RESTRICT __restrict__ macro
583 # define BOOST_RESTRICT macro
/third_party/boost/libs/config/doc/
Dmacro_reference.qbk1224 [[`BOOST_RESTRICT`][
1233 void perform_computation( float* BOOST_RESTRICT in, float* BOOST_RESTRICT out )