Home
last modified time | relevance | path

Searched refs:nothrow_t (Results 1 – 25 of 2005) sorted by relevance

12345678910>>...81

/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/18_support/headers/new/
H A Dsynopsis.cc25 struct nothrow_t;
26 extern const nothrow_t nothrow;
41 void* operator new(std::size_t size, const std::nothrow_t&) noexcept;
43 void operator delete(void* ptr, const std::nothrow_t&) throw();
47 void operator delete[](void* ptr, const std::nothrow_t&) throw();
58 const std::nothrow_t&) noexcept;
61 const std::nothrow_t&) noexcept;
68 const std::nothrow_t&) noexcept;
72 const std::nothrow_t&) noexcept;
76 const std::nothrow_t&) noexcept;
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/testsuite/18_support/headers/new/
H A Dsynopsis.cc25 struct nothrow_t;
26 extern const nothrow_t nothrow;
41 void* operator new(std::size_t size, const std::nothrow_t&) noexcept;
43 void operator delete(void* ptr, const std::nothrow_t&) throw();
47 void operator delete[](void* ptr, const std::nothrow_t&) throw();
58 const std::nothrow_t&) noexcept;
61 const std::nothrow_t&) noexcept;
68 const std::nothrow_t&) noexcept;
72 const std::nothrow_t&) noexcept;
76 const std::nothrow_t&) noexcept;
[all …]
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/18_support/headers/new/
H A Dsynopsis.cc25 struct nothrow_t;
26 extern const nothrow_t nothrow;
41 void* operator new(std::size_t size, const std::nothrow_t&) noexcept;
43 void operator delete(void* ptr, const std::nothrow_t&) throw();
47 void operator delete[](void* ptr, const std::nothrow_t&) throw();
58 const std::nothrow_t&) noexcept;
61 const std::nothrow_t&) noexcept;
68 const std::nothrow_t&) noexcept;
72 const std::nothrow_t&) noexcept;
76 const std::nothrow_t&) noexcept;
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/18_support/headers/new/
H A Dsynopsis.cc25 struct nothrow_t;
26 extern const nothrow_t nothrow;
41 void* operator new(std::size_t size, const std::nothrow_t&) noexcept;
43 void operator delete(void* ptr, const std::nothrow_t&) throw();
47 void operator delete[](void* ptr, const std::nothrow_t&) throw();
58 const std::nothrow_t&) noexcept;
61 const std::nothrow_t&) noexcept;
68 const std::nothrow_t&) noexcept;
72 const std::nothrow_t&) noexcept;
76 const std::nothrow_t&) noexcept;
[all …]
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/18_support/headers/new/
H A Dsynopsis.cc25 struct nothrow_t;
26 extern const nothrow_t nothrow;
41 void* operator new(std::size_t size, const std::nothrow_t&) noexcept;
43 void operator delete(void* ptr, const std::nothrow_t&) throw();
47 void operator delete[](void* ptr, const std::nothrow_t&) throw();
58 const std::nothrow_t&) noexcept;
61 const std::nothrow_t&) noexcept;
68 const std::nothrow_t&) noexcept;
72 const std::nothrow_t&) noexcept;
76 const std::nothrow_t&) noexcept;
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/18_support/headers/new/
H A Dsynopsis.cc25 struct nothrow_t;
26 extern const nothrow_t nothrow;
41 void* operator new(std::size_t size, const std::nothrow_t&) noexcept;
43 void operator delete(void* ptr, const std::nothrow_t&) throw();
47 void operator delete[](void* ptr, const std::nothrow_t&) throw();
58 const std::nothrow_t&) noexcept;
61 const std::nothrow_t&) noexcept;
68 const std::nothrow_t&) noexcept;
72 const std::nothrow_t&) noexcept;
76 const std::nothrow_t&) noexcept;
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/testsuite/18_support/headers/new/
H A Dsynopsis.cc25 struct nothrow_t;
26 extern const nothrow_t nothrow;
41 void* operator new(std::size_t size, const std::nothrow_t&) noexcept;
43 void operator delete(void* ptr, const std::nothrow_t&) throw();
47 void operator delete[](void* ptr, const std::nothrow_t&) throw();
58 const std::nothrow_t&) noexcept;
61 const std::nothrow_t&) noexcept;
68 const std::nothrow_t&) noexcept;
72 const std::nothrow_t&) noexcept;
76 const std::nothrow_t&) noexcept;
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/18_support/headers/new/
H A Dsynopsis.cc25 struct nothrow_t;
26 extern const nothrow_t nothrow;
41 void* operator new(std::size_t size, const std::nothrow_t&) noexcept;
43 void operator delete(void* ptr, const std::nothrow_t&) throw();
47 void operator delete[](void* ptr, const std::nothrow_t&) throw();
58 const std::nothrow_t&) noexcept;
61 const std::nothrow_t&) noexcept;
68 const std::nothrow_t&) noexcept;
72 const std::nothrow_t&) noexcept;
76 const std::nothrow_t&) noexcept;
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/testsuite/18_support/headers/new/
H A Dsynopsis.cc25 struct nothrow_t;
26 extern const nothrow_t nothrow;
41 void* operator new(std::size_t size, const std::nothrow_t&) noexcept;
43 void operator delete(void* ptr, const std::nothrow_t&) throw();
47 void operator delete[](void* ptr, const std::nothrow_t&) throw();
58 const std::nothrow_t&) noexcept;
61 const std::nothrow_t&) noexcept;
68 const std::nothrow_t&) noexcept;
72 const std::nothrow_t&) noexcept;
76 const std::nothrow_t&) noexcept;
[all …]
/dports/lang/gcc9/gcc-9.4.0/libstdc++-v3/testsuite/18_support/headers/new/
H A Dsynopsis.cc25 struct nothrow_t;
26 extern const nothrow_t nothrow;
41 void* operator new(std::size_t size, const std::nothrow_t&) noexcept;
43 void operator delete(void* ptr, const std::nothrow_t&) throw();
47 void operator delete[](void* ptr, const std::nothrow_t&) throw();
58 const std::nothrow_t&) noexcept;
61 const std::nothrow_t&) noexcept;
68 const std::nothrow_t&) noexcept;
72 const std::nothrow_t&) noexcept;
76 const std::nothrow_t&) noexcept;
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/18_support/headers/new/
H A Dsynopsis.cc25 struct nothrow_t;
26 extern const nothrow_t nothrow;
41 void* operator new(std::size_t size, const std::nothrow_t&) noexcept;
43 void operator delete(void* ptr, const std::nothrow_t&) throw();
47 void operator delete[](void* ptr, const std::nothrow_t&) throw();
58 const std::nothrow_t&) noexcept;
61 const std::nothrow_t&) noexcept;
68 const std::nothrow_t&) noexcept;
72 const std::nothrow_t&) noexcept;
76 const std::nothrow_t&) noexcept;
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/libstdc++-v3/testsuite/18_support/headers/new/
H A Dsynopsis.cc25 struct nothrow_t;
26 extern const nothrow_t nothrow;
41 void* operator new(std::size_t size, const std::nothrow_t&) noexcept;
43 void operator delete(void* ptr, const std::nothrow_t&) throw();
47 void operator delete[](void* ptr, const std::nothrow_t&) throw();
58 const std::nothrow_t&) noexcept;
61 const std::nothrow_t&) noexcept;
68 const std::nothrow_t&) noexcept;
72 const std::nothrow_t&) noexcept;
76 const std::nothrow_t&) noexcept;
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/testsuite/18_support/headers/new/
H A Dsynopsis.cc25 struct nothrow_t;
26 extern const nothrow_t nothrow;
41 void* operator new(std::size_t size, const std::nothrow_t&) noexcept;
43 void operator delete(void* ptr, const std::nothrow_t&) throw();
47 void operator delete[](void* ptr, const std::nothrow_t&) throw();
58 const std::nothrow_t&) noexcept;
61 const std::nothrow_t&) noexcept;
68 const std::nothrow_t&) noexcept;
72 const std::nothrow_t&) noexcept;
76 const std::nothrow_t&) noexcept;
[all …]
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/testsuite/18_support/headers/new/
H A Dsynopsis.cc25 struct nothrow_t;
26 extern const nothrow_t nothrow;
41 void* operator new(std::size_t size, const std::nothrow_t&) noexcept;
43 void operator delete(void* ptr, const std::nothrow_t&) throw();
47 void operator delete[](void* ptr, const std::nothrow_t&) throw();
58 const std::nothrow_t&) noexcept;
61 const std::nothrow_t&) noexcept;
68 const std::nothrow_t&) noexcept;
72 const std::nothrow_t&) noexcept;
76 const std::nothrow_t&) noexcept;
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/testsuite/18_support/headers/new/
H A Dsynopsis.cc25 struct nothrow_t;
26 extern const nothrow_t nothrow;
41 void* operator new(std::size_t size, const std::nothrow_t&) noexcept;
43 void operator delete(void* ptr, const std::nothrow_t&) throw();
47 void operator delete[](void* ptr, const std::nothrow_t&) throw();
58 const std::nothrow_t&) noexcept;
61 const std::nothrow_t&) noexcept;
68 const std::nothrow_t&) noexcept;
72 const std::nothrow_t&) noexcept;
76 const std::nothrow_t&) noexcept;
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/libstdc++-v3/testsuite/18_support/headers/new/
H A Dsynopsis.cc25 struct nothrow_t;
26 extern const nothrow_t nothrow;
41 void* operator new(std::size_t size, const std::nothrow_t&) noexcept;
43 void operator delete(void* ptr, const std::nothrow_t&) throw();
47 void operator delete[](void* ptr, const std::nothrow_t&) throw();
58 const std::nothrow_t&) noexcept;
61 const std::nothrow_t&) noexcept;
68 const std::nothrow_t&) noexcept;
72 const std::nothrow_t&) noexcept;
76 const std::nothrow_t&) noexcept;
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/g++.dg/init/
H A Dnew25.C9 …void* operator new(std::size_t = 32, const std::nothrow_t&) throw(); // { dg-error "first paramete…
10 …void* operator new[](std::size_t = 32, const std::nothrow_t&) throw(); // { dg-error "first parame…
17 const std::nothrow_t& = std::nothrow_t()) throw();
19 const std::nothrow_t& = std::nothrow_t()) throw();
26 const std::nothrow_t& = std::nothrow_t()) throw(); // { dg-error "first parameter" }
28 const std::nothrow_t& = std::nothrow_t()) throw(); // { dg-error "first parameter" }
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/g++.dg/init/
H A Dnew25.C13 …void* operator new(std::size_t = 32, const std::nothrow_t&) throw(); // { dg-error "9:the first pa…
14 …void* operator new[](std::size_t = 32, const std::nothrow_t&) throw(); // { dg-error "9:the first …
21 const std::nothrow_t& = std::nothrow_t()) throw();
23 const std::nothrow_t& = std::nothrow_t()) throw();
30 const std::nothrow_t& = std::nothrow_t()) throw();
32 const std::nothrow_t& = std::nothrow_t()) throw();
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/g++.dg/init/
H A Dnew25.C9 …void* operator new(std::size_t = 32, const std::nothrow_t&) throw(); // { dg-error "first paramete…
10 …void* operator new[](std::size_t = 32, const std::nothrow_t&) throw(); // { dg-error "first parame…
17 const std::nothrow_t& = std::nothrow_t()) throw();
19 const std::nothrow_t& = std::nothrow_t()) throw();
26 const std::nothrow_t& = std::nothrow_t()) throw(); // { dg-error "first parameter" }
28 const std::nothrow_t& = std::nothrow_t()) throw(); // { dg-error "first parameter" }
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.dg/init/
H A Dnew25.C13 …void* operator new(std::size_t = 32, const std::nothrow_t&) throw(); // { dg-error "9:the first pa…
14 …void* operator new[](std::size_t = 32, const std::nothrow_t&) throw(); // { dg-error "9:the first …
21 const std::nothrow_t& = std::nothrow_t()) throw();
23 const std::nothrow_t& = std::nothrow_t()) throw();
30 const std::nothrow_t& = std::nothrow_t()) throw();
32 const std::nothrow_t& = std::nothrow_t()) throw();
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/g++.dg/init/
H A Dnew25.C13 …void* operator new(std::size_t = 32, const std::nothrow_t&) throw(); // { dg-error "first paramete…
14 …void* operator new[](std::size_t = 32, const std::nothrow_t&) throw(); // { dg-error "first parame…
21 const std::nothrow_t& = std::nothrow_t()) throw();
23 const std::nothrow_t& = std::nothrow_t()) throw();
30 const std::nothrow_t& = std::nothrow_t()) throw(); // { dg-error "first parameter" }
32 const std::nothrow_t& = std::nothrow_t()) throw(); // { dg-error "first parameter" }
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/g++.dg/init/
H A Dnew25.C9 …void* operator new(std::size_t = 32, const std::nothrow_t&) throw(); // { dg-error "first paramete…
10 …void* operator new[](std::size_t = 32, const std::nothrow_t&) throw(); // { dg-error "first parame…
17 const std::nothrow_t& = std::nothrow_t()) throw();
19 const std::nothrow_t& = std::nothrow_t()) throw();
26 const std::nothrow_t& = std::nothrow_t()) throw(); // { dg-error "first parameter" }
28 const std::nothrow_t& = std::nothrow_t()) throw(); // { dg-error "first parameter" }
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/init/
H A Dnew25.C13 …void* operator new(std::size_t = 32, const std::nothrow_t&) throw(); // { dg-error "first paramete…
14 …void* operator new[](std::size_t = 32, const std::nothrow_t&) throw(); // { dg-error "first parame…
21 const std::nothrow_t& = std::nothrow_t()) throw();
23 const std::nothrow_t& = std::nothrow_t()) throw();
30 const std::nothrow_t& = std::nothrow_t()) throw(); // { dg-error "first parameter" }
32 const std::nothrow_t& = std::nothrow_t()) throw(); // { dg-error "first parameter" }
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/g++.dg/init/
H A Dnew25.C9 …void* operator new(std::size_t = 32, const std::nothrow_t&) throw(); // { dg-error "first paramete…
10 …void* operator new[](std::size_t = 32, const std::nothrow_t&) throw(); // { dg-error "first parame…
17 const std::nothrow_t& = std::nothrow_t()) throw();
19 const std::nothrow_t& = std::nothrow_t()) throw();
26 const std::nothrow_t& = std::nothrow_t()) throw(); // { dg-error "first parameter" }
28 const std::nothrow_t& = std::nothrow_t()) throw(); // { dg-error "first parameter" }
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/init/
H A Dnew25.C13 …void* operator new(std::size_t = 32, const std::nothrow_t&) throw(); // { dg-error "9:the first pa…
14 …void* operator new[](std::size_t = 32, const std::nothrow_t&) throw(); // { dg-error "9:the first …
21 const std::nothrow_t& = std::nothrow_t()) throw();
23 const std::nothrow_t& = std::nothrow_t()) throw();
30 const std::nothrow_t& = std::nothrow_t()) throw();
32 const std::nothrow_t& = std::nothrow_t()) throw();

12345678910>>...81