/netbsd-src/external/gpl3/gcc/dist/gcc/config/nds32/ |
H A D | nds32-intrinsic.cc | 158 bool return_p) in nds32_expand_unop_builtin() argument 162 int op0_num = return_p ? 1 : 0; in nds32_expand_unop_builtin() 164 if (return_p) in nds32_expand_unop_builtin() 170 if (return_p) in nds32_expand_unop_builtin() 185 bool return_p, const char *name) in nds32_expand_unopimm_builtin() argument 189 int op0_num = return_p ? 1 : 0; in nds32_expand_unopimm_builtin() 191 if (return_p) in nds32_expand_unopimm_builtin() 200 if (return_p) in nds32_expand_unopimm_builtin() 215 bool return_p) in nds32_expand_binop_builtin() argument 220 int op0_num = return_p ? 1 : 0; in nds32_expand_binop_builtin() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nds32/ |
H A D | nds32-intrinsic.c | 158 bool return_p) in nds32_expand_unop_builtin() argument 162 int op0_num = return_p ? 1 : 0; in nds32_expand_unop_builtin() 164 if (return_p) in nds32_expand_unop_builtin() 170 if (return_p) in nds32_expand_unop_builtin() 185 bool return_p, const char *name) in nds32_expand_unopimm_builtin() argument 189 int op0_num = return_p ? 1 : 0; in nds32_expand_unopimm_builtin() 191 if (return_p) in nds32_expand_unopimm_builtin() 200 if (return_p) in nds32_expand_unopimm_builtin() 215 bool return_p) in nds32_expand_binop_builtin() argument 220 int op0_num = return_p ? 1 : 0; in nds32_expand_binop_builtin() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | gimple-parser.c | 155 bool return_p = c_parser_gimple_parse_bb_spec (val, index); in c_parser_gimple_parse_bb_spec_edge_probability() local 156 if (return_p) in c_parser_gimple_parse_bb_spec_edge_probability() 383 bool return_p = false; in c_parser_gimple_compound_statement() local 401 return return_p; in c_parser_gimple_compound_statement() 406 return return_p; in c_parser_gimple_compound_statement() 434 return return_p; in c_parser_gimple_compound_statement() 439 return_p = true; in c_parser_gimple_compound_statement() 443 return return_p; in c_parser_gimple_compound_statement() 475 return return_p; in c_parser_gimple_compound_statement() 479 return return_p; in c_parser_gimple_compound_statement() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | gimple-parser.cc | 155 bool return_p = c_parser_gimple_parse_bb_spec (val, index); in c_parser_gimple_parse_bb_spec_edge_probability() local 156 if (return_p) in c_parser_gimple_parse_bb_spec_edge_probability() 387 bool return_p = false; in c_parser_gimple_compound_statement() local 405 return return_p; in c_parser_gimple_compound_statement() 410 return return_p; in c_parser_gimple_compound_statement() 438 return return_p; in c_parser_gimple_compound_statement() 443 return_p = true; in c_parser_gimple_compound_statement() 447 return return_p; in c_parser_gimple_compound_statement() 479 return return_p; in c_parser_gimple_compound_statement() 483 return return_p; in c_parser_gimple_compound_statement() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
H A D | supergraph.cc | 512 if (return_p ()) in dump_dot() 619 if (return_p ()) in get_start_location() 642 if (return_p ()) in get_end_location()
|
H A D | supergraph.h | 226 bool return_p () const in return_p() function
|
H A D | engine.cc | 587 && m_enode_for_diag->get_supernode ()->return_p ()) in on_state_leak() 1342 gcc_assert (get_point ().get_supernode ()->return_p ()); in detect_leaks() 2557 if (point.get_supernode ()->return_p ()) in process_node()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/ |
H A D | supergraph.cc | 622 if (return_p ()) in dump_dot() 789 if (return_p ()) in get_start_location() 812 if (return_p ()) in get_end_location()
|
H A D | supergraph.h | 243 bool return_p () const in return_p() function
|
H A D | engine.cc | 770 if (iter->return_p ()) in returning_from_function_p() 1746 gcc_assert (get_point ().get_supernode ()->return_p ()); in detect_leaks() 3924 if (point.get_supernode ()->return_p ()) in process_node()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arc/ |
H A D | arc.cc | 3408 bool return_p, in arc_restore_callee_leave() argument 3426 + (return_p ? 1 : 0))); in arc_restore_callee_leave() 3429 if (return_p) in arc_restore_callee_leave() 3492 if (return_p) in arc_restore_callee_leave() 3658 bool return_p, in arc_restore_callee_milli() argument 3695 insn = gen_rtx_PARALLEL (VOIDmode, rtvec_alloc ((return_p ? 1 : 0) in arc_restore_callee_milli() 3699 if (return_p) in arc_restore_callee_milli() 3746 if (return_p) in arc_restore_callee_milli() 3765 if (restore_blink && !return_p) in arc_restore_callee_milli() 3947 bool return_p = !sibcall_p && fn_type == ARC_FUNCTION_NORMAL in arc_expand_epilogue() local [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arc/ |
H A D | arc.c | 3403 bool return_p, in arc_restore_callee_leave() argument 3421 + (return_p ? 1 : 0))); in arc_restore_callee_leave() 3424 if (return_p) in arc_restore_callee_leave() 3487 if (return_p) in arc_restore_callee_leave() 3653 bool return_p, in arc_restore_callee_milli() argument 3690 insn = gen_rtx_PARALLEL (VOIDmode, rtvec_alloc ((return_p ? 1 : 0) in arc_restore_callee_milli() 3694 if (return_p) in arc_restore_callee_milli() 3741 if (return_p) in arc_restore_callee_milli() 3760 if (restore_blink && !return_p) in arc_restore_callee_milli() 3942 bool return_p = !sibcall_p && fn_type == ARC_FUNCTION_NORMAL in arc_expand_epilogue() local [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/h8300/ |
H A D | h8300.cc | 625 h8300_push_pop (int regno, int nregs, bool pop_p, bool return_p) in h8300_push_pop() argument 632 if (!return_p && nregs == 1) in h8300_push_pop() 643 vec = rtvec_alloc ((return_p ? 1 : 0) + nregs + 1); in h8300_push_pop() 648 if (return_p) in h8300_push_pop() 684 if (return_p) in h8300_push_pop()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/h8300/ |
H A D | h8300.c | 659 h8300_push_pop (int regno, int nregs, bool pop_p, bool return_p) in h8300_push_pop() argument 666 if (!return_p && nregs == 1) in h8300_push_pop() 677 vec = rtvec_alloc ((return_p ? 1 : 0) + nregs + 1); in h8300_push_pop() 682 if (return_p) in h8300_push_pop() 718 if (return_p) in h8300_push_pop()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/riscv/ |
H A D | riscv.c | 2686 bool return_p) in riscv_get_arg_info() argument 2689 unsigned fpr_base = return_p ? FP_RETURN : FP_ARG_FIRST; in riscv_get_arg_info() 2690 unsigned gpr_base = return_p ? GP_RETURN : GP_ARG_FIRST; in riscv_get_arg_info() 2773 if (info->num_gprs || return_p) in riscv_get_arg_info()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/riscv/ |
H A D | riscv.cc | 3041 bool return_p) in riscv_get_arg_info() argument 3044 unsigned fpr_base = return_p ? FP_RETURN : FP_ARG_FIRST; in riscv_get_arg_info() 3045 unsigned gpr_base = return_p ? GP_RETURN : GP_ARG_FIRST; in riscv_get_arg_info() 3128 if (info->num_gprs || return_p) in riscv_get_arg_info()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/loongarch/ |
H A D | loongarch.cc | 521 const_tree type, bool named, bool return_p) in loongarch_get_arg_info() argument 524 unsigned fpr_base = return_p ? FP_RETURN : FP_ARG_FIRST; in loongarch_get_arg_info() 525 unsigned gpr_base = return_p ? GP_RETURN : GP_ARG_FIRST; in loongarch_get_arg_info() 611 if (info->num_gprs || return_p) in loongarch_get_arg_info()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | typeck.cc | 10318 treat_lvalue_as_rvalue_p (tree expr, bool return_p) in treat_lvalue_as_rvalue_p() argument 10346 if (return_p) in treat_lvalue_as_rvalue_p()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/sparc/ |
H A D | sparc.c | 4047 eligible_for_restore_insn (rtx trial, bool return_p) in eligible_for_restore_insn() argument 4091 else if (return_p && TARGET_V9 && !epilogue_renumber (&pat, 1)) in eligible_for_restore_insn()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/sparc/ |
H A D | sparc.cc | 4043 eligible_for_restore_insn (rtx trial, bool return_p) in eligible_for_restore_insn() argument 4087 else if (return_p && TARGET_V9 && !epilogue_renumber (&pat, 1)) in eligible_for_restore_insn()
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
H A D | ChangeLog-1998 | 4880 (puts_debug): Change 'carriage_return' local variable to return_p
|
/netbsd-src/external/gpl3/gdb/dist/gdb/ |
H A D | ChangeLog-1998 | 4880 (puts_debug): Change 'carriage_return' local variable to return_p
|