Home
last modified time | relevance | path

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

/llvm-project/clang/test/SemaCXX/
H A Dcxx0x-nontrivial-union.cpp39 template<typename T> struct remove_ref { typedef T type; }; argument
40 template<typename T> struct remove_ref<T&> { typedef T type; }; argument
41 template<typename T> struct remove_ref<T&&> { typedef T type; }; struct
/llvm-project/clang/test/CXX/over/over.match/over.match.best/
H A Dp1.cpp24 template<typename T> using remove_ref = typename remove_ref_impl<T>::type; typedef
/llvm-project/clang/test/SemaTemplate/
H A Dconcepts.cpp359 struct remove_ref { struct
363 struct remove_ref<T &> { struct
367 struct remove_ref<T &&> { struct
360 typeDeferredInstantiationInstScope::remove_ref global() argument
364 typeDeferredInstantiationInstScope::remove_ref global() argument
368 typeDeferredInstantiationInstScope::remove_ref global() argument