Searched refs:nonlocal (Results 1 - 8 of 8) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dnestfunc-6.c1 /* Test that the GP gets properly restored, either by the nonlocal
13 __label__ nonlocal; local
16 goto nonlocal;
23 nonlocal:
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/torture/stackalign/
H A Dnested-6.c12 __label__ nonlocal; local
15 goto nonlocal;
22 nonlocal:
/haiku-buildtools/gcc/gcc/
H A Dtree-ssa-alias.h36 unsigned int nonlocal : 1;
51 /* Nonzero if the vars bitmap includes a variable included in 'nonlocal'. */
H A Dtree-ssa-structalias.c3935 /* Add *tem = nonlocal, do not add *tem = callused as
3980 /* Regular functions return nonlocal memory. */
4125 /* Pure functions may return call-used and nonlocal memory. */
4478 and otherwise are just all nonlocal variables. */
5788 /* In non-IPA mode the initializer from nonlocal is all we need. */
5799 /* For escaped variables initialize them from nonlocal. */
6117 pt->nonlocal = 1;
6120 pt->nonlocal = 1;
6269 dest->nonlocal |= src->nonlocal;
[all...]
H A Dtarghooks.c1186 return !pi || pi->pt.anything || pi->pt.nonlocal;
H A Dtree-ssa-alias.c487 if (pt->nonlocal)
505 fprintf (file, " (nonlocal, escaped heap)");
508 fprintf (file, " (nonlocal, escaped)");
510 fprintf (file, " (nonlocal)");
H A Dgimple-pretty-print.c637 if (pt->nonlocal)
638 pp_string (buffer, "nonlocal ");
660 pp_string (buffer, " (nonlocal, escaped heap)");
663 pp_string (buffer, " (nonlocal, escaped)");
665 pp_string (buffer, " (nonlocal)");
/haiku-buildtools/gcc/gcc/config/s390/
H A Ds390.c9053 /* For nonlocal gotos all call-saved registers have to be saved.
12039 int nonlocal = 0;
12048 nonlocal = 1;
12244 else if (!nonlocal)
12266 if (nonlocal && flag_pic == 2)
12268 if (nonlocal)
12038 int nonlocal = 0; local

Completed in 121 milliseconds