Home
last modified time | relevance | path

Searched refs:label_p (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Dgimplify.c1728 build_and_jump (tree *label_p) in build_and_jump() argument
1730 if (label_p == NULL) in build_and_jump()
1734 if (*label_p == NULL_TREE) in build_and_jump()
1737 *label_p = label; in build_and_jump()
1740 return build1 (GOTO_EXPR, void_type_node, *label_p); in build_and_jump()
H A Dc-typeck.c9150 c_finish_bc_stmt (location_t loc, tree *label_p, bool is_break) in c_finish_bc_stmt() argument
9153 tree label = *label_p; in c_finish_bc_stmt()
9167 *label_p = label = create_artificial_label (loc); in c_finish_bc_stmt()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dgimplify.c2494 build_and_jump (tree *label_p) in build_and_jump() argument
2496 if (label_p == NULL) in build_and_jump()
2500 if (*label_p == NULL_TREE) in build_and_jump()
2503 *label_p = label; in build_and_jump()
2506 return build1 (GOTO_EXPR, void_type_node, *label_p); in build_and_jump()
/dragonfly/contrib/gcc-8.0/gcc/c/
H A Dc-typeck.c10613 c_finish_bc_stmt (location_t loc, tree *label_p, bool is_break) in c_finish_bc_stmt() argument
10616 tree label = *label_p; in c_finish_bc_stmt()
10630 *label_p = label = create_artificial_label (loc); in c_finish_bc_stmt()