Home | History | Annotate | Download | only in info

Lines Matching full:setjmp

3167      initialized or if a variable may be clobbered by a `setjmp' call.
3223 The compiler sees only the calls to `setjmp'. It cannot know
16200 * On some rare x86 targets, `setjmp' doesn't save the registers
18834 return from the function. Examples of such functions are `setjmp'
22917 variable the value it had at the time of the `setjmp'. On some
22919 register variables. To be portable, the function that called `setjmp'
36810 * When you use `setjmp' and `longjmp', the only automatic variables
36822 if (setjmp (j))
43660 * setjmp: Global Reg Vars. (line 66)
43661 * setjmp incompatibilities: Incompatibilities. (line 39)