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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
setjmp.h 35 struct __jmp_buf_tag struct
49 typedef struct __jmp_buf_tag jmp_buf[1];
60 extern int __sigsetjmp (struct __jmp_buf_tag __env[1], int __savemask) __THROW;
65 extern int _setjmp (struct __jmp_buf_tag __env[1]) __THROW;
82 extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
91 extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
100 typedef struct __jmp_buf_tag sigjmp_buf[1];
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
setjmp.h 35 struct __jmp_buf_tag struct
49 typedef struct __jmp_buf_tag jmp_buf[1];
60 extern int __sigsetjmp (struct __jmp_buf_tag __env[1], int __savemask) __THROW;
65 extern int _setjmp (struct __jmp_buf_tag __env[1]) __THROW;
82 extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
91 extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
100 typedef struct __jmp_buf_tag sigjmp_buf[1];
  /external/clang/test/Sema/
implicit-builtin-decl.c 63 struct __jmp_buf_tag {}; struct
64 void sigsetjmp(struct __jmp_buf_tag[1], int); // expected-warning{{declaration of built-in function 'sigsetjmp' requires inclusion of the header <setjmp.h>}}
return.c 201 typedef struct __jmp_buf_tag{} jmp_buf[1]; struct
203 extern void longjmp (struct __jmp_buf_tag __env[1], int __val) __attribute__ ((noreturn));
204 extern void _longjmp (struct __jmp_buf_tag __env[1], int __val) __attribute__ ((noreturn));

Completed in 477 milliseconds