HomeSort by relevance Sort by last modified time
    Searched full:nothrow (Results 1 - 25 of 366) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/memcheck/tests/
new_nothrow.cpp 3 // At one point, Valgrind wasn't overriding these 'nothrow' versions; since
8 int * a = new (std::nothrow) int;
9 int * b = new (std::nothrow) int[5];
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/
sp_counted_base_spin.hpp 70 virtual ~sp_counted_base() // nothrow
77 virtual void dispose() = 0; // nothrow
81 virtual void destroy() // nothrow
98 void release() // nothrow
107 void weak_add_ref() // nothrow
112 void weak_release() // nothrow
120 long use_count() const // nothrow
sp_counted_base_gcc_mips.hpp 121 virtual ~sp_counted_base() // nothrow
128 virtual void dispose() = 0; // nothrow
132 virtual void destroy() // nothrow
149 void release() // nothrow
158 void weak_add_ref() // nothrow
163 void weak_release() // nothrow
171 long use_count() const // nothrow
sp_counted_base_gcc_x86.hpp 113 virtual ~sp_counted_base() // nothrow
120 virtual void dispose() = 0; // nothrow
124 virtual void destroy() // nothrow
141 void release() // nothrow
150 void weak_add_ref() // nothrow
155 void weak_release() // nothrow
163 long use_count() const // nothrow
shared_count.hpp 75 shared_count(): pi_(0) // nothrow
303 ~shared_count() // nothrow
311 shared_count(shared_count const & r): pi_(r.pi_) // nothrow
321 shared_count(shared_count && r): pi_(r.pi_) // nothrow
334 shared_count & operator= (shared_count const & r) // nothrow
348 void swap(shared_count & r) // nothrow
355 long use_count() const // nothrow
360 bool unique() const // nothrow
365 bool empty() const // nothrow
401 weak_count(): pi_(0) // nothrow
    [all...]
  /external/valgrind/massif/tests/
new-cpp.cpp 20 s* p2 = new (std::nothrow) s;
22 char* c2 = new (std::nothrow) char[2000];
  /external/bison/m4/
msvc-nothrow.m4 1 # msvc-nothrow.m4 serial 1
  /external/clang/test/Analysis/
