Home
last modified time | relevance | path

Searched refs:return_p (Results 1 – 25 of 30) sorted by relevance

12

/netbsd/external/gpl3/gcc/dist/gcc/config/nds32/
H A Dnds32-intrinsic.c164 if (return_p) in nds32_expand_unop_builtin()
170 if (return_p) in nds32_expand_unop_builtin()
191 if (return_p) in nds32_expand_unopimm_builtin()
200 if (return_p) in nds32_expand_unopimm_builtin()
223 if (return_p) in nds32_expand_binop_builtin()
230 if (return_p) in nds32_expand_binop_builtin()
253 if (return_p) in nds32_expand_binopimm_builtin()
263 if (return_p) in nds32_expand_binopimm_builtin()
288 if (return_p) in nds32_expand_triop_builtin()
296 if (return_p) in nds32_expand_triop_builtin()
[all …]
H A Dnds32-intrinsic.cc164 if (return_p) in nds32_expand_unop_builtin()
170 if (return_p) in nds32_expand_unop_builtin()
191 if (return_p) in nds32_expand_unopimm_builtin()
200 if (return_p) in nds32_expand_unopimm_builtin()
223 if (return_p) in nds32_expand_binop_builtin()
230 if (return_p) in nds32_expand_binop_builtin()
253 if (return_p) in nds32_expand_binopimm_builtin()
263 if (return_p) in nds32_expand_binopimm_builtin()
288 if (return_p) in nds32_expand_triop_builtin()
296 if (return_p) in nds32_expand_triop_builtin()
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/config/nds32/
H A Dnds32-intrinsic.c164 if (return_p) in nds32_expand_unop_builtin()
170 if (return_p) in nds32_expand_unop_builtin()
191 if (return_p) in nds32_expand_unopimm_builtin()
200 if (return_p) in nds32_expand_unopimm_builtin()
223 if (return_p) in nds32_expand_binop_builtin()
230 if (return_p) in nds32_expand_binop_builtin()
253 if (return_p) in nds32_expand_binopimm_builtin()
263 if (return_p) in nds32_expand_binopimm_builtin()
288 if (return_p) in nds32_expand_triop_builtin()
296 if (return_p) in nds32_expand_triop_builtin()
[all …]
/netbsd/external/gpl3/gcc/dist/gcc/c/
H A Dgimple-parser.c156 if (return_p) in c_parser_gimple_parse_bb_spec_edge_probability()
401 return return_p; in c_parser_gimple_compound_statement()
406 return return_p; 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()
514 return return_p; in c_parser_gimple_compound_statement()
528 return return_p; in c_parser_gimple_compound_statement()
562 return return_p; in c_parser_gimple_compound_statement()
569 return return_p; in c_parser_gimple_compound_statement()
[all …]
H A Dgimple-parser.cc156 if (return_p) in c_parser_gimple_parse_bb_spec_edge_probability()
405 return return_p; in c_parser_gimple_compound_statement()
410 return return_p; 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()
518 return return_p; in c_parser_gimple_compound_statement()
532 return return_p; in c_parser_gimple_compound_statement()
566 return return_p; in c_parser_gimple_compound_statement()
573 return return_p; in c_parser_gimple_compound_statement()
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/c/
H A Dgimple-parser.c156 if (return_p) in c_parser_gimple_parse_bb_spec_edge_probability()
401 return return_p; in c_parser_gimple_compound_statement()
406 return return_p; 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()
514 return return_p; in c_parser_gimple_compound_statement()
528 return return_p; in c_parser_gimple_compound_statement()
562 return return_p; in c_parser_gimple_compound_statement()
569 return return_p; in c_parser_gimple_compound_statement()
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dsupergraph.cc512 if (return_p ()) in dump_dot()
619 if (return_p ()) in get_start_location()
642 if (return_p ()) in get_end_location()
H A Dsupergraph.h226 bool return_p () const in return_p() function
H A Dengine.cc587 && 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/external/gpl3/gcc/dist/gcc/analyzer/
H A Dsupergraph.cc622 if (return_p ()) in dump_dot()
789 if (return_p ()) in get_start_location()
812 if (return_p ()) in get_end_location()
H A Dsupergraph.h243 bool return_p () const in return_p() function
H A Dengine.cc770 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/external/gpl3/gdb/dist/gdb/
H A Dutils.c1967 static int return_p = 0; in puts_debug() local
1972 return_p = 0; in puts_debug()
1976 if ((return_p || (strcmp (prev_prefix, prefix) != 0)) && !new_line) in puts_debug()
2030 return_p = ch == '\r'; in puts_debug()
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Dutils.c1967 static int return_p = 0; in puts_debug() local
1972 return_p = 0; in puts_debug()
1976 if ((return_p || (strcmp (prev_prefix, prefix) != 0)) && !new_line) in puts_debug()
2030 return_p = ch == '\r'; in puts_debug()
/netbsd/external/gpl3/gcc/dist/gcc/config/arc/
H A Darc.c3403 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
3694 if (return_p) in arc_restore_callee_milli()
3741 if (return_p) in arc_restore_callee_milli()
4041 return_p, in arc_expand_epilogue()
4043 if (return_p) in arc_expand_epilogue()
4054 return_p, in arc_expand_epilogue()
[all …]
H A Darc.cc3408 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
3699 if (return_p) in arc_restore_callee_milli()
3746 if (return_p) in arc_restore_callee_milli()
4046 return_p, in arc_expand_epilogue()
4048 if (return_p) in arc_expand_epilogue()
4059 return_p, in arc_expand_epilogue()
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/config/arc/
H A Darc.c3403 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
3694 if (return_p) in arc_restore_callee_milli()
3741 if (return_p) in arc_restore_callee_milli()
4041 return_p, in arc_expand_epilogue()
4043 if (return_p) in arc_expand_epilogue()
4054 return_p, in arc_expand_epilogue()
[all …]
/netbsd/external/gpl3/gcc/dist/gcc/config/h8300/
H A Dh8300.c659 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()
H A Dh8300.cc625 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/external/gpl3/gcc.old/dist/gcc/config/h8300/
H A Dh8300.c659 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/external/gpl3/gcc/dist/gcc/config/riscv/
H A Driscv.c2686 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()
H A Driscv.cc3041 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/external/gpl3/gcc.old/dist/gcc/config/riscv/
H A Driscv.c2686 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/external/gpl3/gcc/dist/gcc/config/loongarch/
H A Dloongarch.cc521 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/external/gpl3/gcc/dist/gcc/cp/
H A Dtypeck.cc10308 treat_lvalue_as_rvalue_p (tree expr, bool return_p) in treat_lvalue_as_rvalue_p() argument
10336 if (return_p) in treat_lvalue_as_rvalue_p()

12