/openbsd-src/gnu/usr.bin/binutils/binutils/ |
H A D | stabs.c | 2565 bfd_boolean constp, volatilep, staticp; in parse_stab_members() local 2816 const char *argtypes, bfd_boolean constp, in parse_stab_argtypes() 4641 bfd_boolean memberp, constp, volatilep; in stab_demangle_type() local 4785 bfd_boolean constp, volatilep, unsignedp, signedp; in stab_demangle_fund_type() local
|
H A D | prdbg.c | 1411 bfd_boolean constp, bfd_boolean volatilep, in pr_class_method_variant() 1491 bfd_boolean constp, bfd_boolean volatilep) in pr_class_static_method_variant() 2255 bfd_boolean constp, bfd_boolean volatilep, in tg_class_method_variant() 2320 bfd_boolean constp, bfd_boolean volatilep) in tg_class_static_method_variant()
|
H A D | wrstabs.c | 1646 bfd_boolean staticp, bfd_boolean constp, in stab_class_method_var() 1736 bfd_boolean constp, bfd_boolean volatilep, in stab_class_method_variant() 1750 bfd_boolean constp, bfd_boolean volatilep) in stab_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() 1808 bfd_boolean constp, bfd_boolean volatilep) in debug_make_static_method_variant()
|
H A D | ieee.c | 2892 bfd_boolean constp, volatilep; in ieee_read_cxx_class() local 6282 bfd_boolean staticp, bfd_boolean constp, in ieee_class_method_var() 6351 bfd_boolean constp, bfd_boolean volatilep, in ieee_class_method_variant() 6365 bfd_boolean constp, bfd_boolean volatilep) in ieee_class_static_method_variant()
|
/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/ |
H A D | prdbg.c | 1412 bfd_boolean constp, bfd_boolean volatilep, in pr_class_method_variant() 1492 bfd_boolean constp, bfd_boolean volatilep) in pr_class_static_method_variant() 2256 bfd_boolean constp, bfd_boolean volatilep, in tg_class_method_variant() 2321 bfd_boolean constp, bfd_boolean volatilep) in tg_class_static_method_variant()
|
H A D | stabs.c | 2567 bfd_boolean constp, volatilep, staticp; in parse_stab_members() local 2818 const char *argtypes, bfd_boolean constp, in parse_stab_argtypes() 4650 bfd_boolean memberp, constp, volatilep; in stab_demangle_type() local 4794 bfd_boolean constp, volatilep, unsignedp, signedp; in stab_demangle_fund_type() local
|
H A D | wrstabs.c | 1648 bfd_boolean staticp, bfd_boolean constp, in stab_class_method_var() 1738 bfd_boolean constp, bfd_boolean volatilep, in stab_class_method_variant() 1752 bfd_boolean constp, bfd_boolean volatilep) in stab_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() 1809 bfd_boolean constp, bfd_boolean volatilep) in debug_make_static_method_variant()
|
H A D | ieee.c | 2893 bfd_boolean constp, volatilep; in ieee_read_cxx_class() local 6285 bfd_boolean staticp, bfd_boolean constp, in ieee_class_method_var() 6354 bfd_boolean constp, bfd_boolean volatilep, in ieee_class_method_variant() 6368 bfd_boolean constp, bfd_boolean volatilep) in ieee_class_static_method_variant()
|
/openbsd-src/gnu/usr.bin/gcc/gcc/config/ns32k/ |
H A D | ns32k.c | 830 int constp = (GET_CODE (bytes_rtx) == CONST_INT); local
|
/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 6531 int constp = 1; local
|
H A D | decl.c | 9943 grokvardecl (type, name, specbits_in, initialized, constp, scope) in grokvardecl() argument 11740 int constp = 0; local
|
/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
|
/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
|
/openbsd-src/gnu/usr.bin/gcc/gcc/config/m32r/ |
H A D | m32r.c | 2764 int constp = GET_CODE (bytes_rtx) == CONST_INT; local
|
/openbsd-src/gnu/usr.bin/gcc/gcc/config/m88k/ |
H A D | m88k.c | 529 int constp = (GET_CODE (operands[2]) == CONST_INT); local
|
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | c-decl.c | 3478 int constp; local
|
H A D | c-typeck.c | 850 int constp = 0; local
|
/openbsd-src/gnu/usr.bin/gcc/gcc/config/frv/ |
H A D | frv.c | 2182 int constp = (GET_CODE (bytes_rtx) == CONST_INT); local 2282 int constp = (GET_CODE (bytes_rtx) == CONST_INT); local
|
/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()
|
H A D | decl.c | 6379 int constp, in grokvardecl()
|
/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 2337 int constp = (GET_CODE (bytes_rtx) == CONST_INT); in frv_expand_block_clear() local
|
/openbsd-src/gnu/gcc/gcc/ |
H A D | c-decl.c | 3909 int constp; in grokdeclarator() local
|
/openbsd-src/gnu/usr.bin/gcc/gcc/config/sh/ |
H A D | sh.c | 633 int constp = (GET_CODE (operands[2]) == CONST_INT); local
|