Searched defs:add_restrict (Results 1 – 1 of 1) sorted by relevance
5 template <class T> struct add_restrict { struct17 static_assert(is_same<int & __restrict, add_restrict<int &>::type>::value, ""); argument