| /openbsd-src/gnu/usr.bin/gcc/gcc/config/ns32k/ |
| H A D | ns32k.c | 830 int constp = (GET_CODE (bytes_rtx) == CONST_INT); local 831 int bytes = (constp ? INTVAL (bytes_rtx) : 0); 837 if (constp && bytes <= 0) 840 if (constp && bytes < 20) 883 if (constp && (align == UNITS_PER_WORD || bytes < MAX_UNALIGNED_COPY)) 901 if (constp) 921 if (!constp) 936 if (!constp)
|
| /openbsd-src/gnu/usr.bin/binutils/binutils/ |
| H A D | stabs.c | 2565 bfd_boolean constp, volatilep, staticp; in parse_stab_members() local 2620 constp = FALSE; in parse_stab_members() 2630 constp = TRUE; in parse_stab_members() 2640 constp = TRUE; in parse_stab_members() 2749 constp, volatilep, &physname); in parse_stab_members() 2765 constp, volatilep, in parse_stab_members() 2772 constp, in parse_stab_members() 2816 const char *argtypes, bfd_boolean constp, in parse_stab_argtypes() argument 2854 const_prefix = constp ? "C" : ""; in parse_stab_argtypes() 4641 bfd_boolean memberp, constp, volatilep; in stab_demangle_type() local [all …]
|
| H A D | prdbg.c | 1411 bfd_boolean constp, bfd_boolean volatilep, in pr_class_method_variant() argument 1427 if (constp) in pr_class_method_variant() 1491 bfd_boolean constp, bfd_boolean volatilep) in pr_class_static_method_variant() argument 1506 if (constp) in pr_class_static_method_variant() 2255 bfd_boolean constp, bfd_boolean volatilep, in tg_class_method_variant() argument 2273 if (constp) in tg_class_method_variant() 2320 bfd_boolean constp, bfd_boolean volatilep) in tg_class_static_method_variant() argument 2336 if (constp) in tg_class_static_method_variant()
|
| H A D | debug.c | 338 bfd_boolean constp; member 1781 bfd_boolean constp, bfd_boolean volatilep, in debug_make_method_variant() argument 1792 m->constp = constp; in debug_make_method_variant() 1808 bfd_boolean constp, bfd_boolean volatilep) in debug_make_static_method_variant() argument 1818 m->constp = constp; in debug_make_static_method_variant() 2782 v->constp, in debug_write_class_type() 2793 v->constp, in debug_write_class_type() 3349 || v1->constp != v2->constp in debug_class_type_samep()
|
| H A D | wrstabs.c | 1646 bfd_boolean staticp, bfd_boolean constp, in stab_class_method_var() argument 1684 if (constp) in stab_class_method_var() 1736 bfd_boolean constp, bfd_boolean volatilep, in stab_class_method_variant() argument 1741 return stab_class_method_var (info, physname, visibility, FALSE, constp, in stab_class_method_variant() 1750 bfd_boolean constp, bfd_boolean volatilep) in stab_class_static_method_variant() argument 1754 return stab_class_method_var (info, physname, visibility, TRUE, constp, in stab_class_static_method_variant()
|
| H A D | ieee.c | 2892 bfd_boolean constp, volatilep; in ieee_read_cxx_class() local 2992 constp = (flags & CXXFLAGS_CONST) != 0 ? TRUE : FALSE; in ieee_read_cxx_class() 3006 constp, volatilep); in ieee_read_cxx_class() 3020 visibility, constp, in ieee_read_cxx_class() 6282 bfd_boolean staticp, bfd_boolean constp, in ieee_class_method_var() argument 6311 if (constp) in ieee_class_method_var() 6351 bfd_boolean constp, bfd_boolean volatilep, in ieee_class_method_variant() argument 6356 return ieee_class_method_var (info, physname, visibility, FALSE, constp, in ieee_class_method_variant() 6365 bfd_boolean constp, bfd_boolean volatilep) in ieee_class_static_method_variant() argument 6369 return ieee_class_method_var (info, physname, visibility, TRUE, constp, in ieee_class_static_method_variant()
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/binutils/ |
| H A D | stabs.c | 2567 bfd_boolean constp, volatilep, staticp; in parse_stab_members() local 2622 constp = FALSE; in parse_stab_members() 2632 constp = TRUE; in parse_stab_members() 2642 constp = TRUE; in parse_stab_members() 2751 constp, volatilep, &physname); in parse_stab_members() 2767 constp, volatilep, in parse_stab_members() 2774 constp, in parse_stab_members() 2818 const char *argtypes, bfd_boolean constp, in parse_stab_argtypes() argument 2858 const_prefix = constp ? "C" : ""; in parse_stab_argtypes() 4650 bfd_boolean memberp, constp, volatilep; in stab_demangle_type() local [all …]
|
| H A D | prdbg.c | 1412 bfd_boolean constp, bfd_boolean volatilep, in pr_class_method_variant() argument 1428 if (constp) in pr_class_method_variant() 1492 bfd_boolean constp, bfd_boolean volatilep) in pr_class_static_method_variant() argument 1507 if (constp) in pr_class_static_method_variant() 2256 bfd_boolean constp, bfd_boolean volatilep, in tg_class_method_variant() argument 2274 if (constp) in tg_class_method_variant() 2321 bfd_boolean constp, bfd_boolean volatilep) in tg_class_static_method_variant() argument 2337 if (constp) in tg_class_static_method_variant()
|
| H A D | debug.c | 339 bfd_boolean constp; member 1782 bfd_boolean constp, bfd_boolean volatilep, in debug_make_method_variant() argument 1793 m->constp = constp; in debug_make_method_variant() 1809 bfd_boolean constp, bfd_boolean volatilep) in debug_make_static_method_variant() argument 1819 m->constp = constp; in debug_make_static_method_variant() 2783 v->constp, in debug_write_class_type() 2794 v->constp, in debug_write_class_type() 3350 || v1->constp != v2->constp in debug_class_type_samep()
|
| H A D | wrstabs.c | 1648 bfd_boolean staticp, bfd_boolean constp, in stab_class_method_var() argument 1686 if (constp) in stab_class_method_var() 1738 bfd_boolean constp, bfd_boolean volatilep, in stab_class_method_variant() argument 1743 return stab_class_method_var (info, physname, visibility, FALSE, constp, in stab_class_method_variant() 1752 bfd_boolean constp, bfd_boolean volatilep) in stab_class_static_method_variant() argument 1756 return stab_class_method_var (info, physname, visibility, TRUE, constp, in stab_class_static_method_variant()
|
| H A D | ieee.c | 2893 bfd_boolean constp, volatilep; in ieee_read_cxx_class() local 2993 constp = (flags & CXXFLAGS_CONST) != 0 ? TRUE : FALSE; in ieee_read_cxx_class() 3007 constp, volatilep); in ieee_read_cxx_class() 3021 visibility, constp, in ieee_read_cxx_class() 6285 bfd_boolean staticp, bfd_boolean constp, in ieee_class_method_var() argument 6314 if (constp) in ieee_class_method_var() 6354 bfd_boolean constp, bfd_boolean volatilep, in ieee_class_method_variant() argument 6359 return ieee_class_method_var (info, physname, visibility, FALSE, constp, in ieee_class_method_variant() 6368 bfd_boolean constp, bfd_boolean volatilep) in ieee_class_static_method_variant() argument 6372 return ieee_class_method_var (info, physname, visibility, TRUE, constp, in ieee_class_static_method_variant()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | c-decl.c | 3478 int constp; local 3845 constp = !! (specbits & 1 << (int) RID_CONST) + TYPE_READONLY (type); 3849 if (constp > 1 && ! flag_isoc99) 3857 type_quals = ((constp ? TYPE_QUAL_CONST : 0) 4161 && (constp || volatilep)) 4290 constp = 0; 4301 constp++; 4315 if (constp > 1 && ! flag_isoc99) 4322 type_quals = ((constp ? TYPE_QUAL_CONST : 0) 4447 constp = 0; [all …]
|
| H A D | c-typeck.c | 850 int constp = 0; local 856 constp = TREE_READONLY (exp); 860 if (TYPE_QUALS (type) || constp || volatilep) 864 | (constp * TYPE_QUAL_CONST)
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/m88k/ |
| H A D | m88k.c | 529 int constp = (GET_CODE (operands[2]) == CONST_INT); local 530 int bytes = (constp ? INTVAL (operands[2]) : 0); 535 if (constp && bytes <= 0) 544 if (constp && bytes <= 3 * align) 549 else if (constp && bytes <= best_from_align[target][align] && !TARGET_MEMCPY) 553 else if (constp && align == 4 && TARGET_88100 && !TARGET_MEMCPY)
|
| /openbsd-src/gnu/gcc/gcc/config/m88k/ |
| H A D | m88k.c | 515 int constp = (GET_CODE (operands[2]) == CONST_INT); in expand_block_move() local 516 int bytes = (constp ? INTVAL (operands[2]) : 0); in expand_block_move() 518 if (constp && bytes <= 0) in expand_block_move() 527 if (constp && bytes <= 3 * align) in expand_block_move()
|
| /openbsd-src/gnu/gcc/gcc/config/m32r/ |
| H A D | m32r.c | 2208 int constp = GET_CODE (bytes_rtx) == CONST_INT; in m32r_expand_block_move() local 2209 HOST_WIDE_INT bytes = constp ? INTVAL (bytes_rtx) : 0; in m32r_expand_block_move() 2215 if (constp && bytes <= 0) in m32r_expand_block_move() 2228 if (optimize_size || ! constp || align != UNITS_PER_WORD) in m32r_expand_block_move()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | typeck.c | 6414 comp_ptr_ttypes_real (to, from, constp) in comp_ptr_ttypes_real() argument 6416 int constp; 6439 if (constp == 0) 6445 if (constp > 0) 6446 constp &= TYPE_READONLY (to); 6452 && (constp >= 0 || to_more_cv_qualified); 6531 int constp = 1; local 6548 if (! constp 6551 constp &= TYPE_READONLY (to);
|
| H A D | decl.c | 9943 grokvardecl (type, name, specbits_in, initialized, constp, scope) in grokvardecl() argument 9948 int constp; 10018 && (DECL_THIS_EXTERN (decl) || ! constp)); 11740 int constp = 0; local 11751 constp++; 11770 if (constp > 1)
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/m32r/ |
| H A D | m32r.c | 2764 int constp = GET_CODE (bytes_rtx) == CONST_INT; local 2765 HOST_WIDE_INT bytes = constp ? INTVAL (bytes_rtx) : 0; 2771 if (constp && bytes <= 0) 2784 if (optimize_size || ! constp || align != UNITS_PER_WORD)
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | typeck.c | 6675 comp_ptr_ttypes_real (tree to, tree from, int constp) in comp_ptr_ttypes_real() argument 6703 if (constp == 0) in comp_ptr_ttypes_real() 6708 if (constp > 0) in comp_ptr_ttypes_real() 6709 constp &= TYPE_READONLY (to); in comp_ptr_ttypes_real() 6713 return ((constp >= 0 || to_more_cv_qualified) in comp_ptr_ttypes_real()
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | c-decl.c | 3909 int constp; in grokdeclarator() local 4024 constp = declspecs->const_p + TYPE_READONLY (element_type); in grokdeclarator() 4029 if (constp > 1) in grokdeclarator() 4038 type_quals = ((constp ? TYPE_QUAL_CONST : 0) in grokdeclarator() 4098 if (!(warn_cxx_compat && constp)) in grokdeclarator()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/mips/ |
| H A D | mips.c | 3776 int constp = GET_CODE (bytes_rtx) == CONST_INT; local 3777 unsigned HOST_WIDE_INT bytes = constp ? INTVAL (bytes_rtx) : 0; 3784 if (constp && bytes == 0) 3797 else if (constp && bytes <= (unsigned)2 * MAX_MOVE_BYTES 3801 else if (constp && bytes <= (unsigned)2 * MAX_MOVE_BYTES) 3808 else if (constp && align >= (unsigned) UNITS_PER_WORD && optimize) 3811 else if (constp && optimize)
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/frv/ |
| H A D | frv.c | 2182 int constp = (GET_CODE (bytes_rtx) == CONST_INT); local 2200 if (! constp) 2282 int constp = (GET_CODE (bytes_rtx) == CONST_INT); local 2294 if (! constp)
|
| /openbsd-src/gnu/gcc/gcc/config/frv/ |
| H A D | frv.c | 2239 int constp = (GET_CODE (bytes_rtx) == CONST_INT); in frv_expand_block_move() local 2257 if (! constp) in frv_expand_block_move() 2337 int constp = (GET_CODE (bytes_rtx) == CONST_INT); in frv_expand_block_clear() local 2349 if (! constp) in frv_expand_block_clear()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/sh/ |
| H A D | sh.c | 633 int constp = (GET_CODE (operands[2]) == CONST_INT); local 634 int bytes = (constp ? INTVAL (operands[2]) : 0); 638 if (! constp || align < 4 || (bytes % 4 != 0))
|