Searched refs:longjmp (Results 1 - 25 of 52) sorted by relevance

123

/haiku-buildtools/gcc/libstdc++-v3/testsuite/18_support/headers/csetjmp/
H A Dfunctions_std.cc24 using std::longjmp;
/haiku-buildtools/gcc/libstdc++-v3/include/c_compatibility/
H A Dsetjmp.h36 using std::longjmp;
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.abi/
H A Dcxa_vec.C101 longjmp (jump, 1);
105 longjmp (jump, 2);
110 longjmp (jump, 3);
133 longjmp (jump, 1);
139 longjmp (jump, 2);
144 longjmp (jump, 3);
167 longjmp (jump, 1);
173 longjmp (jump, 2);
178 longjmp (jump, 3);
203 longjmp (jum
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/torture/
H A Dpr64280.C26 void longjmp ();
30 D () { longjmp (); }
H A Dpr57107.C166 extern void longjmp (struct __jmp_buf_tag __env[1], int __val) throw () __attribute__ ((__noreturn__));
191 if (_setjmp ((*png_set_longjmp_fn((png_ptr), longjmp, sizeof (jmp_buf))))) {
/haiku-buildtools/binutils/ld/testsuite/ld-spu/
H A Dovl2.s15 .type longjmp,@function
16 longjmp: label
18 .size longjmp,.-longjmp
38 br longjmp
H A Dovl2.d20 00000110 <longjmp>:
89 .* br .* <longjmp>.*
90 .*SPU_REL16 longjmp
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/torture/
H A Dpr48542.c22 longjmp(env, 1);
49 longjmp (env, 1);
H A Dpr66101.c14 longjmp (env, 0);
/haiku-buildtools/gcc/gcc/testsuite/gcc.misc-tests/
H A Dgcov-7.c2 * and call return percentages for functions that call longjmp. */
25 longjmp (env, 1);
38 longjmp (env, 2);
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dpr56982.c39 longjmp(env, 42);
/haiku-buildtools/binutils/opcodes/
H A Dsysdep.h60 It is faster than setjmp/longjmp on systems where the signal mask is
70 #define OPCODES_SIGLONGJMP(buf,val) longjmp((buf), (val))
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/lto/
H A Dpr60449_1.c32 extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
48 longjmp(buf, 1);
/haiku-buildtools/legacy/gcc/libchill/
H A Dioerror.h161 longjmp( __io_exception, (EXC<<16) + INFO )
164 longjmp( __rw_exception, (EXC<<16) + INFO )
H A Dexh.c95 * never leave function with longjmp or abort
100 * jump to handler with longjmp or call unhandled_exception
124 longjmp(handler->jbuf, list->code);
143 * never leave function with longjmp or abort
149 * jump to handler with longjmp or call unhandled_exception
/haiku-buildtools/gcc/libgcc/
H A Dunwind-sjlj.c40 extern void longjmp(jmp_buf, int) __attribute__((noreturn));
43 #define longjmp __builtin_longjmp macro
309 longjmp (target->fc->jbuf, 1);
/haiku-buildtools/gcc/gmp/demos/
H A Dpexpr.c762 longjmp (errjmpbuf, (int) (long) str);
783 longjmp (errjmpbuf, (int) (long) str);
804 longjmp (errjmpbuf, (int) (long) str);
821 longjmp (errjmpbuf, (int) (long) str);
848 longjmp (errjmpbuf, (int) (long) str);
1036 longjmp (errjmpbuf, 1);
1091 longjmp (errjmpbuf, 1);
1104 longjmp (errjmpbuf, 1);
1110 longjmp (errjmpbuf, 1);
1132 longjmp (errjmpbu
[all...]
/haiku-buildtools/gcc/zlib/contrib/blast/
H A Dblast.c27 #include <setjmp.h> /* for setjmp(), longjmp(), and jmp_buf */
75 if (s->left == 0) longjmp(s->env, 1); /* out of input */
159 if (s->left == 0) longjmp(s->env, 1); /* out of input */
396 if (setjmp(s.env) != 0) /* if came back here via longjmp(), */
/haiku-buildtools/binutils/zlib/contrib/blast/
H A Dblast.c29 #include <setjmp.h> /* for setjmp(), longjmp(), and jmp_buf */
77 if (s->left == 0) longjmp(s->env, 1); /* out of input */
161 if (s->left == 0) longjmp(s->env, 1); /* out of input */
398 if (setjmp(s.env) != 0) /* if came back here via longjmp(), */
/haiku-buildtools/gcc/libcilkrts/include/internal/
H A Dabi.h62 /** OS-specific implementation of longjmp */
72 # define CILK_LONGJMP(X) longjmp(X, 1)
77 * destination in EDX longjmp is provided by an internal routine which uses
/haiku-buildtools/gcc/gcc/cp/
H A Dcfns.h278 "longjmp",
/haiku-buildtools/gcc/zlib/contrib/puff/
H A Dpuff.c40 * - Add input size and checking, using longjmp() to
81 #include <setjmp.h> /* for setjmp(), longjmp(), and jmp_buf */
133 longjmp(s->env, 1); /* out of input */
298 longjmp(s->env, 1); /* out of input */
812 if (setjmp(s.env) != 0) /* if came back here via longjmp() */
/haiku-buildtools/binutils/zlib/contrib/puff/
H A Dpuff.c40 * - Add input size and checking, using longjmp() to
82 #include <setjmp.h> /* for setjmp(), longjmp(), and jmp_buf */
134 longjmp(s->env, 1); /* out of input */
299 longjmp(s->env, 1); /* out of input */
815 if (setjmp(s.env) != 0) /* if came back here via longjmp() */
/haiku-buildtools/legacy/binutils/opcodes/
H A Dh8500-dis.c65 longjmp (priv->bailout, 1);
H A Dxtensa-dis.c69 longjmp (priv->bailout, 1);

Completed in 223 milliseconds

123