Home
last modified time | relevance | path

Searched refs:constp (Results 1 – 25 of 46) sorted by relevance

12

/netbsd/external/gpl3/gcc.old/dist/gcc/config/sh/
H A Dsh-mem.cc55 int constp = (CONST_INT_P (operands[2])); in expand_block_move() local
56 int bytes = (constp ? INTVAL (operands[2]) : 0); in expand_block_move()
58 if (! constp) in expand_block_move()
357 int constp = CONST_INT_P (operands[3]); in sh_expand_cmpnstr() local
358 HOST_WIDE_INT bytes = constp ? INTVAL (operands[3]) : 0; in sh_expand_cmpnstr()
364 if (constp && bytes >= 0 && bytes < 32) in sh_expand_cmpnstr()
/netbsd/external/gpl3/gcc/dist/gcc/config/sh/
H A Dsh-mem.cc55 int constp = (CONST_INT_P (operands[2])); in expand_block_move() local
56 int bytes = (constp ? INTVAL (operands[2]) : 0); in expand_block_move()
58 if (! constp) in expand_block_move()
357 int constp = CONST_INT_P (operands[3]); in sh_expand_cmpnstr() local
358 HOST_WIDE_INT bytes = constp ? INTVAL (operands[3]) : 0; in sh_expand_cmpnstr()
364 if (constp && bytes >= 0 && bytes < 32) in sh_expand_cmpnstr()
/netbsd/external/gpl3/binutils/dist/binutils/
H A Dprdbg.c1405 bool constp, bool volatilep, in pr_class_method_variant() argument
1421 if (constp) in pr_class_method_variant()
1485 bool constp, bool volatilep) in pr_class_static_method_variant() argument
1500 if (constp) in pr_class_static_method_variant()
2256 bool constp, bool volatilep, in tg_class_method_variant() argument
2274 if (constp) in tg_class_method_variant()
2336 bool constp, bool volatilep) in tg_class_static_method_variant() argument
2352 if (constp) in tg_class_static_method_variant()
H A Ddebug.c338 bool constp; member
1779 bool constp, bool volatilep, in debug_make_method_variant() argument
1790 m->constp = constp; in debug_make_method_variant()
1806 bool constp, bool volatilep) in debug_make_static_method_variant() argument
1816 m->constp = constp; in debug_make_static_method_variant()
2790 v->constp, in debug_write_class_type()
2801 v->constp, in debug_write_class_type()
3360 || v1->constp != v2->constp in debug_class_type_samep()
H A Dstabs.c2715 bool constp, volatilep, staticp; in parse_stab_members() local
2774 constp = false; in parse_stab_members()
2784 constp = true; in parse_stab_members()
2794 constp = true; in parse_stab_members()
2903 constp, volatilep, &physname); in parse_stab_members()
2919 constp, volatilep, in parse_stab_members()
2926 constp, in parse_stab_members()
3014 const_prefix = constp ? "C" : ""; in parse_stab_argtypes()
4950 constp = false; in stab_demangle_fund_type()
4961 constp = true; in stab_demangle_fund_type()
[all …]
H A Dwrstabs.c1651 bool staticp, bool constp, in stab_class_method_var() argument
1690 if (constp) in stab_class_method_var()
1742 bool constp, bool volatilep, in stab_class_method_variant() argument
1747 return stab_class_method_var (info, physname, visibility, false, constp, in stab_class_method_variant()
1756 bool constp, bool volatilep) in stab_class_static_method_variant() argument
1760 return stab_class_method_var (info, physname, visibility, true, constp, in stab_class_static_method_variant()
/netbsd/external/gpl3/gdb/dist/binutils/
H A Dprdbg.c1444 bfd_boolean constp, bfd_boolean volatilep, in pr_class_method_variant() argument
1460 if (constp) in pr_class_method_variant()
1524 bfd_boolean constp, bfd_boolean volatilep) in pr_class_static_method_variant() argument
1539 if (constp) in pr_class_static_method_variant()
2295 bfd_boolean constp, bfd_boolean volatilep, in tg_class_method_variant() argument
2313 if (constp) in tg_class_method_variant()
2375 bfd_boolean constp, bfd_boolean volatilep) in tg_class_static_method_variant() argument
2391 if (constp) in tg_class_static_method_variant()
H A Ddebug.c338 bfd_boolean constp; member
1779 bfd_boolean constp, bfd_boolean volatilep, in debug_make_method_variant() argument
1790 m->constp = constp; in debug_make_method_variant()
1806 bfd_boolean constp, bfd_boolean volatilep) in debug_make_static_method_variant() argument
1816 m->constp = constp; in debug_make_static_method_variant()
2781 v->constp, in debug_write_class_type()
2792 v->constp, in debug_write_class_type()
3351 || v1->constp != v2->constp in debug_class_type_samep()
H A Dstabs.c2712 bfd_boolean constp, volatilep, staticp; in parse_stab_members() local
2771 constp = FALSE; in parse_stab_members()
2781 constp = TRUE; in parse_stab_members()
2791 constp = TRUE; in parse_stab_members()
2900 constp, volatilep, &physname); in parse_stab_members()
2916 constp, volatilep, in parse_stab_members()
2923 constp, in parse_stab_members()
3011 const_prefix = constp ? "C" : ""; in parse_stab_argtypes()
4948 constp = FALSE; in stab_demangle_fund_type()
4959 constp = TRUE; in stab_demangle_fund_type()
[all …]
H A Dwrstabs.c1651 bfd_boolean staticp, bfd_boolean constp, in stab_class_method_var() argument
1690 if (constp) in stab_class_method_var()
1742 bfd_boolean constp, bfd_boolean volatilep, in stab_class_method_variant() argument
1747 return stab_class_method_var (info, physname, visibility, FALSE, constp, in stab_class_method_variant()
1756 bfd_boolean constp, bfd_boolean volatilep) in stab_class_static_method_variant() argument
1760 return stab_class_method_var (info, physname, visibility, TRUE, constp, in stab_class_static_method_variant()
/netbsd/external/gpl3/binutils.old/dist/binutils/
H A Dprdbg.c1444 bfd_boolean constp, bfd_boolean volatilep, in pr_class_method_variant() argument
1460 if (constp) in pr_class_method_variant()
1524 bfd_boolean constp, bfd_boolean volatilep) in pr_class_static_method_variant() argument
1539 if (constp) in pr_class_static_method_variant()
2295 bfd_boolean constp, bfd_boolean volatilep, in tg_class_method_variant() argument
2313 if (constp) in tg_class_method_variant()
2375 bfd_boolean constp, bfd_boolean volatilep) in tg_class_static_method_variant() argument
2391 if (constp) in tg_class_static_method_variant()
H A Ddebug.c338 bfd_boolean constp; member
1779 bfd_boolean constp, bfd_boolean volatilep, in debug_make_method_variant() argument
1790 m->constp = constp; in debug_make_method_variant()
1806 bfd_boolean constp, bfd_boolean volatilep) in debug_make_static_method_variant() argument
1816 m->constp = constp; in debug_make_static_method_variant()
2781 v->constp, in debug_write_class_type()
2792 v->constp, in debug_write_class_type()
3349 || v1->constp != v2->constp in debug_class_type_samep()
H A Dstabs.c2713 bfd_boolean constp, volatilep, staticp; in parse_stab_members() local
2772 constp = FALSE; in parse_stab_members()
2782 constp = TRUE; in parse_stab_members()
2792 constp = TRUE; in parse_stab_members()
2901 constp, volatilep, &physname); in parse_stab_members()
2917 constp, volatilep, in parse_stab_members()
2924 constp, in parse_stab_members()
3015 const_prefix = constp ? "C" : ""; in parse_stab_argtypes()
4954 constp = FALSE; in stab_demangle_fund_type()
4965 constp = TRUE; in stab_demangle_fund_type()
[all …]
H A Dwrstabs.c1641 bfd_boolean staticp, bfd_boolean constp, in stab_class_method_var() argument
1679 if (constp) in stab_class_method_var()
1731 bfd_boolean constp, bfd_boolean volatilep, in stab_class_method_variant() argument
1736 return stab_class_method_var (info, physname, visibility, FALSE, constp, in stab_class_method_variant()
1745 bfd_boolean constp, bfd_boolean volatilep) in stab_class_static_method_variant() argument
1749 return stab_class_method_var (info, physname, visibility, TRUE, constp, in stab_class_static_method_variant()
/netbsd/external/gpl3/gdb.old/dist/binutils/
H A Dprdbg.c1444 bfd_boolean constp, bfd_boolean volatilep, in pr_class_method_variant() argument
1460 if (constp) in pr_class_method_variant()
1524 bfd_boolean constp, bfd_boolean volatilep) in pr_class_static_method_variant() argument
1539 if (constp) in pr_class_static_method_variant()
2295 bfd_boolean constp, bfd_boolean volatilep, in tg_class_method_variant() argument
2313 if (constp) in tg_class_method_variant()
2375 bfd_boolean constp, bfd_boolean volatilep) in tg_class_static_method_variant() argument
2391 if (constp) in tg_class_static_method_variant()
H A Ddebug.c338 bfd_boolean constp; member
1779 bfd_boolean constp, bfd_boolean volatilep, in debug_make_method_variant() argument
1790 m->constp = constp; in debug_make_method_variant()
1806 bfd_boolean constp, bfd_boolean volatilep) in debug_make_static_method_variant() argument
1816 m->constp = constp; in debug_make_static_method_variant()
2781 v->constp, in debug_write_class_type()
2792 v->constp, in debug_write_class_type()
3351 || v1->constp != v2->constp in debug_class_type_samep()
H A Dstabs.c2712 bfd_boolean constp, volatilep, staticp; in parse_stab_members() local
2771 constp = FALSE; in parse_stab_members()
2781 constp = TRUE; in parse_stab_members()
2791 constp = TRUE; in parse_stab_members()
2900 constp, volatilep, &physname); in parse_stab_members()
2916 constp, volatilep, in parse_stab_members()
2923 constp, in parse_stab_members()
3011 const_prefix = constp ? "C" : ""; in parse_stab_argtypes()
4948 constp = FALSE; in stab_demangle_fund_type()
4959 constp = TRUE; in stab_demangle_fund_type()
[all …]
H A Dwrstabs.c1651 bfd_boolean staticp, bfd_boolean constp, in stab_class_method_var() argument
1690 if (constp) in stab_class_method_var()
1742 bfd_boolean constp, bfd_boolean volatilep, in stab_class_method_variant() argument
1747 return stab_class_method_var (info, physname, visibility, FALSE, constp, in stab_class_method_variant()
1756 bfd_boolean constp, bfd_boolean volatilep) in stab_class_static_method_variant() argument
1760 return stab_class_method_var (info, physname, visibility, TRUE, constp, in stab_class_static_method_variant()
/netbsd/external/gpl3/gcc/dist/gcc/config/m32r/
H A Dm32r.c2520 int constp = CONST_INT_P (bytes_rtx); in m32r_expand_block_move() local
2521 HOST_WIDE_INT bytes = constp ? INTVAL (bytes_rtx) : 0; in m32r_expand_block_move()
2527 if (constp && bytes <= 0) in m32r_expand_block_move()
2540 if (optimize_size || ! constp || align != UNITS_PER_WORD) in m32r_expand_block_move()
H A Dm32r.cc2521 int constp = CONST_INT_P (bytes_rtx); in m32r_expand_block_move() local
2522 HOST_WIDE_INT bytes = constp ? INTVAL (bytes_rtx) : 0; in m32r_expand_block_move()
2528 if (constp && bytes <= 0) in m32r_expand_block_move()
2541 if (optimize_size || ! constp || align != UNITS_PER_WORD) in m32r_expand_block_move()
/netbsd/external/gpl3/gcc.old/dist/gcc/config/m32r/
H A Dm32r.c2520 int constp = CONST_INT_P (bytes_rtx); in m32r_expand_block_move() local
2521 HOST_WIDE_INT bytes = constp ? INTVAL (bytes_rtx) : 0; in m32r_expand_block_move()
2527 if (constp && bytes <= 0) in m32r_expand_block_move()
2540 if (optimize_size || ! constp || align != UNITS_PER_WORD) in m32r_expand_block_move()
/netbsd/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000-string.c54 bool constp = CONST_INT_P (bytes_rtx); in expand_block_clear() local
62 if (! constp) in expand_block_clear()
2728 int constp = CONST_INT_P (bytes_rtx); in expand_block_move() local
2738 if (! constp) in expand_block_move()
H A Drs6000-string.cc54 bool constp = CONST_INT_P (bytes_rtx); in expand_block_clear() local
62 if (! constp) in expand_block_clear()
2754 int constp = CONST_INT_P (bytes_rtx); in expand_block_move() local
2764 if (! constp) in expand_block_move()
/netbsd/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000-string.c54 bool constp = CONST_INT_P (bytes_rtx); in expand_block_clear() local
62 if (! constp) in expand_block_clear()
2728 int constp = CONST_INT_P (bytes_rtx); in expand_block_move() local
2738 if (! constp) in expand_block_move()
/netbsd/external/gpl3/gcc/dist/gcc/d/
H A DChangeLog-2016846 * expr.cc (ExprVisitor::visit(CastExp)): Forward constp to the next
853 (ExprVisitor::visit(ClassReferenceExp)): Adjust reference for constp.

12