HomeSort by relevance Sort by last modified time
    Searched refs:longjmp (Results 126 - 150 of 304) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/compiler-rt/test/asan/TestCases/Windows/
longjmp.cc 3 // FIXME: merge this with the common longjmp test when we can run common
20 longjmp(buf, 1);
  /external/compiler-rt/test/asan/TestCases/
longjmp.cc 17 longjmp(buf, 1);
  /external/clang/test/Sema/
implicit-builtin-decl.c 59 void longjmp(); // expected-warning{{declaration of built-in function 'longjmp' requires inclusion of the header <setjmp.h>}}
return.c 203 extern void longjmp (struct __jmp_buf_tag __env[1], int __val) __attribute__ ((noreturn));
210 longjmp(test30_j, 1);
213 longjmp(test30_j, 2);
  /external/compiler-rt/test/tsan/
ignore_lib4.cc 6 // Longjmp assembly has not been implemented for mips64 yet
15 // Test longjmp in ignored lib.
31 longjmp(env, 1);
longjmp3.cc 3 // Longjmp assembly has not been implemented for mips64 yet
13 longjmp(env, 42);
longjmp4.cc 3 // Longjmp assembly has not been implemented for mips64 yet
16 longjmp(env2, 42);
  /external/llvm/tools/llvm-as-fuzzer/
llvm-as-fuzzer.cpp 39 longjmp(JmpBuf, 1);
49 // if parse exits prematurely (via longjmp).
  /external/syslinux/com32/lib/
exit.c 57 longjmp(__syslinux_current->u.x.process_exit, (uint8_t)rv+1);
  /packages/apps/Gallery2/jni_jpegstream/src/
jerr_hook.cpp 29 longjmp(mgr->setjmp_buf, 1);
  /toolchain/binutils/binutils-2.25/opcodes/
sysdep.h 60 It is faster than setjmp/longjmp on systems where the signal mask is
70 #define OPCODES_SIGLONGJMP(buf,val) longjmp((buf), (val))
  /external/libpng/contrib/visupng/
cexcept.h 147 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/
libunwind-setjmp.tex 17 \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/syslinux/gnu-efi/gnu-efi-3.0/gnuefi/
setjmp_ia32.S 76 FUNCTION(longjmp)
setjmp_x86_64.S 44 * int longjmp (jmp_buf env, int val)
46 FUNCTION(longjmp)
  /external/valgrind/memcheck/tests/
badjump2.c 16 longjmp(myjmpbuf, 1);
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-spu/
ovl2.d 20 00000110 <longjmp>:
89 .* br .* <longjmp>.*
90 .*SPU_REL16 longjmp
  /bionic/tests/
setjmp_test.cpp 26 longjmp(jb, 123);
113 // setjmp/longjmp do save/restore the signal mask on bionic, but not on glibc.
121 longjmp(jb, 1);
208 longjmp(jb, 123);
248 EXPECT_DEATH(longjmp(jb, 0), "");
259 EXPECT_DEATH(longjmp(jb, 1), "checksum mismatch");
261 fprintf(stderr, "setjmp_cookie_checksum: longjmp succeeded?");
  /external/cmockery/cmockery_0_1_2/
configure.ac 36 AC_CHECK_FUNCS(longjmp)
  /external/valgrind/android/aarch64/
setjmp.S 104 // void longjmp(jmp_buf env, int value);
105 ENTRY(longjmp) function
126 END(longjmp)
  /external/bison/lib/
msvc-inval.c 106 longjmp (current->restart, 1);
  /external/freetype/include/freetype/config/
ftstdlib.h 162 #define ft_longjmp longjmp
  /external/libjpeg-turbo/
jcstest.c 55 longjmp(myerr->jb, 1);
  /external/ltp/testcases/kernel/syscalls/pipe/
pipe05.c 125 longjmp(sig11_recover, 1);
  /external/pdfium/third_party/freetype/include/freetype/config/
ftstdlib.h 161 #define ft_longjmp longjmp

Completed in 726 milliseconds

1 2 3 4 56 7 8 91011>>