Searched defs:jmp_buf (Results 1 - 12 of 12) sorted by relevance

/external/clang/test/CodeGen/
H A Dms-setjmp.c5 typedef char jmp_buf[1]; typedef
8 int _setjmp(jmp_buf env);
9 int _setjmpex(jmp_buf env);
12 jmp_buf jb;
H A Dfunction-attributes.c95 typedef int jmp_buf[((9 * 2) + 3 + 16)]; typedef
96 int setjmp(jmp_buf);
106 int _setjmp(jmp_buf);
/external/clang/test/Headers/Inputs/include/
H A Dsetjmp.h6 } jmp_buf; typedef in typeref:struct:__anon2919
/external/clang/test/Sema/
H A Dbuiltin-longjmp.c16 typedef void *jmp_buf; typedef
17 jmp_buf buf;
H A Dreturn.c201 typedef struct __jmp_buf_tag{} jmp_buf[1]; typedef in typeref:struct:__jmp_buf_tag
206 jmp_buf test30_j;
H A Duninit-variables.c470 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;
/external/syslinux/com32/include/klibc/
H A Darchsetjmp.h17 typedef struct __jmp_buf jmp_buf[1]; typedef in typeref:struct:__jmp_buf
/external/syslinux/com32/include/klibc/i386/
H A Darchsetjmp.h17 typedef struct __jmp_buf jmp_buf[1]; typedef in typeref:struct:__jmp_buf
/external/skia/src/codec/
H A DSkJpegPriv.h43 operator jmp_buf&() { return fJmpBuf; }
47 jmp_buf fJmpBuf;
50 SkSTArray<4, jmp_buf*> fJmpBufStack;
/external/skqp/src/codec/
H A DSkJpegPriv.h43 operator jmp_buf&() { return fJmpBuf; }
47 jmp_buf fJmpBuf;
50 SkSTArray<4, jmp_buf*> fJmpBufStack;
/external/syslinux/com32/include/klibc/x86_64/
H A Darchsetjmp.h19 typedef struct __jmp_buf jmp_buf[1]; typedef in typeref:struct:__jmp_buf
/external/syslinux/gpxe/src/arch/i386/include/
H A Dsetjmp.h17 } jmp_buf[1]; typedef in typeref:struct:__anon24467
21 jmp_buf env;
26 extern int __asmcall setjmp ( jmp_buf env );
27 extern void __asmcall longjmp ( jmp_buf env, int val );

Completed in 3387 milliseconds