HomeSort by relevance Sort by last modified time
    Searched defs:jmp_buf (Results 1 - 7 of 7) sorted by null

  /bionic/libc/include/
setjmp.h 47 typedef long jmp_buf[_JBLEN]; typedef
51 int _setjmp(jmp_buf);
52 void _longjmp(jmp_buf, int);
54 int setjmp(jmp_buf);
55 void longjmp(jmp_buf, int);
  /development/ndk/platforms/android-3/include/
setjmp.h 47 typedef long jmp_buf[_JBLEN]; typedef
51 int _setjmp(jmp_buf);
52 void _longjmp(jmp_buf, int);
55 int setjmp(jmp_buf);
56 void longjmp(jmp_buf, int);
  /development/ndk/platforms/android-L/include/
setjmp.h 47 typedef long jmp_buf[_JBLEN]; typedef
51 int _setjmp(jmp_buf);
52 void _longjmp(jmp_buf, int);
54 int setjmp(jmp_buf);
55 void longjmp(jmp_buf, int);
  /external/clang/test/Headers/Inputs/include/
setjmp.h 6 } jmp_buf; typedef in typeref:struct:__anon23550
  /external/clang/test/CodeGen/
function-attributes.c 115 typedef int jmp_buf[((9 * 2) + 3 + 16)]; typedef
116 int setjmp(jmp_buf);
126 int _setjmp(jmp_buf);
  /external/clang/test/Sema/
return.c 201 typedef struct __jmp_buf_tag{} jmp_buf[1]; typedef in typeref:struct:__jmp_buf_tag
206 jmp_buf test30_j;
uninit-variables.c 470 typedef char jmp_buf[256]; typedef
471 extern int setjmp(jmp_buf env); // implicitly returns_twice
473 void do_stuff_and_longjmp(jmp_buf env, int *result) __attribute__((noreturn));
478 jmp_buf env;

Completed in 250 milliseconds