Searched refs:BOOST_RESTRICT (Results 1 – 3 of 3) sorted by relevance
10 // TITLE: We cannot apply BOOST_RESTRICT to a reference type.11 // DESCRIPTION: We cannot apply BOOST_RESTRICT to a reference type22 void sum2(int (& BOOST_RESTRICT a)[4], int (& BOOST_RESTRICT b)[4], int (&c)[4], int (&d)[4]) {
573 #if !defined(BOOST_RESTRICT)575 # define BOOST_RESTRICT __restrict macro581 # define BOOST_RESTRICT __restrict__ macro583 # define BOOST_RESTRICT macro
1224 [[`BOOST_RESTRICT`][1233 void perform_computation( float* BOOST_RESTRICT in, float* BOOST_RESTRICT out )