HomeSort by relevance Sort by last modified time
    Searched full:setjmp (Results 376 - 400 of 658) sorted by null

<<11121314151617181920>>

  /external/llvm/host/include/llvm/Config/
config.h 352 /* Define to 1 if you have the `setjmp' function. */
355 /* Define to 1 if you have the <setjmp.h> header file. */
  /external/llvm/include/llvm/CodeGen/
MachineFunction.h 127 /// ExposesReturnsTwice - True if the function calls setjmp or related
208 /// exposesReturnsTwice - Returns true if the function calls setjmp or
  /external/llvm/include/llvm/Config/
config.h.cmake 361 /* Define to 1 if you have the `setjmp' function. */
364 /* Define to 1 if you have the <setjmp.h> header file. */
config.h.in 358 /* Define to 1 if you have the `setjmp' function. */
361 /* Define to 1 if you have the <setjmp.h> header file. */
  /external/openssh/
ssh-keyscan.c 25 #include <setjmp.h>
259 if (!(j = setjmp(kexjmp))) {
  /external/clang/lib/CodeGen/
CGObjCMac.cpp     [all...]
  /external/zlib/src/contrib/puff/
puff.c 81 #include <setjmp.h> /* for setjmp(), longjmp(), and jmp_buf */
    [all...]
  /development/ndk/platforms/android-9/arch-mips/lib-bootstrap/
libc.so 
  /external/llvm/include/llvm/IR/
Function.h 447 /// setjmp or other function that gcc recognizes as "returning twice".
  /external/llvm/lib/Analysis/
ProfileVerifierPass.cpp 286 // Check if this block is a setjmp target.
  /external/llvm/lib/CodeGen/
StackSlotColoring.cpp 408 // If there are calls to setjmp or sigsetjmp, don't perform stack slot
  /external/qemu/distrib/sdl-1.2.15/
android-configure.sh 366 sdl_check_funcs vsnprintf iconv sigaction setjmp nanosleep
  /external/qemu/distrib/sdl-1.2.15/src/video/photon/
SDL_ph_events.c 27 #include <setjmp.h>
  /external/valgrind/main/coregrind/
m_libcsetjmp.c 3 /*--- A minimal setjmp/longjmp implementation. m_libcsetjmp.c ---*/
  /ndk/docs/system/libc/
CHANGES.html 89 - Support FP register save/load in setjmp()/longjmp() on ARMv7 builds.
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/lib/
libc.so 
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/lib/
libc.so 
  /prebuilts/ndk/7/platforms/android-8/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/lib/
libc.so 
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/lib/
libc.so 
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/lib/
libc.so 
  /system/core/sh/
histedit.c 295 if (setjmp(jmploc.loc)) {
  /system/extras/ext4_utils/
make_ext4fs.c 468 if (setjmp(setjmp_env))

Completed in 1096 milliseconds

<<11121314151617181920>>