/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | c-semantics.c | 309 if (TREE_CODE (destination) == LABEL_DECL) 314 if (TREE_CODE (destination) == LABEL_DECL) 389 else if (TREE_CODE (decl) == LABEL_DECL 841 && TREE_CODE (GOTO_DESTINATION (t)) == LABEL_DECL
|
H A D | c-objc-common.c | 123 if (TREE_CODE (t) != LABEL_DECL) 128 if (TREE_CODE (t) == LABEL_DECL
|
H A D | c-common.def | 80 /* Used to represent a 'label' statement. The operand is a LABEL_DECL 102 label. The CASE_LABEL_DECL is a LABEL_DECL for this node. */
|
H A D | print-tree.c | 323 && TREE_CODE (node) != LABEL_DECL) 349 if (TREE_CODE (node) == LABEL_DECL && DECL_TOO_LATE (node)) 351 if (TREE_CODE (node) == LABEL_DECL && DECL_ERROR_ISSUED (node))
|
H A D | langhooks.c | 342 || TREE_CODE (var) == LABEL_DECL
|
H A D | tree.def | 284 is a member of. For VAR_DECL, PARM_DECL, FUNCTION_DECL, LABEL_DECL, 296 They are unused in LABEL_DECL, TYPE_DECL and CONST_DECL nodes. 306 and whose body contains the function's statements.) For a LABEL_DECL 335 DEFTREECODE (LABEL_DECL, "label_decl", 'd', 0) 801 Operand 0 is the LABEL_DECL node for the label that appears here. 805 /* GOTO. Operand 0 is a LABEL_DECL node or an expression.
|
H A D | c-pretty-print.c | 516 case LABEL_DECL: 1132 case LABEL_DECL:
|
H A D | tree-inline.c | 430 if ((TREE_CODE (*tp) == VAR_DECL || TREE_CODE (*tp) == LABEL_DECL) 1266 id->ret_label = build_decl (LABEL_DECL, NULL_TREE, NULL_TREE);
|
/openbsd/gnu/gcc/gcc/ |
H A D | print-tree.c | 93 else if (TREE_CODE (node) == LABEL_DECL in print_node_brief() 239 else if (TREE_CODE (node) == LABEL_DECL in print_node() 348 && TREE_CODE (node) != LABEL_DECL in print_node() 370 if (TREE_CODE (node) == LABEL_DECL && DECL_ERROR_ISSUED (node)) in print_node()
|
H A D | ipa-utils.c | 220 && TREE_CODE (t) != LABEL_DECL in get_base_var()
|
H A D | c-pretty-print.c | 631 case LABEL_DECL: in pp_c_direct_declarator() 1024 case LABEL_DECL: in pp_c_primary_expression() 1229 case LABEL_DECL: in pp_c_id_expression() 1844 case LABEL_DECL: in pp_c_expression()
|
H A D | tree-gimple.c | 263 || TREE_CODE (t) == LABEL_DECL in is_gimple_id()
|
H A D | langhooks.c | 357 || TREE_CODE (var) == LABEL_DECL in lhd_tree_inlining_auto_var_in_fn_p()
|
H A D | tree-inline.c | 523 else if (TREE_CODE (*tp) == LABEL_DECL in copy_body_r() 1404 if (TREE_CODE (t) != LABEL_DECL) in inline_forbidden_p_1() 2476 || TREE_CODE (*tp) == LABEL_DECL) in unsave_r() 2683 if (TREE_CODE (copy) == LABEL_DECL) in copy_decl_no_change()
|
H A D | tree.def | 294 PARM_DECL, FUNCTION_DECL, LABEL_DECL, and CONST_DECL nodes, this 306 They are unused in LABEL_DECL, TYPE_DECL and CONST_DECL nodes. 316 and whose body contains the function's statements.) For a LABEL_DECL 345 DEFTREECODE (LABEL_DECL, "label_decl", tcc_declaration, 0) 806 Operand 0 is the LABEL_DECL node for the label that appears here. 810 /* GOTO. Operand 0 is a LABEL_DECL node or an expression. 847 label. CASE_LABEL is the corresponding LABEL_DECL. */
|
H A D | tree-nested.c | 997 if (TREE_CODE (GOTO_DESTINATION (t)) != LABEL_DECL) in convert_nonlocal_reference() 1005 case LABEL_DECL: in convert_nonlocal_reference() 1500 if (TREE_CODE (label) != LABEL_DECL) in convert_nl_goto_reference()
|
H A D | tree-cfgcleanup.c | 198 == LABEL_DECL))
|
H A D | print-rtl.c | 78 if (TREE_CODE (node) == LABEL_DECL && LABEL_DECL_UID (node) != -1) in print_decl_name()
|
H A D | tree.c | 250 tree_contains_struct[LABEL_DECL][TS_DECL_COMMON] = 1; in init_ttree() 259 tree_contains_struct[LABEL_DECL][TS_DECL_WRTL] = 1; in init_ttree() 268 tree_contains_struct[LABEL_DECL][TS_DECL_MINIMAL] = 1; in init_ttree() 288 tree_contains_struct[LABEL_DECL][TS_LABEL_DECL] = 1; in init_ttree() 327 case LABEL_DECL: in tree_code_size() 1884 case LABEL_DECL: case CONST_DECL: in expr_align() 1951 case LABEL_DECL: in staticp() 2113 case LABEL_DECL: in tree_node_structure()
|
H A D | tree-cfg.c | 1764 if (TREE_CODE (dest) == LABEL_DECL) in remove_useless_stmts_goto() 2134 && TREE_CODE (TREE_OPERAND (val, 0)) == LABEL_DECL) in find_taken_edge() 2518 && TREE_CODE (GOTO_DESTINATION (t)) != LABEL_DECL); in computed_goto_p() 2528 && TREE_CODE (GOTO_DESTINATION (t)) == LABEL_DECL); in simple_goto_p() 4626 if (TREE_CODE (t) == LABEL_DECL) in move_stmt_r() 4819 gcc_assert (TREE_CODE (decl) == LABEL_DECL); in new_label_mapper()
|
H A D | stmt.c | 134 gcc_assert (TREE_CODE (label) == LABEL_DECL); in label_rtx() 3035 tree test_label = build_decl (LABEL_DECL, NULL_TREE, NULL_TREE); in emit_case_nodes() 3157 test_label = build_decl (LABEL_DECL, NULL_TREE, NULL_TREE); in emit_case_nodes()
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
H A D | 20000914-1.c | 35 LABEL_DECL, enumerator
|
/openbsd/gnu/usr.bin/gcc/gcc/java/ |
H A D | expr.c | 1624 decl = build_decl (LABEL_DECL, name, 2629 build_decl (LABEL_DECL, NULL_TREE, NULL_TREE), 2642 build_decl (LABEL_DECL, NULL_TREE, NULL_TREE), NULL); 3092 label = build_decl (LABEL_DECL, NULL_TREE, NULL_TREE); \ 3096 label = build_decl (LABEL_DECL, NULL_TREE, NULL_TREE); \ 3115 label = build_decl (LABEL_DECL, NULL_TREE, NULL_TREE); \ 3119 label = build_decl (LABEL_DECL, NULL_TREE, NULL_TREE); \
|
/openbsd/gnu/gcc/gcc/cp/ |
H A D | error.c | 865 case LABEL_DECL: in dump_decl() 1329 case LABEL_DECL: in dump_expr() 1569 else if (TREE_CODE (TREE_OPERAND (t, 0)) == LABEL_DECL) in dump_expr()
|
/openbsd/gnu/usr.bin/gcc/gcc/cp/ |
H A D | semantics.c | 164 if (TREE_CODE (destination) == LABEL_DECL) 167 if (TREE_CODE (destination) != LABEL_DECL)
|