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

  /src/external/bsd/libc++/dist/libcxxrt/test/
test_foreign_exceptions.cc 27 _Unwind_Exception global_e; variable
44 if (e != &global_e) {
45 fprintf(stderr, "(2) ERROR: unexpected ptr: expecting %p, got %p\n", &global_e, e);
69 global_e.exception_class = 0;
70 global_e.exception_cleanup = 0;
71 __real__Unwind_RaiseException(&global_e);
83 global_e.exception_class = 0;
84 global_e.exception_cleanup = test2_exception_cleanup;
85 __real__Unwind_RaiseException(&global_e);

Completed in 12 milliseconds