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

/freebsd-9.3-release/contrib/ncurses/ncurses/tty/
H A Dlib_mvcur.c110 * we'll consider nonlocal.
732 goto nonlocal;
746 (void) fputs("nonlocal\n", stderr);
747 goto nonlocal; /* always run the optimizer if profiling */
750 goto nonlocal;
835 nonlocal:
/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-structalias.c2502 /* Create a nonlocal variable of TYPE to represent nonlocals we can
2508 tree nonlocal = create_tmp_var_raw (type, "NONLOCAL"); local
2511 add_referenced_var (nonlocal);
2513 DECL_EXTERNAL (nonlocal) = 1;
2514 return nonlocal;
4114 putting it in the set of nonlocal vars. */
4212 putting it in the set of nonlocal vars. */
4332 /* Create variable info for the nonlocal var if it does not
/freebsd-9.3-release/contrib/gcc/config/s390/
H A Ds390.c6383 /* For nonlocal gotos all call-saved registers have to be saved.
8450 int nonlocal = 0;
8456 nonlocal = 1;
8652 else if (!nonlocal)
8674 if (nonlocal && flag_pic == 2)
8676 if (nonlocal)
8449 int nonlocal = 0; local

Completed in 201 milliseconds