Searched refs:ptr_mem_fun_t (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/CXX/drs/
H A Ddr3xx.cpp1212 template <class T, class U> struct ptr_mem_fun_t { struct in struct:dr395::null1_t
1217 operator typename ptr_mem_fun_t<T, U>::type() const { // expected-note {{couldn't infer}}
1231 template<class T, class U> using ptr_mem_fun_t = T (U::*)(); // expected-error 0-1{{extension}}
1232 template<class T, class U> operator ptr_mem_fun_t<T, U>() const { return 0; };

Completed in 62 milliseconds