Home
last modified time | relevance | path

Searched refs:LABEL_EXPR_LABEL (Results 1 – 21 of 21) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-gimplify.cc268 exit = build1 (GOTO_EXPR, void_type_node, LABEL_EXPR_LABEL (top)); in genericize_c_loop()
282 LABEL_EXPR_LABEL (entry)); in genericize_c_loop()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-decl.c9733 && (DECL_CONTEXT (LABEL_EXPR_LABEL (*tp)) == NULL_TREE in set_labels_context_r()
9734 || DECL_CONTEXT (LABEL_EXPR_LABEL (*tp)) == DECL_CONTEXT (ctx))) in set_labels_context_r()
9736 DECL_CONTEXT (LABEL_EXPR_LABEL (*tp)) = ctx; in set_labels_context_r()
H A Dc-typeck.c11055 exit = build_and_jump (&LABEL_EXPR_LABEL (top)); in c_finish_loop()
11067 t = build_and_jump (&LABEL_EXPR_LABEL (entry)); in c_finish_loop()
H A Dc-parser.c5924 FALLTHROUGH_LABEL_P (LABEL_EXPR_LABEL (label)) = fallthrough_p; in c_parser_label()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-decl.cc10130 && (DECL_CONTEXT (LABEL_EXPR_LABEL (*tp)) == NULL_TREE in set_labels_context_r()
10131 || DECL_CONTEXT (LABEL_EXPR_LABEL (*tp)) == DECL_CONTEXT (ctx))) in set_labels_context_r()
10133 DECL_CONTEXT (LABEL_EXPR_LABEL (*tp)) = ctx; in set_labels_context_r()
H A Dc-parser.cc5942 FALLTHROUGH_LABEL_P (LABEL_EXPR_LABEL (label)) = fallthrough_p; in c_parser_label()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgimplify.c2577 gcc_assert (decl_function_context (LABEL_EXPR_LABEL (*expr_p)) in gimplify_label_expr()
2580 tree label = LABEL_EXPR_LABEL (*expr_p); in gimplify_label_expr()
3861 end_label = LABEL_EXPR_LABEL (t); in shortcut_cond_expr()
13883 label = LABEL_EXPR_LABEL (*expr_p); in gimplify_expr()
H A Dtree.h1309 #define LABEL_EXPR_LABEL(NODE) TREE_OPERAND (LABEL_EXPR_CHECK (NODE), 0) macro
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimplify.cc2800 gcc_assert (decl_function_context (LABEL_EXPR_LABEL (*expr_p)) in gimplify_label_expr()
2803 tree label = LABEL_EXPR_LABEL (*expr_p); in gimplify_label_expr()
4100 end_label = LABEL_EXPR_LABEL (t); in shortcut_cond_expr()
15344 label = LABEL_EXPR_LABEL (*expr_p); in gimplify_expr()
H A Dtree.h1338 #define LABEL_EXPR_LABEL(NODE) TREE_OPERAND (LABEL_EXPR_CHECK (NODE), 0) macro
H A DChangeLog.tree-ssa15316 (LABEL_EXPR_LABEL): Define.
H A DChangeLog-200524246 * tree-cfg.c (tree_verify_flow_info): Use LABEL_EXPR_LABEL.
H A DChangeLog-200434015 COND_EXPR_THEN, COND_EXPR_ELSE, LABEL_EXPR_LABEL,
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dconstexpr.cc6130 && LABEL_EXPR_LABEL (stmt) == *jump_target) in label_matches()
9617 t = LABEL_EXPR_LABEL (t); in potential_constant_expression_1()
H A Dpt.cc19007 tree decl = LABEL_EXPR_LABEL (t); in tsubst_expr()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dconstexpr.c5339 && LABEL_EXPR_LABEL (stmt) == *jump_target) in label_matches()
H A Dpt.c18395 tree decl = LABEL_EXPR_LABEL (t); in tsubst_expr()
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dgeneric.texi2054 statement can be obtained with the @code{LABEL_EXPR_LABEL} macro. The
H A Dgccint.info11744 statement can be obtained with the 'LABEL_EXPR_LABEL' macro. The
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dgeneric.texi2002 statement can be obtained with the @code{LABEL_EXPR_LABEL} macro. The
H A Dgccint.info11334 statement can be obtained with the 'LABEL_EXPR_LABEL' macro. The