Searched defs:MemFun11 (Results 1 – 4 of 4) sorted by relevance
118 struct MemFun11 { struct119 int foo() & { return 42; } in foo()120 int foo() const & { return 42; } in foo()121 int foo() volatile & { return 42; } in foo()122 int foo() const volatile & { return 42; } in foo()124 int foo(...) & { return 42; } in foo()125 int foo(...) const & { return 42; } in foo()126 int foo(...) volatile & { return 42; } in foo()127 int foo(...) const volatile & { return 42; } in foo()129 int foo() && { return 42; } in foo()[all …]
119 struct MemFun11 { struct120 int foo() & { return 42; } in foo()121 int foo() const & { return 42; } in foo()122 int foo() volatile & { return 42; } in foo()123 int foo() const volatile & { return 42; } in foo()125 int foo(...) & { return 42; } in foo()126 int foo(...) const & { return 42; } in foo()127 int foo(...) volatile & { return 42; } in foo()128 int foo(...) const volatile & { return 42; } in foo()130 int foo() && { return 42; } in foo()[all …]
97 struct MemFun11 { struct99 typedef MemFun11 C; argument120 MemFun11() {} in MemFun11() function
96 struct MemFun11 { struct98 typedef MemFun11 C; argument119 MemFun11() {} in MemFun11() argument