Home
last modified time | relevance | path

Searched refs:TEST_CONSTEXPR (Results 1 – 25 of 971) sorted by relevance

12345678910>>...39

/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/algorithms/alg.sorting/
H A Dsortable_helpers.h18 TEST_CONSTEXPR TrivialSortable() : value(0) {} in TrivialSortable()
19 TEST_CONSTEXPR TrivialSortable(int v) : value(v) {} in TrivialSortable()
20 friend TEST_CONSTEXPR bool operator<(const TrivialSortable& a, const TrivialSortable& b) {
23 static TEST_CONSTEXPR bool less(const TrivialSortable& a, const TrivialSortable& b) { in less()
30 TEST_CONSTEXPR NonTrivialSortable() : value(0) {} in NonTrivialSortable()
31 TEST_CONSTEXPR NonTrivialSortable(int v) : value(v) {} in NonTrivialSortable()
32 TEST_CONSTEXPR NonTrivialSortable(const NonTrivialSortable& rhs) : value(rhs.value) {} in NonTrivialSortable()
45 TEST_CONSTEXPR TrivialSortableWithComp() : value(0) {} in TrivialSortableWithComp()
46 TEST_CONSTEXPR TrivialSortableWithComp(int v) : value(v) {} in TrivialSortableWithComp()
59 TEST_CONSTEXPR NonTrivialSortableWithComp() : value(0) {} in NonTrivialSortableWithComp()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/test/std/algorithms/alg.sorting/
H A Dsortable_helpers.h18 TEST_CONSTEXPR TrivialSortable() : value(0) {} in TrivialSortable()
19 TEST_CONSTEXPR TrivialSortable(int v) : value(v) {} in TrivialSortable()
20 friend TEST_CONSTEXPR bool operator<(const TrivialSortable& a, const TrivialSortable& b) {
23 static TEST_CONSTEXPR bool less(const TrivialSortable& a, const TrivialSortable& b) { in less()
30 TEST_CONSTEXPR NonTrivialSortable() : value(0) {} in NonTrivialSortable()
31 TEST_CONSTEXPR NonTrivialSortable(int v) : value(v) {} in NonTrivialSortable()
32 TEST_CONSTEXPR NonTrivialSortable(const NonTrivialSortable& rhs) : value(rhs.value) {} in NonTrivialSortable()
45 TEST_CONSTEXPR TrivialSortableWithComp() : value(0) {} in TrivialSortableWithComp()
46 TEST_CONSTEXPR TrivialSortableWithComp(int v) : value(v) {} in TrivialSortableWithComp()
59 TEST_CONSTEXPR NonTrivialSortableWithComp() : value(0) {} in NonTrivialSortableWithComp()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/std/algorithms/alg.sorting/
H A Dsortable_helpers.h18 TEST_CONSTEXPR TrivialSortable() : value(0) {} in TrivialSortable()
19 TEST_CONSTEXPR TrivialSortable(int v) : value(v) {} in TrivialSortable()
20 friend TEST_CONSTEXPR bool operator<(const TrivialSortable& a, const TrivialSortable& b) {
23 static TEST_CONSTEXPR bool less(const TrivialSortable& a, const TrivialSortable& b) { in less()
30 TEST_CONSTEXPR NonTrivialSortable() : value(0) {} in NonTrivialSortable()
31 TEST_CONSTEXPR NonTrivialSortable(int v) : value(v) {} in NonTrivialSortable()
32 TEST_CONSTEXPR NonTrivialSortable(const NonTrivialSortable& rhs) : value(rhs.value) {} in NonTrivialSortable()
45 TEST_CONSTEXPR TrivialSortableWithComp() : value(0) {} in TrivialSortableWithComp()
46 TEST_CONSTEXPR TrivialSortableWithComp(int v) : value(v) {} in TrivialSortableWithComp()
59 TEST_CONSTEXPR NonTrivialSortableWithComp() : value(0) {} in NonTrivialSortableWithComp()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/std/algorithms/alg.sorting/
H A Dsortable_helpers.h18 TEST_CONSTEXPR TrivialSortable() : value(0) {} in TrivialSortable()
19 TEST_CONSTEXPR TrivialSortable(int v) : value(v) {} in TrivialSortable()
20 friend TEST_CONSTEXPR bool operator<(const TrivialSortable& a, const TrivialSortable& b) {
23 static TEST_CONSTEXPR bool less(const TrivialSortable& a, const TrivialSortable& b) { in less()
30 TEST_CONSTEXPR NonTrivialSortable() : value(0) {} in NonTrivialSortable()
31 TEST_CONSTEXPR NonTrivialSortable(int v) : value(v) {} in NonTrivialSortable()
32 TEST_CONSTEXPR NonTrivialSortable(const NonTrivialSortable& rhs) : value(rhs.value) {} in NonTrivialSortable()
45 TEST_CONSTEXPR TrivialSortableWithComp() : value(0) {} in TrivialSortableWithComp()
46 TEST_CONSTEXPR TrivialSortableWithComp(int v) : value(v) {} in TrivialSortableWithComp()
59 TEST_CONSTEXPR NonTrivialSortableWithComp() : value(0) {} in NonTrivialSortableWithComp()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/test/std/algorithms/alg.sorting/
H A Dsortable_helpers.h18 TEST_CONSTEXPR TrivialSortable() : value(0) {} in TrivialSortable()
19 TEST_CONSTEXPR TrivialSortable(int v) : value(v) {} in TrivialSortable()
20 friend TEST_CONSTEXPR bool operator<(const TrivialSortable& a, const TrivialSortable& b) {
23 static TEST_CONSTEXPR bool less(const TrivialSortable& a, const TrivialSortable& b) { in less()
30 TEST_CONSTEXPR NonTrivialSortable() : value(0) {} in NonTrivialSortable()
31 TEST_CONSTEXPR NonTrivialSortable(int v) : value(v) {} in NonTrivialSortable()
32 TEST_CONSTEXPR NonTrivialSortable(const NonTrivialSortable& rhs) : value(rhs.value) {} in NonTrivialSortable()
45 TEST_CONSTEXPR TrivialSortableWithComp() : value(0) {} in TrivialSortableWithComp()
46 TEST_CONSTEXPR TrivialSortableWithComp(int v) : value(v) {} in TrivialSortableWithComp()
59 TEST_CONSTEXPR NonTrivialSortableWithComp() : value(0) {} in NonTrivialSortableWithComp()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/test/std/algorithms/alg.sorting/
H A Dsortable_helpers.h18 TEST_CONSTEXPR TrivialSortable() : value(0) {} in TrivialSortable()
19 TEST_CONSTEXPR TrivialSortable(int v) : value(v) {} in TrivialSortable()
20 friend TEST_CONSTEXPR bool operator<(const TrivialSortable& a, const TrivialSortable& b) {
23 static TEST_CONSTEXPR bool less(const TrivialSortable& a, const TrivialSortable& b) { in less()
30 TEST_CONSTEXPR NonTrivialSortable() : value(0) {} in NonTrivialSortable()
31 TEST_CONSTEXPR NonTrivialSortable(int v) : value(v) {} in NonTrivialSortable()
32 TEST_CONSTEXPR NonTrivialSortable(const NonTrivialSortable& rhs) : value(rhs.value) {} in NonTrivialSortable()
45 TEST_CONSTEXPR TrivialSortableWithComp() : value(0) {} in TrivialSortableWithComp()
46 TEST_CONSTEXPR TrivialSortableWithComp(int v) : value(v) {} in TrivialSortableWithComp()
59 TEST_CONSTEXPR NonTrivialSortableWithComp() : value(0) {} in NonTrivialSortableWithComp()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/libcxx/utilities/memory/pointer.conversion/
H A Dto_address.pass.cpp22 TEST_CONSTEXPR explicit P1(int *p) : p_(p) { } in P1()
23 TEST_CONSTEXPR int *operator->() const { return p_; } in operator ->()
29 TEST_CONSTEXPR explicit P2(int *p) : p_(p) { } in P2()
30 TEST_CONSTEXPR P1 operator->() const { return p_; } in operator ->()
35 TEST_CONSTEXPR explicit P3(int *p) : p_(p) { } in P3()
41 static TEST_CONSTEXPR int *to_address(const P3& p) { return p.p_; } in to_address()
45 TEST_CONSTEXPR explicit P4(int *p) : p_(p) { } in P4()
52 static TEST_CONSTEXPR int *to_address(const P4& p) { return p.p_; } in to_address()
85 TEST_CONSTEXPR FancyPtrA(T *p) : p_(p) {} in FancyPtrA()
87 TEST_CONSTEXPR T *operator->() const { return p_; } in operator ->()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/libcxx/utilities/memory/pointer.conversion/
H A Dto_address.pass.cpp22 TEST_CONSTEXPR explicit P1(int *p) : p_(p) { } in P1()
23 TEST_CONSTEXPR int *operator->() const { return p_; } in operator ->()
29 TEST_CONSTEXPR explicit P2(int *p) : p_(p) { } in P2()
30 TEST_CONSTEXPR P1 operator->() const { return p_; } in operator ->()
35 TEST_CONSTEXPR explicit P3(int *p) : p_(p) { } in P3()
41 static TEST_CONSTEXPR int *to_address(const P3& p) { return p.p_; } in to_address()
45 TEST_CONSTEXPR explicit P4(int *p) : p_(p) { } in P4()
52 static TEST_CONSTEXPR int *to_address(const P4& p) { return p.p_; } in to_address()
85 TEST_CONSTEXPR FancyPtrA(T *p) : p_(p) {} in FancyPtrA()
87 TEST_CONSTEXPR T *operator->() const { return p_; } in operator ->()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/test/libcxx/utilities/memory/pointer.conversion/
H A Dto_address.pass.cpp22 TEST_CONSTEXPR explicit P1(int *p) : p_(p) { } in P1()
23 TEST_CONSTEXPR int *operator->() const { return p_; } in operator ->()
29 TEST_CONSTEXPR explicit P2(int *p) : p_(p) { } in P2()
30 TEST_CONSTEXPR P1 operator->() const { return p_; } in operator ->()
35 TEST_CONSTEXPR explicit P3(int *p) : p_(p) { } in P3()
41 static TEST_CONSTEXPR int *to_address(const P3& p) { return p.p_; } in to_address()
45 TEST_CONSTEXPR explicit P4(int *p) : p_(p) { } in P4()
52 static TEST_CONSTEXPR int *to_address(const P4& p) { return p.p_; } in to_address()
85 TEST_CONSTEXPR FancyPtrA(T *p) : p_(p) {} in FancyPtrA()
87 TEST_CONSTEXPR T *operator->() const { return p_; } in operator ->()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/libcxx/utilities/memory/pointer.conversion/
H A Dto_address.pass.cpp22 TEST_CONSTEXPR explicit P1(int *p) : p_(p) { } in P1()
23 TEST_CONSTEXPR int *operator->() const { return p_; } in operator ->()
29 TEST_CONSTEXPR explicit P2(int *p) : p_(p) { } in P2()
30 TEST_CONSTEXPR P1 operator->() const { return p_; } in operator ->()
35 TEST_CONSTEXPR explicit P3(int *p) : p_(p) { } in P3()
41 static TEST_CONSTEXPR int *to_address(const P3& p) { return p.p_; } in to_address()
45 TEST_CONSTEXPR explicit P4(int *p) : p_(p) { } in P4()
52 static TEST_CONSTEXPR int *to_address(const P4& p) { return p.p_; } in to_address()
85 TEST_CONSTEXPR FancyPtrA(T *p) : p_(p) {} in FancyPtrA()
87 TEST_CONSTEXPR T *operator->() const { return p_; } in operator ->()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/support/
H A Dconstexpr_char_traits.h30 static TEST_CONSTEXPR bool eq(char_type __c1, char_type __c2) TEST_NOEXCEPT in eq()
33 static TEST_CONSTEXPR bool lt(char_type __c1, char_type __c2) TEST_NOEXCEPT in lt()
43 static TEST_CONSTEXPR int_type not_eof(int_type __c) TEST_NOEXCEPT in not_eof()
46 static TEST_CONSTEXPR char_type to_char_type(int_type __c) TEST_NOEXCEPT in to_char_type()
49 static TEST_CONSTEXPR int_type to_int_type(char_type __c) TEST_NOEXCEPT in to_int_type()
52 static TEST_CONSTEXPR bool eq_int_type(int_type __c1, int_type __c2) TEST_NOEXCEPT in eq_int_type()
55 static TEST_CONSTEXPR int_type eof() TEST_NOEXCEPT in eof()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/test/support/
H A Dconstexpr_char_traits.h30 static TEST_CONSTEXPR bool eq(char_type __c1, char_type __c2) TEST_NOEXCEPT in eq()
33 static TEST_CONSTEXPR bool lt(char_type __c1, char_type __c2) TEST_NOEXCEPT in lt()
43 static TEST_CONSTEXPR int_type not_eof(int_type __c) TEST_NOEXCEPT in not_eof()
46 static TEST_CONSTEXPR char_type to_char_type(int_type __c) TEST_NOEXCEPT in to_char_type()
49 static TEST_CONSTEXPR int_type to_int_type(char_type __c) TEST_NOEXCEPT in to_int_type()
52 static TEST_CONSTEXPR bool eq_int_type(int_type __c1, int_type __c2) TEST_NOEXCEPT in eq_int_type()
55 static TEST_CONSTEXPR int_type eof() TEST_NOEXCEPT in eof()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/support/
H A Dconstexpr_char_traits.h30 static TEST_CONSTEXPR bool eq(char_type __c1, char_type __c2) TEST_NOEXCEPT in eq()
33 static TEST_CONSTEXPR bool lt(char_type __c1, char_type __c2) TEST_NOEXCEPT in lt()
43 static TEST_CONSTEXPR int_type not_eof(int_type __c) TEST_NOEXCEPT in not_eof()
46 static TEST_CONSTEXPR char_type to_char_type(int_type __c) TEST_NOEXCEPT in to_char_type()
49 static TEST_CONSTEXPR int_type to_int_type(char_type __c) TEST_NOEXCEPT in to_int_type()
52 static TEST_CONSTEXPR bool eq_int_type(int_type __c1, int_type __c2) TEST_NOEXCEPT in eq_int_type()
55 static TEST_CONSTEXPR int_type eof() TEST_NOEXCEPT in eof()
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/support/
H A Dconstexpr_char_traits.h30 static TEST_CONSTEXPR bool eq(char_type __c1, char_type __c2) TEST_NOEXCEPT in eq()
33 static TEST_CONSTEXPR bool lt(char_type __c1, char_type __c2) TEST_NOEXCEPT in lt()
43 static TEST_CONSTEXPR int_type not_eof(int_type __c) TEST_NOEXCEPT in not_eof()
46 static TEST_CONSTEXPR char_type to_char_type(int_type __c) TEST_NOEXCEPT in to_char_type()
49 static TEST_CONSTEXPR int_type to_int_type(char_type __c) TEST_NOEXCEPT in to_int_type()
52 static TEST_CONSTEXPR bool eq_int_type(int_type __c1, int_type __c2) TEST_NOEXCEPT in eq_int_type()
55 static TEST_CONSTEXPR int_type eof() TEST_NOEXCEPT in eof()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/support/
H A Dconstexpr_char_traits.h30 static TEST_CONSTEXPR bool eq(char_type __c1, char_type __c2) TEST_NOEXCEPT in eq()
33 static TEST_CONSTEXPR bool lt(char_type __c1, char_type __c2) TEST_NOEXCEPT in lt()
43 static TEST_CONSTEXPR int_type not_eof(int_type __c) TEST_NOEXCEPT in not_eof()
46 static TEST_CONSTEXPR char_type to_char_type(int_type __c) TEST_NOEXCEPT in to_char_type()
49 static TEST_CONSTEXPR int_type to_int_type(char_type __c) TEST_NOEXCEPT in to_int_type()
52 static TEST_CONSTEXPR bool eq_int_type(int_type __c1, int_type __c2) TEST_NOEXCEPT in eq_int_type()
55 static TEST_CONSTEXPR int_type eof() TEST_NOEXCEPT in eof()
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/test/support/
H A Dconstexpr_char_traits.h30 static TEST_CONSTEXPR bool eq(char_type __c1, char_type __c2) TEST_NOEXCEPT in eq()
33 static TEST_CONSTEXPR bool lt(char_type __c1, char_type __c2) TEST_NOEXCEPT in lt()
43 static TEST_CONSTEXPR int_type not_eof(int_type __c) TEST_NOEXCEPT in not_eof()
46 static TEST_CONSTEXPR char_type to_char_type(int_type __c) TEST_NOEXCEPT in to_char_type()
49 static TEST_CONSTEXPR int_type to_int_type(char_type __c) TEST_NOEXCEPT in to_int_type()
52 static TEST_CONSTEXPR bool eq_int_type(int_type __c1, int_type __c2) TEST_NOEXCEPT in eq_int_type()
55 static TEST_CONSTEXPR int_type eof() TEST_NOEXCEPT in eof()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/support/
H A Dconstexpr_char_traits.h30 static TEST_CONSTEXPR bool eq(char_type __c1, char_type __c2) TEST_NOEXCEPT in eq()
33 static TEST_CONSTEXPR bool lt(char_type __c1, char_type __c2) TEST_NOEXCEPT in lt()
43 static TEST_CONSTEXPR int_type not_eof(int_type __c) TEST_NOEXCEPT in not_eof()
46 static TEST_CONSTEXPR char_type to_char_type(int_type __c) TEST_NOEXCEPT in to_char_type()
49 static TEST_CONSTEXPR int_type to_int_type(char_type __c) TEST_NOEXCEPT in to_int_type()
52 static TEST_CONSTEXPR bool eq_int_type(int_type __c1, int_type __c2) TEST_NOEXCEPT in eq_int_type()
55 static TEST_CONSTEXPR int_type eof() TEST_NOEXCEPT in eof()
/dports/devel/libc++/libcxx-10.0.1.src/test/support/
H A Dconstexpr_char_traits.h30 static TEST_CONSTEXPR bool eq(char_type __c1, char_type __c2) TEST_NOEXCEPT in eq()
33 static TEST_CONSTEXPR bool lt(char_type __c1, char_type __c2) TEST_NOEXCEPT in lt()
43 static TEST_CONSTEXPR int_type not_eof(int_type __c) TEST_NOEXCEPT in not_eof()
46 static TEST_CONSTEXPR char_type to_char_type(int_type __c) TEST_NOEXCEPT in to_char_type()
49 static TEST_CONSTEXPR int_type to_int_type(char_type __c) TEST_NOEXCEPT in to_int_type()
52 static TEST_CONSTEXPR bool eq_int_type(int_type __c1, int_type __c2) TEST_NOEXCEPT in eq_int_type()
55 static TEST_CONSTEXPR int_type eof() TEST_NOEXCEPT in eof()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/support/
H A Dconstexpr_char_traits.h30 static TEST_CONSTEXPR bool eq(char_type __c1, char_type __c2) TEST_NOEXCEPT in eq()
33 static TEST_CONSTEXPR bool lt(char_type __c1, char_type __c2) TEST_NOEXCEPT in lt()
43 static TEST_CONSTEXPR int_type not_eof(int_type __c) TEST_NOEXCEPT in not_eof()
46 static TEST_CONSTEXPR char_type to_char_type(int_type __c) TEST_NOEXCEPT in to_char_type()
49 static TEST_CONSTEXPR int_type to_int_type(char_type __c) TEST_NOEXCEPT in to_int_type()
52 static TEST_CONSTEXPR bool eq_int_type(int_type __c1, int_type __c2) TEST_NOEXCEPT in eq_int_type()
55 static TEST_CONSTEXPR int_type eof() TEST_NOEXCEPT in eof()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/test/support/
H A Dconstexpr_char_traits.h30 static TEST_CONSTEXPR bool eq(char_type __c1, char_type __c2) TEST_NOEXCEPT in eq()
33 static TEST_CONSTEXPR bool lt(char_type __c1, char_type __c2) TEST_NOEXCEPT in lt()
43 static TEST_CONSTEXPR int_type not_eof(int_type __c) TEST_NOEXCEPT in not_eof()
46 static TEST_CONSTEXPR char_type to_char_type(int_type __c) TEST_NOEXCEPT in to_char_type()
49 static TEST_CONSTEXPR int_type to_int_type(char_type __c) TEST_NOEXCEPT in to_int_type()
52 static TEST_CONSTEXPR bool eq_int_type(int_type __c1, int_type __c2) TEST_NOEXCEPT in eq_int_type()
55 static TEST_CONSTEXPR int_type eof() TEST_NOEXCEPT in eof()
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/test/support/
H A Dconstexpr_char_traits.h30 static TEST_CONSTEXPR bool eq(char_type __c1, char_type __c2) TEST_NOEXCEPT in eq()
33 static TEST_CONSTEXPR bool lt(char_type __c1, char_type __c2) TEST_NOEXCEPT in lt()
43 static TEST_CONSTEXPR int_type not_eof(int_type __c) TEST_NOEXCEPT in not_eof()
46 static TEST_CONSTEXPR char_type to_char_type(int_type __c) TEST_NOEXCEPT in to_char_type()
49 static TEST_CONSTEXPR int_type to_int_type(char_type __c) TEST_NOEXCEPT in to_int_type()
52 static TEST_CONSTEXPR bool eq_int_type(int_type __c1, int_type __c2) TEST_NOEXCEPT in eq_int_type()
55 static TEST_CONSTEXPR int_type eof() TEST_NOEXCEPT in eof()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/std/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opref/
H A Dop_arrow.pass.cpp69 TEST_CONSTEXPR C() : data_(1) {} in C()
71 TEST_CONSTEXPR int get() const {return data_;} in get()
73 friend TEST_CONSTEXPR bool operator==(const C& x, const C& y) in operator ==()
77 TEST_CONSTEXPR C gC;
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/test/std/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opref/
H A Dop_arrow.pass.cpp69 TEST_CONSTEXPR C() : data_(1) {} in C()
71 TEST_CONSTEXPR int get() const {return data_;} in get()
73 friend TEST_CONSTEXPR bool operator==(const C& x, const C& y) in operator ==()
77 TEST_CONSTEXPR C gC;
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/iterators/predef.iterators/reverse.iterators/reverse.iter.elem/
H A Darrow.pass.cpp67 TEST_CONSTEXPR C() : data_(1) {} in C()
69 TEST_CONSTEXPR int get() const {return data_;} in get()
71 friend TEST_CONSTEXPR bool operator==(const C& x, const C& y) in operator ==()
75 TEST_CONSTEXPR C gC;
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/std/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opref/
H A Dop_arrow.pass.cpp69 TEST_CONSTEXPR C() : data_(1) {} in C()
71 TEST_CONSTEXPR int get() const {return data_;} in get()
73 friend TEST_CONSTEXPR bool operator==(const C& x, const C& y) in operator ==()
77 TEST_CONSTEXPR C gC;

12345678910>>...39