Home
last modified time | relevance | path

Searched defs:MemFun11 (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.cpp118 struct MemFun11 { struct
119 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 …]
/external/cronet/third_party/libc++/src/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
DF_nullptr.pass.cpp119 struct MemFun11 { struct
120 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 …]
/external/libcxx/test/libcxx/utilities/function.objects/func.require/
Dbullet_1_2_3.pass.cpp97 struct MemFun11 { struct
99 typedef MemFun11 C; argument
120 MemFun11() {} in MemFun11() function
/external/cronet/third_party/libc++/src/test/libcxx/utilities/function.objects/func.require/
Dbullet_1_2_3.pass.cpp96 struct MemFun11 { struct
98 typedef MemFun11 C; argument
119 MemFun11() {} in MemFun11() argument