Home
last modified time | relevance | path

Searched defs:jump_target (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dconstexpr.c1710 tree jump_target = NULL_TREE; in cxx_eval_call_expression() local
2106 tree *jump_target) in cxx_eval_conditional_expression()
3839 returns (tree *jump_target) in returns()
3848 breaks (tree *jump_target) in breaks()
3857 continues (tree *jump_target) in continues()
3865 switches (tree *jump_target) in switches()
3876 label_matches (const constexpr_ctx *ctx, tree *jump_target, tree stmt) in label_matches()
3924 tree *jump_target) in cxx_eval_statement_list()
3968 tree *jump_target) in cxx_eval_loop_expr()
4014 tree *jump_target) in cxx_eval_switch_expr()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
H A Dresource.c423 rtx *jump_target, int jump_count, in find_dead_or_set_registers()
887 rtx jump_target; in mark_target_live_regs() local
/dragonfly/contrib/gcc-8.0/gcc/
H A Dresource.c420 rtx *jump_target, int jump_count, in find_dead_or_set_registers()
890 rtx jump_target; in mark_target_live_regs() local
H A Drtl.h1846 inline rtx_code_label *rtx_jump_insn::jump_target () const in jump_target() function