Home | History | Annotate | Download | only in info

Lines Matching full:setjmp

3592      initialized or if a variable may be clobbered by a `setjmp' call.
3645 The compiler sees only the calls to `setjmp'. It cannot know
18328 * On some rare x86 targets, `setjmp' doesn't save the registers
21361 return from the function. Examples of such functions are `setjmp'
26129 variable the value it had at the time of the `setjmp'. On some
26131 register variables. To be portable, the function that called `setjmp'
41219 * When you use `setjmp' and `longjmp', the only automatic variables
41231 if (setjmp (j))
48439 * setjmp: Global Reg Vars. (line 66)
48440 * setjmp incompatibilities: Incompatibilities. (line 39)