HomeSort by: relevance | last modified time | path
    Searched refs:new_handler (Results 1 - 25 of 113) sorted by relevancy

1 2 3 4 5

  /src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
new_handler.cc 39 using std::new_handler;
42 new_handler __new_handler;
45 new_handler
46 std::set_new_handler (new_handler handler) throw()
48 new_handler prev_handler;
60 new_handler
63 new_handler handler;
new_op.cc 31 using std::new_handler;
52 new_handler handler = std::get_new_handler ();
new_opa.cc 42 using std::new_handler;
151 new_handler handler = std::get_new_handler ();
Makefile.am 87 new_handler.cc \
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
new_handler.cc 39 using std::new_handler;
42 new_handler __new_handler;
45 new_handler
46 std::set_new_handler (new_handler handler) throw()
48 new_handler prev_handler;
60 new_handler
63 new_handler handler;
new_op.cc 31 using std::new_handler;
52 new_handler handler = std::get_new_handler ();
new_opa.cc 42 using std::new_handler;
151 new_handler handler = std::get_new_handler ();
Makefile.am 87 new_handler.cc \
  /src/external/bsd/libc++/dist/libcxxrt/src/
memory.cc 49 typedef void (*new_handler)(); typedef
54 static new_handler new_handl;
62 new_handler set_new_handler(new_handler handler)
67 new_handler get_new_handler(void)
93 new_handler h = std::get_new_handler();
  /src/external/gpl3/gcc/dist/libobjc/objc/
objc-exception.h 103 objc_setUncaughtExceptionHandler (objc_uncaught_exception_handler new_handler);
  /src/external/gpl3/gcc.old/dist/libobjc/objc/
objc-exception.h 103 objc_setUncaughtExceptionHandler (objc_uncaught_exception_handler new_handler);
  /src/external/gpl3/gdb.old/dist/gdb/
event-top.h 138 scoped_segv_handler_restore (segv_handler_t new_handler);
  /src/external/gpl3/gdb/dist/gdb/
event-top.h 163 scoped_segv_handler_restore (segv_handler_t new_handler);
  /src/external/apache2/llvm/dist/libcxx/src/
new.cpp 69 // If malloc fails and there is a new_handler,
71 std::new_handler nh = std::get_new_handler();
182 // Try allocating memory. If allocation fails and there is a new_handler,
184 // the new_handler decides to terminate.
186 // If allocation fails and there is no new_handler, we throw bad_alloc
191 std::new_handler nh = std::get_new_handler();
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_libdispatch_mac.cc 400 dispatch_block_t new_handler = Block_copy(^(void) { local
406 REAL(dispatch_source_set_event_handler)(source, new_handler);
407 Block_release(new_handler);
429 dispatch_block_t new_handler = Block_copy(^(void) { local
435 REAL(dispatch_source_set_cancel_handler)(source, new_handler);
436 Block_release(new_handler);
460 dispatch_block_t new_handler = Block_copy(^(void) { local
466 REAL(dispatch_source_set_registration_handler)(source, new_handler);
467 Block_release(new_handler);
tsan_interceptors_mac.cc 250 xpc_handler_t new_handler = ^(xpc_object_t object) { local
257 REAL(xpc_connection_set_event_handler)(connection, new_handler);
280 xpc_handler_t new_handler = ^(xpc_object_t object) { local
288 (connection, message, replyq, new_handler);
  /src/external/bsd/jemalloc.old/dist/src/
jemalloc_cpp.cpp 48 std::new_handler handler;
  /src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_interceptors_libdispatch.cpp 423 dispatch_block_t new_handler = Block_copy(^(void) { local
429 REAL(dispatch_source_set_event_handler)(source, new_handler);
430 Block_release(new_handler);
452 dispatch_block_t new_handler = Block_copy(^(void) { local
458 REAL(dispatch_source_set_cancel_handler)(source, new_handler);
459 Block_release(new_handler);
483 dispatch_block_t new_handler = Block_copy(^(void) { local
489 REAL(dispatch_source_set_registration_handler)(source, new_handler);
490 Block_release(new_handler);
tsan_interceptors_mac.cpp 298 xpc_handler_t new_handler = ^(xpc_object_t object) { local
305 REAL(xpc_connection_set_event_handler)(connection, new_handler);
328 xpc_handler_t new_handler = ^(xpc_object_t object) { local
336 (connection, message, replyq, new_handler);
  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_interceptors_libdispatch.cpp 423 dispatch_block_t new_handler = Block_copy(^(void) { local
429 REAL(dispatch_source_set_event_handler)(source, new_handler);
430 Block_release(new_handler);
452 dispatch_block_t new_handler = Block_copy(^(void) { local
458 REAL(dispatch_source_set_cancel_handler)(source, new_handler);
459 Block_release(new_handler);
483 dispatch_block_t new_handler = Block_copy(^(void) { local
489 REAL(dispatch_source_set_registration_handler)(source, new_handler);
490 Block_release(new_handler);
tsan_interceptors_mac.cpp 297 xpc_handler_t new_handler = ^(xpc_object_t object) { local
304 REAL(xpc_connection_set_event_handler)(connection, new_handler);
327 xpc_handler_t new_handler = ^(xpc_object_t object) { local
335 (connection, message, replyq, new_handler);
  /src/external/gpl3/gcc/dist/libobjc/
exception.c 76 new_handler)
80 __objc_uncaught_exception_handler = new_handler;
class.c 387 new_handler)
391 __objc_get_unknown_class_handler = new_handler;
  /src/external/gpl3/gcc.old/dist/libobjc/
exception.c 76 new_handler)
80 __objc_uncaught_exception_handler = new_handler;
class.c 387 new_handler)
391 __objc_get_unknown_class_handler = new_handler;

Completed in 46 milliseconds

1 2 3 4 5