HomeSort by relevance Sort by last modified time
    Searched defs:setjmp (Results 26 - 41 of 41) sorted by null

12

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
setjmp.h 20 * ISO C99 Standard: 7.13 Nonlocal jumps <setjmp.h>
30 #include <bits/setjmp.h> /* Get `__jmp_buf'. */
53 extern int setjmp (jmp_buf __env) __THROWNL;
69 # define setjmp(env) _setjmp (env) macro
71 /* We are in 4.3 BSD-compatibility mode in which `setjmp'
73 define a macro since ISO C says `setjmp' is one. */
74 # define setjmp(env) setjmp (env) macro
81 `setjmp' call there return VAL, or 1 if VAL is 0. */
122 #endif /* setjmp.h *
    [all...]
  /bionic/libc/arch-arm/bionic/
setjmp.S 58 // 0 sigflag/cookie setjmp cookie in top 31 bits, signal mask flag in low bit
78 ENTRY(setjmp) function
79 __BIONIC_WEAK_ASM_FOR_NATIVE_BRIDGE(setjmp)
82 END(setjmp)
134 // Save the setjmp cookie for later.
139 // Record the setjmp cookie and whether or not we're saving the signal mask.
253 // Save the return value/address and check the setjmp cookie.
  /bionic/libc/arch-x86/bionic/
setjmp.S 47 // 8 sigflag/cookie setjmp cookie in top 31 bits, signal mask flag in low bit
80 ENTRY(setjmp) function
81 __BIONIC_WEAK_ASM_FOR_NATIVE_BRIDGE(setjmp)
85 END(setjmp)
106 // Record the setjmp cookie and whether or not we're saving the signal mask.
126 // Fetch the setjmp cookie and clear the signal flag bit.
  /bionic/libc/arch-x86_64/bionic/
setjmp.S 51 // 8 sigflag/cookie setjmp cookie in top 31 bits, signal mask flag in low bit
93 ENTRY(setjmp) function
94 __BIONIC_WEAK_ASM_FOR_NATIVE_BRIDGE(setjmp)
97 END(setjmp)
113 // Record setjmp cookie and whether or not we're saving the signal mask.
175 // Fetch the setjmp cookie and clear the signal flag bit.
  /bionic/libc/arch-arm64/bionic/
setjmp.S 45 // 0 sigflag/cookie setjmp cookie in top 31 bits, signal mask flag in low bit
101 ENTRY(setjmp) function
102 __BIONIC_WEAK_ASM_FOR_NATIVE_BRIDGE(setjmp)
105 END(setjmp)
  /external/valgrind/android/aarch64/
setjmp.S 58 // 0 sigflag/cookie setjmp cookie in top 31 bits, signal mask flag in low bit
82 // int setjmp(jmp_buf env);
83 ENTRY(setjmp) function
102 END(setjmp)
  /external/llvm/lib/CodeGen/
IntrinsicLowering.cpp 87 // VisualStudio defines setjmp as _setjmp
88 #if defined(_MSC_VER) && defined(setjmp) && \
90 # pragma push_macro("setjmp")
91 # undef setjmp macro
101 case Intrinsic::setjmp:
102 EnsureFunctionExists(M, "setjmp", F.arg_begin(), F.arg_end(),
363 // The setjmp/longjmp intrinsics should only exist in the code if it was
366 // convert the call to an explicit setjmp or longjmp call.
367 case Intrinsic::setjmp: {
368 Value *V = ReplaceCallWith("setjmp", CI, CS.arg_begin(), CS.arg_end()
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 258 // VisualStudio defines setjmp as _setjmp
259 #if defined(_MSC_VER) && defined(setjmp) && \
261 # pragma push_macro("setjmp")
262 # undef setjmp macro
266 case Intrinsic::setjmp:
270 # pragma pop_macro("setjmp")
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
IntrinsicLowering.cpp 87 // VisualStudio defines setjmp as _setjmp
88 #if defined(_MSC_VER) && defined(setjmp) && \
90 # pragma push_macro("setjmp")
91 # undef setjmp macro
101 case Intrinsic::setjmp:
102 EnsureFunctionExists(M, "setjmp", I->arg_begin(), I->arg_end(),
363 // The setjmp/longjmp intrinsics should only exist in the code if it was
366 // convert the call to an explicit setjmp or longjmp call.
367 case Intrinsic::setjmp: {
368 Value *V = ReplaceCallWith("setjmp", CI, CS.arg_begin(), CS.arg_end()
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
LowerInvoke.cpp 22 // really expensive. It basically inserts setjmp/longjmp calls to emulate the
145 // VisualStudio defines setjmp as _setjmp
146 #if defined(_MSC_VER) && defined(setjmp) && \
148 # pragma push_macro("setjmp")
149 # undef setjmp macro
153 SetJmpFn = Intrinsic::getDeclaration(&M, Intrinsic::setjmp);
157 # pragma pop_macro("setjmp")
428 // inserts setjmp calls into the entries of functions with invoke instructions
432 // setjmp stuff on the early exit path. This requires a bit of dataflow, but
435 // If we have an invoke instruction, insert a setjmp that dominates al
    [all...]
  /external/libvpx/libvpx/vpx/internal/
vpx_codec_internal.h 419 #include <setjmp.h>
425 int setjmp; member in struct:vpx_internal_error_info
  /external/oj-libjdwp/src/share/back/
SDE.c 26 #include <setjmp.h>
32 /* use setjmp/longjmp versions that do not save/restore the signal mask */
33 #define setjmp _setjmp macro
155 if (setjmp(jmp_buf_env) == 0) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
setjmp.h 178 # define setjmp(BUF) _setjmp((BUF), mingw_getsp()) macro
180 # define setjmp(BUF) _setjmp((BUF), __builtin_frame_address (0)) macro
183 # define setjmp(BUF) _setjmp3((BUF), NULL) macro
188 # undef setjmp macro
191 # define setjmp(BUF) _setjmpex((BUF), mingw_getsp()) macro
194 # define setjmp(BUF) _setjmpex((BUF), __builtin_frame_address (0)) macro
198 # define setjmp(BUF) _setjmpex((BUF), NULL) macro
207 # define setjmp _setjmp macro
210 int __cdecl __attribute__ ((__nothrow__,__returns_twice__)) setjmp(jmp_buf _Buf);
  /external/swiftshader/third_party/LLVM/lib/Target/CBackend/
CBackend.cpp 56 // Some ms header decided to define setjmp as _setjmp, undo this for this file.
58 #undef setjmp macro
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Enquire/
Enquire.c 31 //#define NO_SIG 1 // Compiler doesn't support signal() or setjmp/longjmp()
222 signal(), or setjmp/longjmp() -DNO_SIG
486 Fixed definition of setjmp for -DNO_SIG
575 and to prevent variables being put in registers (when setjmp/longjmp
615 #include <setjmp.h> /* if this fails, define NO_SIG */
619 //#include <setjmp.h> /* if this fails, define NO_SIG */
647 #define Unexpected(place) if (setjmp(lab)!=0) croak(place)
730 #ifdef NO_SIG /* There's no signal(), or setjmp/longjmp() */
735 int setjmp ARGS((jmp_buf lab));
738 int setjmp(jmp_buf lab) { return(0); } function
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 4447 # undef setjmp macro
    [all...]

Completed in 622 milliseconds

12