Home
last modified time | relevance | path

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

/external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
DF_nullptr.pass.cpp75 struct MemFun03 { struct
76 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 …]
/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
DF_nullptr.pass.cpp76 struct MemFun03 { struct
77 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 …]
/external/libcxx/test/libcxx/utilities/function.objects/func.require/
Dbullet_1_2_3.pass.cpp68 struct MemFun03 { struct
71 R f(__VA_ARGS__) { return MethodID<R(MemFun03::*)(__VA_ARGS__)>::setUncheckedCall(); } \ argument
86 MemFun03() {} in MemFun03() function
/external/cronet/buildtools/third_party/libc++/trunk/test/libcxx/utilities/function.objects/func.require/
Dbullet_1_2_3.pass.cpp67 struct MemFun03 { struct
70 R f(__VA_ARGS__) { return MethodID<R(MemFun03::*)(__VA_ARGS__)>::setUncheckedCall(); } \ argument
85 MemFun03() {} in MemFun03() argument