Home
last modified time | relevance | path

Searched refs:__allocator_base (Results 251 – 275 of 338) sorted by relevance

1...<<11121314

/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/opt/
H A Dpr65554.C46 template <typename _Tp> using __allocator_base = F <_Tp>; variable
47 template <typename _Tp> struct allocator:__allocator_base <_Tp> {};
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/g++.dg/opt/
H A Dpr65554.C46 template <typename _Tp> using __allocator_base = F <_Tp>; variable
47 template <typename _Tp> struct allocator:__allocator_base <_Tp> {};
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/g++.dg/opt/
H A Dpr65554.C46 template <typename _Tp> using __allocator_base = F <_Tp>; variable
47 template <typename _Tp> struct allocator:__allocator_base <_Tp> {};
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/opt/
H A Dpr65554.C46 template <typename _Tp> using __allocator_base = F <_Tp>; variable
47 template <typename _Tp> struct allocator:__allocator_base <_Tp> {};
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/g++.dg/opt/
H A Dpr65554.C46 template <typename _Tp> using __allocator_base = F <_Tp>; variable
47 template <typename _Tp> struct allocator:__allocator_base <_Tp> {};
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/g++.dg/opt/
H A Dpr65554.C46 template <typename _Tp> using __allocator_base = F <_Tp>; variable
47 template <typename _Tp> struct allocator:__allocator_base <_Tp> {};
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/
H A Dpr57878.C42 using __allocator_base = __gnu_cxx::new_allocator<_Tp>; variable
45 : public __allocator_base<_Tp> {
H A Dpr78112.C36 template <typename> using __allocator_base = new_allocator; variable
37 template <typename> class allocator : __allocator_base<int>
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/g++.dg/
H A Dpr57878.C42 using __allocator_base = __gnu_cxx::new_allocator<_Tp>; variable
45 : public __allocator_base<_Tp> {
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/g++.dg/
H A Dpr57878.C43 using __allocator_base = __gnu_cxx::new_allocator<_Tp>; variable
46 : public __allocator_base<_Tp> {
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/g++.dg/
H A Dpr57878.C42 using __allocator_base = __gnu_cxx::new_allocator<_Tp>; variable
45 : public __allocator_base<_Tp> {
H A Dpr78112.C36 template <typename> using __allocator_base = new_allocator; variable
37 template <typename> class allocator : __allocator_base<int>
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/g++.dg/
H A Dpr57878.C42 using __allocator_base = __gnu_cxx::new_allocator<_Tp>; variable
45 : public __allocator_base<_Tp> {
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/g++.dg/
H A Dpr57878.C42 using __allocator_base = __gnu_cxx::new_allocator<_Tp>; variable
45 : public __allocator_base<_Tp> {
H A Dpr78112.C36 template <typename> using __allocator_base = new_allocator; variable
37 template <typename> class allocator : __allocator_base<int>
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.dg/
H A Dpr57878.C42 using __allocator_base = __gnu_cxx::new_allocator<_Tp>; variable
45 : public __allocator_base<_Tp> {
H A Dpr78112.C36 template <typename> using __allocator_base = new_allocator; variable
37 template <typename> class allocator : __allocator_base<int>
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/g++.dg/
H A Dpr57878.C42 using __allocator_base = __gnu_cxx::new_allocator<_Tp>; variable
45 : public __allocator_base<_Tp> {
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/
H A Dpr78112.C36 template <typename> using __allocator_base = new_allocator; variable
37 template <typename> class allocator : __allocator_base<int>
H A Dpr57878.C43 using __allocator_base = __gnu_cxx::new_allocator<_Tp>; variable
46 : public __allocator_base<_Tp> {
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/
H A Dpr57878.C42 using __allocator_base = __gnu_cxx::new_allocator<_Tp>; variable
45 : public __allocator_base<_Tp> {
H A Dpr78112.C36 template <typename> using __allocator_base = new_allocator; variable
37 template <typename> class allocator : __allocator_base<int>
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/
H A Dpr57878.C42 using __allocator_base = __gnu_cxx::new_allocator<_Tp>; variable
45 : public __allocator_base<_Tp> {
H A Dpr78112.C36 template <typename> using __allocator_base = new_allocator; variable
37 template <typename> class allocator : __allocator_base<int>
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/g++.dg/
H A Dpr57878.C42 using __allocator_base = __gnu_cxx::new_allocator<_Tp>; variable
45 : public __allocator_base<_Tp> {

1...<<11121314