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

123456

/external/libcxx/test/depr/depr.c.headers/
H A Dsetjmp_h.pass.cpp18 static_assert((std::is_same<__typeof__(longjmp(jb, 0)), void>::value),
19 "std::is_same<__typeof__(longjmp(jb, 0)), void>::value");
/external/compiler-rt/test/tsan/
H A Dlongjmp.cc7 longjmp(env, 42);
H A Dlongjmp3.cc9 longjmp(env, 42);
H A Dlongjmp4.cc12 longjmp(env2, 42);
/external/libcxx/test/language.support/support.runtime/
H A Dcsetjmp.pass.cpp22 static_assert((std::is_same<__typeof__(std::longjmp(jb, 0)), void>::value),
23 "std::is_same<__typeof__(std::longjmp(jb, 0)), void>::value");
/external/lldb/test/functionalities/longjmp/
H A Dmain.c20 longjmp(j, 1); // non-local goto
28 return 0; // destination of longjmp
/external/stlport/stlport/stl/
H A D_csetjmp.h60 using _STLP_VENDOR_CSTD::longjmp;
62 using ::longjmp;
/external/libunwind/src/setjmp/
H A Dlongjmp.c45 This makes it impossible to implement longjmp, as we
49 so we simply defer to glibc longjmp here. */
51 #define longjmp __nonworking_longjmp macro
53 static void longjmp (jmp_buf env, int val);
105 void longjmp (jmp_buf env, int val)
110 longjmp (jmp_buf env, int val) function
/external/clang/test/Sema/
H A Dimplicit-builtin-decl.c59 void longjmp(); // expected-warning{{declaration of built-in function 'longjmp' requires inclusion of the header <setjmp.h>}}
H A Dreturn.c203 extern void longjmp (struct __jmp_buf_tag __env[1], int __val) __attribute__ ((noreturn));
210 longjmp(test30_j, 1);
213 longjmp(test30_j, 2);
/external/valgrind/main/memcheck/tests/
H A Dbadjump2.c16 longjmp(myjmpbuf, 1);
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_mem/memory_manager/include/
H A Dhmm_cnfg.h96 longjmp(HMM_UNIQUE(jmp_buf), 1); }
/external/libpng/contrib/visupng/
H A Dcexcept.h147 return, break, continue, goto, longjmp) is forbidden--the compiler
205 /* the calls to setjmp() and longjmp(). A wrapper struct is used to */
244 for (;; longjmp(*the_exception_context->penv, 1)) \
/external/libunwind/doc/
H A Dlibunwind-setjmp.tex17 \Type{void} \Func{longjmp}(\Type{jmp\_buf}~\Var{env}, \Type{int}~\Var{val});\\
34 \Func{longjmp}() routines tends to be much slower than with the
36 \Func{longjmp}() will be proportional to the number of call frames
38 \Func{longjmp}() were called. For this reason, the
41 \Func{longjmp}().
50 unwound during a \Func{longjmp}() have correct unwind information
59 \Func{longjmp}()/\Func{\_longjmp}(). The analogous applies for
75 setjmp(3), longjmp(3),
/external/libvpx/libvpx/vpx_mem/memory_manager/include/
H A Dhmm_cnfg.h96 longjmp(HMM_UNIQUE(jmp_buf), 1); }
/external/cmockery/cmockery_0_1_2/
H A Dconfigure.ac36 AC_CHECK_FUNCS(longjmp)
/external/bison/lib/
H A Dmsvc-inval.c106 longjmp (current->restart, 1);
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dptw32_throw.c138 longjmp (sp->start_mark, exception);
/external/chromium_org/third_party/freetype/include/freetype/config/
H A Dftstdlib.h161 #define ft_longjmp longjmp
/external/compiler-rt/test/asan/TestCases/
H A Dthrow_catch.cc66 longjmp(buf, 1);
/external/freetype/include/config/
H A Dftstdlib.h161 #define ft_longjmp longjmp
/external/pdfium/core/include/thirdparties/freetype/freetype/config/
H A Dftstdlib.h161 #define ft_longjmp longjmp
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/config/
H A Dftstdlib.h161 #define ft_longjmp longjmp
/external/qemu/android/base/
H A DEintrWrapper_unittest.cpp27 // Uses setjmp()/longjmp() since the panic handler must be
48 longjmp(mJumper, 1);
/external/qemu/android/utils/
H A Deintr_wrapper_unittest.cpp88 // Uses setjmp()/longjmp() since the panic handler must be
98 longjmp(panic_jumper, 1);

Completed in 921 milliseconds

123456