Home
last modified time | relevance | path

Searched defs:add_restrict (Results 1 – 1 of 1) sorted by relevance

/llvm-project/clang/test/SemaCXX/
H A Dsubst-restrict.cpp5 template <class T> struct add_restrict { struct
17 static_assert(is_same<int & __restrict, add_restrict<int &>::type>::value, ""); argument