Home
last modified time | relevance | path

Searched defs:A2 (Results 26 – 50 of 8684) sorted by relevance

12345678910>>...348

/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/g++.dg/init/
H A Daggr2.C24 struct A2 { struct
25 static A2* p; argument
27 A2() { p = this; } in A2() argument
29 ~A2() { if (this != p) abort (); } in ~A2() argument
33 A2* A2::p; argument
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/testsuite/23_containers/deque/allocator/
H A Dmove_assign-2.cc57 struct A2 : std::allocator<T> struct
59 template<typename U> struct rebind { typedef A2<U> other; }; argument
62 template<typename U> A2(const A2<U>&) { } in A2() function
71 using test_type = std::deque<C, A2<C>>; in test02() argument
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.dg/init/
H A Daggr2.C24 struct A2 { struct
25 static A2* p; argument
27 A2() { p = this; } in A2() argument
29 ~A2() { if (this != p) abort (); } in ~A2() argument
33 A2* A2::p; argument
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/g++.dg/init/
H A Daggr2.C24 struct A2 { struct
25 static A2* p; argument
27 A2() { p = this; } in A2() argument
29 ~A2() { if (this != p) abort (); } in ~A2() argument
33 A2* A2::p; argument
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/g++.dg/init/
H A Daggr2.C24 struct A2 { struct
25 static A2* p; argument
27 A2() { p = this; } in A2() argument
29 ~A2() { if (this != p) abort (); } in ~A2() argument
33 A2* A2::p; argument
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/init/
H A Daggr2.C24 struct A2 { struct
25 static A2* p; argument
27 A2() { p = this; } in A2() function
29 ~A2() { if (this != p) abort (); } in ~A2() argument
33 A2* A2::p; argument
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/23_containers/deque/allocator/
H A Dmove_assign-2.cc57 struct A2 : std::allocator<T> struct
59 template<typename U> struct rebind { typedef A2<U> other; }; argument
62 template<typename U> A2(const A2<U>&) { } in A2() function
71 using test_type = std::deque<C, A2<C>>; in test02() argument
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/g++.dg/init/
H A Daggr2.C24 struct A2 { struct
25 static A2* p; argument
27 A2() { p = this; } in A2() argument
29 ~A2() { if (this != p) abort (); } in ~A2() argument
33 A2* A2::p; argument
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/23_containers/deque/allocator/
H A Dmove_assign-2.cc57 struct A2 : std::allocator<T> struct
59 template<typename U> struct rebind { typedef A2<U> other; }; argument
62 template<typename U> A2(const A2<U>&) { } in A2() argument
71 using test_type = std::deque<C, A2<C>>; in test02() argument
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/23_containers/deque/allocator/
H A Dmove_assign-2.cc57 struct A2 : std::allocator<T> struct
59 template<typename U> struct rebind { typedef A2<U> other; }; argument
62 template<typename U> A2(const A2<U>&) { } in A2() function
71 using test_type = std::deque<C, A2<C>>; in test02() argument
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/init/
H A Daggr2.C24 struct A2 { struct
25 static A2* p; argument
27 A2() { p = this; } in A2() function
29 ~A2() { if (this != p) abort (); } in ~A2() argument
33 A2* A2::p; argument
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/init/
H A Daggr2.C24 struct A2 { struct
25 static A2* p; argument
27 A2() { p = this; } in A2() function
29 ~A2() { if (this != p) abort (); } in ~A2() argument
33 A2* A2::p; argument
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/testsuite/23_containers/deque/allocator/
H A Dmove_assign-2.cc57 struct A2 : std::allocator<T> struct
59 template<typename U> struct rebind { typedef A2<U> other; }; argument
62 template<typename U> A2(const A2<U>&) { } in A2() function
71 using test_type = std::deque<C, A2<C>>; in test02() argument
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/init/
H A Daggr2.C24 struct A2 { struct
25 static A2* p; argument
27 A2() { p = this; } in A2() function
29 ~A2() { if (this != p) abort (); } in ~A2() argument
33 A2* A2::p; argument
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/23_containers/deque/allocator/
H A Dmove_assign-2.cc57 struct A2 : std::allocator<T> struct
59 template<typename U> struct rebind { typedef A2<U> other; }; argument
62 template<typename U> A2(const A2<U>&) { } in A2() function
71 using test_type = std::deque<C, A2<C>>; in test02() argument
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/testsuite/23_containers/deque/allocator/
H A Dmove_assign-2.cc57 struct A2 : std::allocator<T> struct
59 template<typename U> struct rebind { typedef A2<U> other; }; argument
62 template<typename U> A2(const A2<U>&) { } in A2() argument
71 using test_type = std::deque<C, A2<C>>; in test02() argument
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/g++.dg/init/
H A Daggr2.C24 struct A2 { struct
25 static A2* p; argument
27 A2() { p = this; } in A2() argument
29 ~A2() { if (this != p) abort (); } in ~A2() argument
33 A2* A2::p; argument
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/g++.dg/init/
H A Daggr2.C24 struct A2 { struct
25 static A2* p; argument
27 A2() { p = this; } in A2() argument
29 ~A2() { if (this != p) abort (); } in ~A2() argument
33 A2* A2::p; argument
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/23_containers/deque/allocator/
H A Dmove_assign-2.cc57 struct A2 : std::allocator<T> struct
59 template<typename U> struct rebind { typedef A2<U> other; }; argument
62 template<typename U> A2(const A2<U>&) { } in A2() argument
71 using test_type = std::deque<C, A2<C>>; in test02() argument
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/g++.dg/init/
H A Daggr2.C24 struct A2 { struct
25 static A2* p; argument
27 A2() { p = this; } in A2() function
29 ~A2() { if (this != p) abort (); } in ~A2() argument
33 A2* A2::p; argument
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/g++.dg/init/
H A Daggr2.C24 struct A2 { struct
25 static A2* p; argument
27 A2() { p = this; } in A2() function
29 ~A2() { if (this != p) abort (); } in ~A2() argument
33 A2* A2::p; argument
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/init/
H A Daggr2.C24 struct A2 { struct
25 static A2* p; argument
27 A2() { p = this; } in A2() argument
29 ~A2() { if (this != p) abort (); } in ~A2() argument
33 A2* A2::p; argument
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/g++.dg/init/
H A Daggr2.C24 struct A2 { struct
25 static A2* p; argument
27 A2() { p = this; } in A2() function
29 ~A2() { if (this != p) abort (); } in ~A2() argument
33 A2* A2::p; argument
/dports/devel/riscv64-gcc/gcc-8.3.0/libstdc++-v3/testsuite/23_containers/deque/allocator/
H A Dmove_assign-2.cc57 struct A2 : std::allocator<T> struct
59 template<typename U> struct rebind { typedef A2<U> other; }; argument
62 template<typename U> A2(const A2<U>&) { } in A2() argument
71 using test_type = std::deque<C, A2<C>>; in test02() argument
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/23_containers/deque/allocator/
H A Dmove_assign-2.cc57 struct A2 : std::allocator<T> struct
59 template<typename U> struct rebind { typedef A2<U> other; }; argument
62 template<typename U> A2(const A2<U>&) { } in A2() function
71 using test_type = std::deque<C, A2<C>>; in test02() argument

12345678910>>...348