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

12

  /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) {
  /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 1995 milliseconds

12