Searched refs:nothrow (Results 1 - 25 of 56) sorted by relevance

123

/haiku-buildtools/gcc/libstdc++-v3/libsupc++/
H A Dnew_opvnt.cc30 operator new[] (std::size_t sz, const std::nothrow_t& nothrow)
33 return ::operator new(sz, nothrow);
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dnew1.C8 static_assert(!noexcept(::new (std::nothrow) int[n]), "");
H A Dgen-attrs-6.C3 // Test that the nothrow attribute is working correctly.
8 extern void foo [[gnu::nothrow]] ();
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/tree-ssa/
H A Dpr19476-1.C8 return 33 + (0 == new(std::nothrow) int);
H A Dpr19476-2.C7 int *p = new(std::nothrow) int;
H A Dpr20963.C13 unsigned char mem_readb(char *pt) __attribute__((nothrow));
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/ext/
H A Dattrib6.C3 // Test that the nothrow attribute is working correctly.
8 extern void foo() __attribute__((nothrow));
/haiku-buildtools/gcc/libvtv/
H A Dvtv_fail.h36 __attribute__ ((visibility ("default"), noreturn, nothrow));
52 __attribute__((visibility ("default"), nothrow));
57 __attribute__((visibility ("default"), nothrow));
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dnew.cc31 const std::nothrow_t std::nothrow = { }; member in class:std
H A Dnew2.cc44 WEAK(void *operator new[] (size_t sz, const std::nothrow_t& nothrow) throw())
46 return ::operator new(sz, nothrow);
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dbuiltin-ffs-1.c4 extern int ffs (int) __asm ("__GI_ffs") __attribute__ ((nothrow, const));
H A Dpr40340.h4 __attribute__ ((nothrow, nonnull (1)));
6 __attribute__ ((always_inline, artificial, gnu_inline, nothrow))
H A Dpr64715-1.c5 extern inline __attribute__ ((always_inline, gnu_inline, artificial, nothrow, leaf)) char *
/haiku-buildtools/binutils/ld/testsuite/ld-elf/
H A Dnew.cc44 operator new[] (std::size_t sz, const std::nothrow_t& nothrow) throw() argument
46 return ::operator new(sz, nothrow);
H A Ddl5.cc48 bb = new (std::nothrow) A [10];
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/init/
H A Dnew5.C12 Inner * ic = new (std::nothrow) Inner[1]; // SegFault here
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/lto/
H A D20081008_0.C33 void __attribute__ ((nothrow)) __cxa_pure_virtual() {
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Doperators27.C28 K * pK = new (std::nothrow) K( 10);
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/mpx/
H A Dreference-1-lbv.cpp12 int __attribute((nothrow))
H A Dreference-1-nov.cpp9 int __attribute((nothrow))
H A Dreference-1-ubv.cpp12 int __attribute((nothrow))
H A Dreference-2-lbv.cpp12 int __attribute((nothrow))
H A Dreference-2-nov.cpp9 int __attribute((nothrow))
H A Dreference-2-ubv.cpp12 int __attribute((nothrow))
/haiku-buildtools/gcc/libstdc++-v3/testsuite/experimental/optional/cons/
H A Dcopy.cc91 enum outcome { nothrow, caught, bad_catch }; enumerator in enum:outcome
94 outcome result = nothrow;
106 VERIFY( result == nothrow );
110 outcome result = nothrow;

Completed in 164 milliseconds

123