Home | History | Annotate | Download | only in CBackend

Lines Matching defs:setjmp

56 // Some ms header decided to define setjmp as _setjmp, undo this for this file.
58 #undef setjmp
1460 << "#define setjmp _setjmp\n"
1693 Out << "#include <setjmp.h>\n"; // Unwind support
1791 if (I->getName() == "setjmp" ||
2847 case Intrinsic::setjmp:
3079 case Intrinsic::setjmp:
3080 Out << "setjmp(*(jmp_buf*)";