Home
last modified time | relevance | path

Searched defs:MemFun11 (Results 1 – 2 of 2) sorted by relevance

/llvm-project/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
H A 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 …]
/llvm-project/libcxx/test/libcxx/utilities/function.objects/func.require/
H A Dbullet_1_2_3.pass.cpp96 // MemFun11 - C++11 reference qualified test member functions. struct
98 CMemFun11 global() argument
119 MemFun11MemFun11 MemFun11() argument