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

/freebsd-11.0-release/contrib/gcc/
H A Dtree-cfgcleanup.c292 if (DECL_NONLOCAL (LABEL_EXPR_LABEL (stmt)))
402 && DECL_NONLOCAL (LABEL_EXPR_LABEL (label)))
650 && DECL_NONLOCAL (LABEL_EXPR_LABEL (label)))
H A Dtree-cfg.c868 || (DECL_NONLOCAL (target) && for_call))
1083 || DECL_NONLOCAL (label)
1216 && DECL_NONLOCAL (LABEL_EXPR_LABEL (stmt)))
1784 if (DECL_NONLOCAL (label))
2043 || DECL_NONLOCAL (LABEL_EXPR_LABEL (stmt))))
2051 if (DECL_NONLOCAL (LABEL_EXPR_LABEL (stmt)))
2053 DECL_NONLOCAL (LABEL_EXPR_LABEL (stmt)) = 0;
2576 if (DECL_NONLOCAL (LABEL_EXPR_LABEL (t))
2582 if (DECL_NONLOCAL (LABEL_EXPR_LABEL (prev_t)))
3720 if (prev_stmt && DECL_NONLOCAL (LABEL_EXPR_LABE
[all...]
H A Dipa-pure-const.c476 if (DECL_NONLOCAL (TREE_OPERAND (t, 0)))
H A Dgimple-low.c129 DECL_NONLOCAL (disp_label) = 1;
H A Dstmt.c148 if (FORCED_LABEL (label) || DECL_NONLOCAL (label))
230 if (DECL_NONLOCAL (label))
241 if (DECL_NONLOCAL (label) || FORCED_LABEL (label))
H A Dipa-reference.c560 if (DECL_NONLOCAL (TREE_OPERAND (t, 0)))
H A Dprint-tree.c342 if (DECL_NONLOCAL (node))
H A Dtree-nested.c1524 DECL_NONLOCAL (new_label) = 1;
1553 will involve installing a newly generated DECL_NONLOCAL label, and
H A Dtree-outof-ssa.c2133 if (!is_label || DECL_NONLOCAL (TREE_OPERAND (stmt, 0))
H A Dtree-inline.c1415 if (DECL_NONLOCAL (t))
H A Dtree-pretty-print.c1458 if (DECL_NONLOCAL (op0))
H A Dc-typeck.c2236 DECL_NONLOCAL (ref) = 1;
3338 && DECL_NONLOCAL (x))
H A Dtree.h2539 #define DECL_NONLOCAL(NODE) (DECL_COMMON_CHECK (NODE)->decl_common.nonlocal_flag)
2526 #define DECL_NONLOCAL macro
H A Dfold-const.c3843 && ! DECL_NONLOCAL (exp)
/freebsd-11.0-release/contrib/gcc/cp/
H A Ddecl2.c804 DECL_NONLOCAL (value) = 1;
H A Dsemantics.c2993 if (DECL_P (decl) && DECL_NONLOCAL (decl)
H A Dclass.c2889 DECL_NONLOCAL (x) = 1;
6255 DECL_NONLOCAL (value) = 1;

Completed in 326 milliseconds