Home
last modified time | relevance | path

Searched defs:Alloc (Results 176 – 200 of 4018) sorted by relevance

12345678910>>...161

/dports/lang/gcc9/gcc-9.4.0/libstdc++-v3/testsuite/23_containers/vector/bool/
H A D80893.cc43 struct Alloc struct
48 Alloc() = default; argument
50 Alloc(const Alloc<U>&) { } in Alloc() argument
67 bool operator==(Alloc<T>, Alloc<T>) { return true; } in operator ==() argument
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/23_containers/vector/bool/
H A D80893.cc43 struct Alloc struct
48 Alloc() = default; argument
50 Alloc(const Alloc<U>&) { } in Alloc() argument
67 bool operator==(Alloc<T>, Alloc<T>) { return true; } in operator ==() argument
/dports/devel/riscv64-gcc/gcc-8.3.0/libstdc++-v3/testsuite/23_containers/vector/bool/
H A D80893.cc43 struct Alloc struct
48 Alloc() = default; argument
50 Alloc(const Alloc<U>&) { } in Alloc() function
67 bool operator==(Alloc<T>, Alloc<T>) { return true; } in operator ==() argument
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/testsuite/23_containers/vector/bool/
H A D80893.cc43 struct Alloc struct
48 Alloc() = default; argument
50 Alloc(const Alloc<U>&) { } in Alloc() function
67 bool operator==(Alloc<T>, Alloc<T>) { return true; } in operator ==() argument
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/testsuite/23_containers/vector/bool/
H A D80893.cc43 struct Alloc struct
48 Alloc() = default; argument
50 Alloc(const Alloc<U>&) { } in Alloc() function
67 bool operator==(Alloc<T>, Alloc<T>) { return true; } in operator ==() argument
/dports/lang/gcc9-aux/gcc-9.1.0/libstdc++-v3/testsuite/23_containers/vector/bool/
H A D80893.cc43 struct Alloc struct
48 Alloc() = default; argument
50 Alloc(const Alloc<U>&) { } in Alloc() argument
67 bool operator==(Alloc<T>, Alloc<T>) { return true; } in operator ==() argument
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/23_containers/vector/capacity/
H A D87544.cc25 struct Alloc : public std::allocator<T> struct
28 struct rebind { typedef Alloc<U> other; }; argument
30 Alloc() : std::allocator<T>() {} in Alloc() argument
33 Alloc(const Alloc<U>& other) : std::allocator<T>(other) {} in Alloc() function
49 unsigned f(std::vector<int, Alloc<int> >& v) in f() argument
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/23_containers/vector/capacity/
H A D87544.cc25 struct Alloc : public std::allocator<T> struct
28 struct rebind { typedef Alloc<U> other; }; argument
30 Alloc() : std::allocator<T>() {} in Alloc() argument
33 Alloc(const Alloc<U>& other) : std::allocator<T>(other) {} in Alloc() argument
49 unsigned f(std::vector<int, Alloc<int> >& v) in f() argument
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/23_containers/vector/capacity/
H A D87544.cc25 struct Alloc : public std::allocator<T> struct
28 struct rebind { typedef Alloc<U> other; }; argument
30 Alloc() : std::allocator<T>() {} in Alloc() argument
33 Alloc(const Alloc<U>& other) : std::allocator<T>(other) {} in Alloc() function
49 unsigned f(std::vector<int, Alloc<int> >& v) in f() argument
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/testsuite/23_containers/vector/capacity/
H A D87544.cc25 struct Alloc : public std::allocator<T> struct
28 struct rebind { typedef Alloc<U> other; }; argument
30 Alloc() : std::allocator<T>() {} in Alloc() argument
33 Alloc(const Alloc<U>& other) : std::allocator<T>(other) {} in Alloc() function
49 unsigned f(std::vector<int, Alloc<int> >& v) in f() argument
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/testsuite/23_containers/vector/capacity/
H A D87544.cc25 struct Alloc : public std::allocator<T> struct
28 struct rebind { typedef Alloc<U> other; }; argument
30 Alloc() : std::allocator<T>() {} in Alloc() argument
33 Alloc(const Alloc<U>& other) : std::allocator<T>(other) {} in Alloc() function
49 unsigned f(std::vector<int, Alloc<int> >& v) in f() argument
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/testsuite/23_containers/vector/capacity/
H A D87544.cc25 struct Alloc : public std::allocator<T> struct
28 struct rebind { typedef Alloc<U> other; }; argument
30 Alloc() : std::allocator<T>() {} in Alloc() function
33 Alloc(const Alloc<U>& other) : std::allocator<T>(other) {} in Alloc() argument
49 unsigned f(std::vector<int, Alloc<int> >& v) in f() argument
/dports/lang/gcc9/gcc-9.4.0/libstdc++-v3/testsuite/23_containers/vector/capacity/
H A D87544.cc25 struct Alloc : public std::allocator<T> struct
28 struct rebind { typedef Alloc<U> other; }; argument
30 Alloc() : std::allocator<T>() {} in Alloc() function
33 Alloc(const Alloc<U>& other) : std::allocator<T>(other) {} in Alloc() argument
49 unsigned f(std::vector<int, Alloc<int> >& v) in f() argument
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/testsuite/23_containers/vector/capacity/
H A D87544.cc25 struct Alloc : public std::allocator<T> struct
28 struct rebind { typedef Alloc<U> other; }; argument
30 Alloc() : std::allocator<T>() {} in Alloc() function
33 Alloc(const Alloc<U>& other) : std::allocator<T>(other) {} in Alloc() argument
49 unsigned f(std::vector<int, Alloc<int> >& v) in f() argument
/dports/lang/gcc9-aux/gcc-9.1.0/libstdc++-v3/testsuite/23_containers/vector/capacity/
H A D87544.cc25 struct Alloc : public std::allocator<T> struct
28 struct rebind { typedef Alloc<U> other; }; argument
30 Alloc() : std::allocator<T>() {} in Alloc() function
33 Alloc(const Alloc<U>& other) : std::allocator<T>(other) {} in Alloc() argument
49 unsigned f(std::vector<int, Alloc<int> >& v) in f() argument
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/testsuite/23_containers/deque/allocator/
H A Dmove-2.cc23 struct Alloc struct
27 Alloc() = default; argument
30 Alloc(const Alloc<U>&) { } in Alloc() function
42 bool operator==(const Alloc<T>&, const Alloc<T>&) { return true; } in operator ==() argument
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/23_containers/deque/allocator/
H A Dmove-2.cc23 struct Alloc struct
27 Alloc() = default; argument
30 Alloc(const Alloc<U>&) { } in Alloc() function
42 bool operator==(const Alloc<T>&, const Alloc<T>&) { return true; } in operator ==() argument
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/testsuite/23_containers/deque/allocator/
H A Dmove-2.cc23 struct Alloc struct
27 Alloc() = default; argument
30 Alloc(const Alloc<U>&) { } in Alloc() argument
42 bool operator==(const Alloc<T>&, const Alloc<T>&) { return true; } in operator ==() argument
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/23_containers/deque/allocator/
H A Dmove-2.cc23 struct Alloc struct
27 Alloc() = default; argument
30 Alloc(const Alloc<U>&) { } in Alloc() function
42 bool operator==(const Alloc<T>&, const Alloc<T>&) { return true; } in operator ==() argument
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/23_containers/deque/allocator/
H A Dmove-2.cc23 struct Alloc struct
27 Alloc() = default; argument
30 Alloc(const Alloc<U>&) { } in Alloc() argument
42 bool operator==(const Alloc<T>&, const Alloc<T>&) { return true; } in operator ==() argument
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/23_containers/deque/allocator/
H A Dmove-2.cc23 struct Alloc struct
27 Alloc() = default; argument
30 Alloc(const Alloc<U>&) { } in Alloc() argument
42 bool operator==(const Alloc<T>&, const Alloc<T>&) { return true; } in operator ==() argument
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/testsuite/23_containers/deque/allocator/
H A Dmove-2.cc23 struct Alloc struct
27 Alloc() = default; argument
30 Alloc(const Alloc<U>&) { } in Alloc() argument
42 bool operator==(const Alloc<T>&, const Alloc<T>&) { return true; } in operator ==() argument
/dports/lang/gnat_util/gcc-6-20180516/libstdc++-v3/testsuite/23_containers/deque/allocator/
H A Dmove-2.cc24 struct Alloc struct
28 Alloc() = default; argument
31 Alloc(const Alloc<U>&) { } in Alloc() function
43 bool operator==(const Alloc<T>&, const Alloc<T>&) { return true; } in operator ==() argument
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/23_containers/deque/allocator/
H A Dmove-2.cc23 struct Alloc struct
27 Alloc() = default; argument
30 Alloc(const Alloc<U>&) { } in Alloc() function
42 bool operator==(const Alloc<T>&, const Alloc<T>&) { return true; } in operator ==() argument
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/testsuite/23_containers/deque/allocator/
H A Dmove-2.cc23 struct Alloc struct
27 Alloc() = default; argument
30 Alloc(const Alloc<U>&) { } in Alloc() argument
42 bool operator==(const Alloc<T>&, const Alloc<T>&) { return true; } in operator ==() argument

12345678910>>...161