HomeSort by relevance Sort by last modified time
    Searched full:_setjmp (Results 1 - 25 of 247) sorted by null

1 2 3 4 5 6 7 8 910

  /external/clang/test/Sema/
builtins-gnu-mode.c 17 int _setjmp; variable
  /bionic/libc/arch-x86/bionic/
_setjmp.S 1 /* $OpenBSD: _setjmp.S,v 1.5 2005/08/07 11:30:38 espie Exp $ */
37 * C library -- _setjmp, _longjmp
41 * _setjmp(a)
46 ENTRY(_setjmp) function
57 END(_setjmp)
  /bionic/libc/arch-arm/bionic/
_setjmp.S 1 /* $OpenBSD: _setjmp.S,v 1.2 2004/02/01 05:40:52 drahn Exp $ */
2 /* $NetBSD: _setjmp.S,v 1.5 2003/04/05 23:08:51 bjh21 Exp $ */
42 * C library -- _setjmp, _longjmp
46 * _setjmp(a)
54 ENTRY(_setjmp) function
73 END(_setjmp)
sigsetjmp.S 53 beq PIC_SYM(_C_LABEL(_setjmp), PLT)
  /bionic/libc/arch-mips/
mips.mk 6 arch-mips/bionic/_setjmp.S \
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
setjmp.h 65 extern int _setjmp (struct __jmp_buf_tag __env[1]) __THROW;
67 /* Do not save the signal mask. This is equivalent to the `_setjmp'
69 # define setjmp(env) _setjmp (env)
88 /* Same. Usually `_longjmp' is used with `_setjmp', which does not save
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
setjmp.h 65 extern int _setjmp (struct __jmp_buf_tag __env[1]) __THROW;
67 /* Do not save the signal mask. This is equivalent to the `_setjmp'
69 # define setjmp(env) _setjmp (env)
88 /* Same. Usually `_longjmp' is used with `_setjmp', which does not save
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
setjmp.h 65 extern int _setjmp (struct __jmp_buf_tag __env[1]) __THROW;
67 /* Do not save the signal mask. This is equivalent to the `_setjmp'
69 # define setjmp(env) _setjmp (env)
88 /* Same. Usually `_longjmp' is used with `_setjmp', which does not save
  /external/clang/test/CodeGenObjC/
exceptions.m 24 // CHECK-NEXT: call i32 @_setjmp(
52 // CHECK: [[SETJMP:%.*]] = call i32 @_setjmp
89 // CHECK: call i32 @_setjmp
100 // CHECK: call i32 @_setjmp
136 // CHECK: call i32 @_setjmp
165 // CHECK: call i32 @_setjmp
synchronized.m 16 // CHECK: call i32 @_setjmp
32 // CHECK: call i32 @_setjmp
  /bionic/libc/arch-mips/bionic/
_setjmp.S 1 /* $OpenBSD: _setjmp.S,v 1.4 2005/08/07 16:40:15 espie Exp $ */
37 * _setjmp, _longjmp (not restoring signal state)
40 * GPOFF and FRAMESIZE must be the same for both _setjmp and _longjmp!
58 LEAF(_setjmp, FRAMESZ)
60 SETUP_GP64(GPOFF, _setjmp)
121 END(_setjmp)
sigsetjmp.S 51 LA t9, _setjmp
  /external/llvm/test/Transforms/Mem2Reg/
2007-08-27-VolatileLoadsStores.ll 18 %tmp1 = call i32 @_setjmp( %struct.__jmp_buf_tag* getelementptr ([1 x %struct.__jmp_buf_tag]* @j, i32 0, i32 0) ) ; <i32> [#uses=1]
45 declare i32 @_setjmp(%struct.__jmp_buf_tag*) returns_twice
  /development/ndk/sources/android/libportable/arch-mips/
_setjmp.S 1 /* Derived from: $OpenBSD: _setjmp.S,v 1.4 2005/08/07 16:40:15 espie Exp $ */
38 * _setjmp, _longjmp (not restoring signal state)
41 * GPOFF and FRAMESIZE must be the same for both _setjmp and _longjmp!
61 SETUP_GP64(GPOFF, _setjmp)
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_amd64.S 192 .globl _setjmp
193 .type _setjmp, @function
194 _setjmp: label
216 .size _setjmp, .-_setjmp
  /external/clang/test/CodeGenObjCXX/
exceptions-legacy.mm 20 // CHECK-NEXT: [[T1:%.*]] = call i32 @_setjmp(i32* [[T0]])
59 // CHECK-NEXT: [[T1:%.*]] = call i32 @_setjmp(i32* [[T0]])
  /external/grub/stage2/
setjmp.S 47 * C library -- _setjmp, _longjmp
52 * _setjmp(a)
  /bionic/libc/arch-arm/
arm.mk 14 arch-arm/bionic/_setjmp.S \
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_dgux.h 72 #define _SETJMP setjmp
86 if(_SETJMP(CONTEXT(_thread))) (*_main)(); \
91 if (!_SETJMP(CONTEXT(_thread))) { \
_hpux.h 104 #define SAVE_CONTEXT(_th) _setjmp(CONTEXT(_th))
112 if (_setjmp(CONTEXT(_thread))) (*_main)(); \
118 if (!_setjmp(CONTEXT(_thread))) { \
_ncr.h 83 #define _SETJMP setjmp
97 if(_SETJMP(CONTEXT(_thread))) (*_main)(); \
102 if (!_SETJMP(CONTEXT(_thread))) { \
_nto.h 87 #define _SETJMP setjmp
102 if(_SETJMP(CONTEXT(_thread))) (*_main)(); \
107 if (!_SETJMP(CONTEXT(_thread))) { \
_qnx.h 79 #define _SETJMP setjmp
93 if(_SETJMP(CONTEXT(_thread))) (*_main)(); \
98 if (!_SETJMP(CONTEXT(_thread))) { \
_unixware.h 72 #define _SETJMP setjmp
86 if(_SETJMP(CONTEXT(_thread))) (*_main)(); \
91 if (!_SETJMP(CONTEXT(_thread))) { \
  /bionic/libc/include/
setjmp.h 51 int _setjmp(jmp_buf);

Completed in 796 milliseconds

1 2 3 4 5 6 7 8 910