Searched defs:MemFun03 (Results 1 – 4 of 4) sorted by relevance
75 struct MemFun03 { struct76 int foo() { return 42; } in foo()77 int foo() const { return 42; } in foo()78 int foo() volatile { return 42; } in foo()79 int foo() const volatile { return 42; } in foo()81 int foo(int) { return 42; } in foo()82 int foo(int) const { return 42; } in foo()83 int foo(int) volatile { return 42; } in foo()84 int foo(int) const volatile { return 42; } in foo()86 int foo(int, int) { return 42; } in foo()[all …]
76 struct MemFun03 { struct77 int foo() { return 42; } in foo()78 int foo() const { return 42; } in foo()79 int foo() volatile { return 42; } in foo()80 int foo() const volatile { return 42; } in foo()82 int foo(int) { return 42; } in foo()83 int foo(int) const { return 42; } in foo()84 int foo(int) volatile { return 42; } in foo()85 int foo(int) const volatile { return 42; } in foo()87 int foo(int, int) { return 42; } in foo()[all …]
68 struct MemFun03 { struct71 R f(__VA_ARGS__) { return MethodID<R(MemFun03::*)(__VA_ARGS__)>::setUncheckedCall(); } \ argument86 MemFun03() {} in MemFun03() function
67 struct MemFun03 { struct70 R f(__VA_ARGS__) { return MethodID<R(MemFun03::*)(__VA_ARGS__)>::setUncheckedCall(); } \ argument85 MemFun03() {} in MemFun03() argument