Searched defs:setjmp (Results 1 - 5 of 5) sorted by relevance

/external/libunwind/src/setjmp/
H A Dsetjmp.c27 #include <setjmp.h>
31 /* Why use K&R syntax here? setjmp() is often a macro and that
33 libunwind-version of setjmp() with the name of the actual function.
34 Using K&R syntax lets us keep the setjmp() macro while keeping the
35 syntax valid... This trick works provided setjmp() doesn't do
39 setjmp (env) function
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_amd64.S166 .globl setjmp
167 .type setjmp, @function
168 setjmp: label
181 xor %fs:0x30, %rsi // magic mangling of rsp (see libc setjmp)
190 // tail jump to libc setjmp
195 .size setjmp, .-setjmp
213 xor %fs:0x30, %rsi // magic mangling of rsp (see libc setjmp)
222 // tail jump to libc setjmp
252 xor %fs:0x30, %rsi // magic mangling of rsp (see libc setjmp)
[all...]
/external/llvm/lib/CodeGen/
H A DIntrinsicLowering.cpp87 // 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", C
[all...]
/external/llvm/lib/Target/PowerPC/
H A DPPCCTRLoops.cpp243 // VisualStudio defines setjmp as _setjmp
244 #if defined(_MSC_VER) && defined(setjmp) && \
246 # pragma push_macro("setjmp")
247 # undef setjmp macro
251 case Intrinsic::setjmp:
255 # pragma pop_macro("setjmp")
/external/libvpx/libvpx/vpx/internal/
H A Dvpx_codec_internal.h418 #include <setjmp.h>
424 int setjmp; member in struct:vpx_internal_error_info

Completed in 7500 milliseconds