Lines Matching full:setjmp
2702 initialized or if a variable may be clobbered by a `setjmp' call.
2762 The compiler sees only the calls to `setjmp'. It cannot know
13962 * On some rare x86 targets, `setjmp' doesn't save the registers
16146 return from the function. Examples of such functions are `setjmp'
19815 variable the value it had at the time of the `setjmp'. On some
19817 register variables. To be portable, the function that called `setjmp'
26746 * When you use `setjmp' and `longjmp', the only automatic variables
26758 if (setjmp (j))
32796 * setjmp: Global Reg Vars. (line 66)
32797 * setjmp incompatibilities: Incompatibilities. (line 39)