/system/extras/tests/bionic/libc/other/ |
test_jpeg.c | 40 #include <setjmp.h> 159 if (setjmp(errmgr.jumper) != 0) {
|
/external/llvm/utils/TableGen/ |
IntrinsicEmitter.cpp | 103 OS << "// VisualStudio defines setjmp as _setjmp\n" 104 "#if defined(_MSC_VER) && defined(setjmp) && \\\n" 106 "# pragma push_macro(\"setjmp\")\n" 107 "# undef setjmp\n" 115 "# pragma pop_macro(\"setjmp\")\n"
|
/external/chromium/chrome/browser/ |
chrome_browser_application_mac.mm | 88 // NSException is implemented in terms of setjmp()/longjmp(), 339 // NSException uses setjmp/longjmp, which can be very bad for C++, so 355 // sidestep scopers is setjmp/longjmp (see above). The following
|
/external/libvpx/vpx/internal/ |
vpx_codec_internal.h | 437 #include <setjmp.h> 443 int setjmp; member in struct:vpx_internal_error_info 468 if (info->setjmp)
|
/external/e2fsprogs/e2fsck/ |
e2fsck.h | 26 #include <setjmp.h> 169 #define E2F_FLAG_SETJMP_OK 0x0010 /* Setjmp valid for abort */
|
/external/llvm/lib/Analysis/ |
CodeMetrics.cpp | 193 // If this function contains a call that "returns twice" (e.g., setjmp or 196 // as volatile if they are live across a setjmp call, and they probably
|
/external/llvm/lib/Support/ |
CrashRecoveryContext.cpp | 16 #include <setjmp.h> 303 if (setjmp(CRCI->JumpBuffer) != 0) {
|
/external/opencv/otherlibs/highgui/ |
grfmt_pxm.cpp | 148 if( setjmp( m_strm.JmpBuf()) == 0 ) 230 if( setjmp( m_strm.JmpBuf()) == 0 )
|
grfmt_sunras.cpp | 100 if( setjmp( m_strm.JmpBuf()) == 0 ) 199 if( setjmp( m_strm.JmpBuf()) == 0 )
|
/external/valgrind/main/none/tests/ppc64/ |
tw_td.c | 4 #include <setjmp.h> 21 if (setjmp(env_sigtrap)) {
|
twi_tdi.c | 4 #include <setjmp.h> 21 if (setjmp(env_sigtrap)) {
|
/external/valgrind/main/tests/ |
s390x_features.c | 3 #include <setjmp.h> 52 if (setjmp(env)) {
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
reg-notes.def | 189 /* This kind of note is generated at each to `setjmp', and similar 191 REG_NOTE (SETJMP)
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
reg-notes.def | 189 /* This kind of note is generated at each to `setjmp', and similar 191 REG_NOTE (SETJMP)
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
reg-notes.def | 189 /* This kind of note is generated at each to `setjmp', and similar 191 REG_NOTE (SETJMP)
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
reg-notes.def | 189 /* This kind of note is generated at each to `setjmp', and similar 191 REG_NOTE (SETJMP)
|
/system/core/sh/ |
trap.c | 438 if (setjmp(loc1.loc)) { 441 if (setjmp(loc2.loc)) {
|
/development/ndk/platforms/android-3/arch-arm/symbols/ |
libc.so.functions.txt | 772 setjmp
|
/development/ndk/platforms/android-3/include/ |
pthread.h | 220 * closing braces, and that using setjmp/longjmp/return/break/continue
|
/development/ndk/platforms/android-5/arch-arm/symbols/ |
libc.so.functions.txt | 810 setjmp
|
/development/ndk/platforms/android-5/include/ |
pthread.h | 247 * closing braces, and that using setjmp/longjmp/return/break/continue
|
/development/ndk/platforms/android-8/include/ |
pthread.h | 252 * closing braces, and that using setjmp/longjmp/return/break/continue
|
/development/ndk/platforms/android-9/arch-mips/symbols/ |
libc.so.functions.txt | 745 setjmp
|
/development/ndk/platforms/android-9/arch-x86/symbols/ |
libc.so.functions.txt | 738 setjmp
|
/external/clang/test/Sema/ |
return.c | 200 #include <setjmp.h>
|