new-with-exceptions.cpp 15 struct NoThrow {
32 clang_analyzer_eval(new NoThrow); // expected-warning{{UNKNOWN}}
40 clang_analyzer_eval(new NoThrow[2]); // expected-warning{{TRUE}}
49 clang_analyzer_eval(new (1) NoThrow[2]); // expected-warning{{UNKNOWN}}
NewDelete-custom.cpp 14 void *operator new(std::size_t size, std::nothrow_t& nothrow) throw() { return allocator(size); }
58 //----- Custom NoThrow placement operators
60 void *p = operator new(0, std::nothrow);
67 int *p = new(std::nothrow) int;
  /external/llvm/test/Transforms/InstCombine/
nothrow.ll 6 call double @t1(i32 42) ;; dead call even though callee is not nothrow.
  /ndk/tests/device/test-stlport_shared-exception/jni/
new5.cpp 14 Inner * ic = new (std::nothrow) Inner[1]; // SegFault here
delete3_1.cpp 22 return operator new(numBytes, std::nothrow);
  /ndk/tests/device/test-stlport_static-exception/jni/
new5.cpp 14 Inner * ic = new (std::nothrow) Inner[1]; // SegFault here
delete3_1.cpp 22 return operator new(numBytes, std::nothrow);
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
new.cc 44 operator new[] (std::size_t sz, const std::nothrow_t& nothrow) throw()
46 return ::operator new(sz, nothrow);
  /external/libcxx/test/std/containers/unord/unord.map/unord.map.swap/
swap_noexcept.pass.cpp 161 { // POCS allocator, throwable swap for hash, nothrow swap for comp
166 { // always equal allocator, throwable swap for hash, nothrow swap for comp
171 { // POCS allocator, nothrow swap for hash, throwable swap for comp
176 { // always equal allocator, nothrow swap for hash, throwable swap for comp
181 { // POCS allocator, nothrow swap for hash, nothrow swap for comp
186 { // always equal allocator, nothrow swap for hash, nothrow swap for comp
192 { // NOT always equal allocator, nothrow swap for hash, nothrow swap for com
    [all...]
  /external/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.swap/
swap_noexcept.pass.cpp 160 { // POCS allocator, throwable swap for hash, nothrow swap for comp
165 { // always equal allocator, throwable swap for hash, nothrow swap for comp
170 { // POCS allocator, nothrow swap for hash, throwable swap for comp
175 { // always equal allocator, nothrow swap for hash, throwable swap for comp
180 { // POCS allocator, nothrow swap for hash, nothrow swap for comp
185 { // always equal allocator, nothrow swap for hash, nothrow swap for comp
190 { // NOT always equal allocator, nothrow swap for hash, nothrow swap for com
    [all...]
  /external/libcxx/test/std/containers/unord/unord.multiset/unord.multiset.swap/
swap_noexcept.pass.cpp 159 { // POCS allocator, throwable swap for hash, nothrow swap for comp
164 { // always equal allocator, throwable swap for hash, nothrow swap for comp
169 { // POCS allocator, nothrow swap for hash, throwable swap for comp
174 { // always equal allocator, nothrow swap for hash, throwable swap for comp
179 { // POCS allocator, nothrow swap for hash, nothrow swap for comp
184 { // always equal allocator, nothrow swap for hash, nothrow swap for comp
190 { // NOT always equal allocator, nothrow swap for hash, nothrow swap for com
    [all...]
  /external/libcxx/test/std/containers/unord/unord.set/unord.set.swap/
swap_noexcept.pass.cpp 159 { // POCS allocator, throwable swap for hash, nothrow swap for comp
164 { // always equal allocator, throwable swap for hash, nothrow swap for comp
169 { // POCS allocator, nothrow swap for hash, throwable swap for comp
174 { // always equal allocator, nothrow swap for hash, throwable swap for comp
179 { // POCS allocator, nothrow swap for hash, nothrow swap for comp
184 { // always equal allocator, nothrow swap for hash, nothrow swap for comp
190 { // NOT always equal allocator, nothrow swap for hash, nothrow swap for com
    [all...]
  /external/libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array/
new_array_nothrow.pass.cpp 10 // test operator new [] (nothrow)
41 void*volatile vp = operator new [] (std::numeric_limits<std::size_t>::max(), std::nothrow);
49 A* ap = new(std::nothrow) A[3];
  /external/libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single/
new_nothrow.pass.cpp 10 // test operator new (nothrow)
41 void* vp = operator new (std::numeric_limits<std::size_t>::max(), std::nothrow);
49 A* ap = new(std::nothrow) A;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.dynamic/new.delete/new.delete.array/
new_array_nothrow.pass.cpp 10 // test operator new [] (nothrow)
38 void*volatile vp = operator new [] (std::numeric_limits<std::size_t>::max(), std::nothrow);
46 A* ap = new(std::nothrow) A[3];
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.dynamic/new.delete/new.delete.single/
new_nothrow.pass.cpp 10 // test operator new (nothrow)
38 void* vp = operator new (std::numeric_limits<std::size_t>::max(), std::nothrow);
46 A* ap = new(std::nothrow) A;
  /external/clang/test/CodeGenObjC/
exceptions-nonfragile.m 20 void die(void) __attribute__((nothrow, noreturn));
  /external/clang/test/CodeGen/
address-sanitizer-and-array-cookie.cpp 7 std::nothrow_t nothrow; member in namespace:std
29 return new (std::nothrow) C[10];

Completed in 3629 milliseconds

1 2 3 4 5 6 7 8 91011>>