/device/linaro/bootloader/edk2/StdLib/LibC/Main/ |
longjmp.c | 2 The longjmp function.
3 The C standard requires that longjmp be a function and not a macro.
17 void longjmp(jmp_buf env, int val)
function
|
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/ |
setjmp_h.pass.cpp | 18 static_assert((std::is_same<__typeof__(longjmp(jb, 0)), void>::value), 19 "std::is_same<__typeof__(longjmp(jb, 0)), void>::value");
|
/device/linaro/bootloader/edk2/StdLib/Include/ |
setjmp.h | 2 This file defines the macro setjmp, and declares the function longjmp
21 macro consists of information sufficient for a call to the longjmp function
30 later use by the longjmp function.
41 returns the value zero. If the return is from a call to the longjmp
43 of the second argument to the longjmp function.
47 /** The longjmp function restores the environment saved by the most recent
58 @return After longjmp is completed, program execution continues as if the
60 specified by val. The longjmp function cannot cause the setjmp macro to
63 extern void longjmp(jmp_buf env, int val);
|
/external/libcxx/test/std/depr/depr.c.headers/ |
setjmp_h.pass.cpp | 23 static_assert((std::is_same<decltype(longjmp(jb, 0)), void>::value), 24 "std::is_same<decltype(longjmp(jb, 0)), void>::value");
|
/external/libcxx/test/std/language.support/support.runtime/ |
csetjmp.pass.cpp | 23 static_assert((std::is_same<decltype(std::longjmp(jb, 0)), void>::value), 24 "std::is_same<decltype(std::longjmp(jb, 0)), void>::value");
|
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.runtime/ |
csetjmp.pass.cpp | 22 static_assert((std::is_same<__typeof__(std::longjmp(jb, 0)), void>::value), 23 "std::is_same<__typeof__(std::longjmp(jb, 0)), void>::value");
|
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/ |
setjmp_h.pass.cpp | 23 static_assert((std::is_same<decltype(longjmp(jb, 0)), void>::value), 24 "std::is_same<decltype(longjmp(jb, 0)), void>::value");
|
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/language.support/support.runtime/ |
csetjmp.pass.cpp | 23 static_assert((std::is_same<decltype(std::longjmp(jb, 0)), void>::value), 24 "std::is_same<decltype(std::longjmp(jb, 0)), void>::value");
|
/external/syslinux/com32/include/ |
setjmp.h | 21 __extern __noreturn longjmp(jmp_buf, int); 26 #define siglongjmp(__env, __val) longjmp(__env, __val)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/ |
setjmp2.h | 24 /* Variant of the longjmp functions which perform some sanity checking. */ 26 extern void __REDIRECT_NTH (longjmp, 38 # define longjmp __longjmp_chk macro
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/ |
setjmp2.h | 24 /* Variant of the longjmp functions which perform some sanity checking. */ 26 extern void __REDIRECT_NTHNL (longjmp, 38 # define longjmp __longjmp_chk macro
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/ |
setjmp2.h | 24 /* Variant of the longjmp functions which perform some sanity checking. */ 26 extern void __REDIRECT_NTHNL (longjmp, 38 # define longjmp __longjmp_chk macro
|
/prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/ |
_csetjmp.h | 60 using _STLP_VENDOR_CSTD::longjmp; 62 using ::longjmp;
|
/prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/ |
_csetjmp.h | 60 using _STLP_VENDOR_CSTD::longjmp; 62 using ::longjmp;
|
/prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/ |
_csetjmp.h | 60 using _STLP_VENDOR_CSTD::longjmp; 62 using ::longjmp;
|
/external/syslinux/com32/lib/x86_64/ |
setjmp.S | 4 # setjmp/longjmp for the x86-64 architecture 41 .globl longjmp 42 .type longjmp, @function 43 longjmp: label 54 .size longjmp,.-longjmp
|
/external/syslinux/com32/lib/i386/ |
setjmp.S | 4 * setjmp/longjmp for the i386 architecture 47 .globl longjmp 48 .type longjmp, @function 49 longjmp: label 63 .size longjmp,.-longjmp
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-spu/ |
ovl2.s | 15 .type longjmp,@function 16 longjmp: label 18 .size longjmp,.-longjmp 38 br longjmp
|
/prebuilts/ndk/r10/sources/cxx-stl/gabi++/include/ |
csetjmp | 48 using ::longjmp;
|
/prebuilts/ndk/r10/sources/cxx-stl/llvm-libc++/gabi++/include/ |
csetjmp | 48 using ::longjmp;
|
/prebuilts/ndk/r10/sources/cxx-stl/system/include/ |
csetjmp | 48 using ::longjmp;
|
/prebuilts/ndk/r11/sources/cxx-stl/gabi++/include/ |
csetjmp | 48 using ::longjmp;
|
/prebuilts/ndk/r11/sources/cxx-stl/system/include/ |
csetjmp | 48 using ::longjmp;
|
/prebuilts/ndk/r13/sources/cxx-stl/gabi++/include/ |
csetjmp | 48 using ::longjmp;
|
/prebuilts/ndk/r13/sources/cxx-stl/system/include/ |
csetjmp | 48 using ::longjmp;
|