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

/freebsd-9.3-release/contrib/gcc/
H A Dtree-eh.c1444 tree out_label;
1459 out_label = NULL;
1480 if (!out_label)
1481 out_label = create_artificial_label ();
1483 x = build1 (GOTO_EXPR, void_type_node, out_label);
1491 frob_into_branch_around (tp, NULL, out_label);
1439 tree out_label; local

Completed in 44 milliseconds