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

/external/clang/test/Headers/Inputs/include/
H A Dsetjmp.h6 } jmp_buf; typedef in typeref:struct:__anon18932
/external/clang/test/CodeGen/
H A Dfunction-attributes.c115 typedef int jmp_buf[((9 * 2) + 3 + 16)]; typedef
116 int setjmp(jmp_buf);
126 int _setjmp(jmp_buf);
/external/clang/test/Sema/
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;

Completed in 122 milliseconds