Searched refs:constp (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/binutils/binutils/
H A Ddebug.c337 bfd_boolean constp; member in struct:debug_method_variant
1782 bfd_boolean constp, bfd_boolean volatilep,
1793 m->constp = constp;
1809 bfd_boolean constp, bfd_boolean volatilep)
1819 m->constp = constp;
2784 v->constp,
2795 v->constp,
3351 || v1->constp !
1777 debug_make_method_variant(void *handle ATTRIBUTE_UNUSED, const char *physname, debug_type type, enum debug_visibility visibility, bfd_boolean constp, bfd_boolean volatilep, bfd_vma voffset, debug_type context) argument
1804 debug_make_static_method_variant(void *handle ATTRIBUTE_UNUSED, const char *physname, debug_type type, enum debug_visibility visibility, bfd_boolean constp, bfd_boolean volatilep) argument
[all...]
H A Dstabs.c2565 bfd_boolean constp, volatilep, staticp; local
2620 constp = FALSE;
2630 constp = TRUE;
2640 constp = TRUE;
2749 constp, volatilep, &physname);
2765 constp, volatilep,
2772 constp,
2816 const char *argtypes, bfd_boolean constp,
2856 const_prefix = constp ? "C" : "";
4649 bfd_boolean memberp, constp, volatile
2813 parse_stab_argtypes(void *dhandle, struct stab_handle *info, debug_type class_type, const char *fieldname, const char *tagname, debug_type return_type, const char *argtypes, bfd_boolean constp, bfd_boolean volatilep, const char **pphysname) argument
4648 bfd_boolean memberp, constp, volatilep; local
4792 bfd_boolean constp, volatilep, unsignedp, signedp; local
[all...]
H A Dwrstabs.c1649 bfd_boolean staticp, bfd_boolean constp,
1687 if (constp)
1739 bfd_boolean constp, bfd_boolean volatilep,
1744 return stab_class_method_var (info, physname, visibility, FALSE, constp,
1753 bfd_boolean constp, bfd_boolean volatilep)
1757 return stab_class_method_var (info, physname, visibility, TRUE, constp,
1645 stab_class_method_var(struct stab_write_handle *info, const char *physname, enum debug_visibility visibility, bfd_boolean staticp, bfd_boolean constp, bfd_boolean volatilep, bfd_vma voffset, bfd_boolean contextp) argument
1735 stab_class_method_variant(void *p, const char *physname, enum debug_visibility visibility, bfd_boolean constp, bfd_boolean volatilep, bfd_vma voffset, bfd_boolean contextp) argument
1749 stab_class_static_method_variant(void *p, const char *physname, enum debug_visibility visibility, bfd_boolean constp, bfd_boolean volatilep) argument
H A Dprdbg.c1415 bfd_boolean constp, bfd_boolean volatilep,
1431 if (constp)
1495 bfd_boolean constp, bfd_boolean volatilep)
1510 if (constp)
2258 bfd_boolean constp, bfd_boolean volatilep,
2276 if (constp)
2323 bfd_boolean constp, bfd_boolean volatilep)
2339 if (constp)
1408 pr_class_method_variant(void *p, const char *physname, enum debug_visibility visibility, bfd_boolean constp, bfd_boolean volatilep, bfd_vma voffset, bfd_boolean context) argument
1488 pr_class_static_method_variant(void *p, const char *physname, enum debug_visibility visibility, bfd_boolean constp, bfd_boolean volatilep) argument
2250 tg_class_method_variant(void *p, const char *physname ATTRIBUTE_UNUSED, enum debug_visibility visibility, bfd_boolean constp, bfd_boolean volatilep, bfd_vma voffset ATTRIBUTE_UNUSED, bfd_boolean context) argument
2314 tg_class_static_method_variant(void *p, const char *physname ATTRIBUTE_UNUSED, enum debug_visibility visibility, bfd_boolean constp, bfd_boolean volatilep) argument
H A Dieee.c2891 bfd_boolean constp, volatilep; local
2991 constp = (flags & CXXFLAGS_CONST) != 0 ? TRUE : FALSE;
3005 constp, volatilep);
3019 visibility, constp,
6287 bfd_boolean staticp, bfd_boolean constp,
6316 if (constp)
6356 bfd_boolean constp, bfd_boolean volatilep,
6361 return ieee_class_method_var (info, physname, visibility, FALSE, constp,
6370 bfd_boolean constp, bfd_boolean volatilep)
6374 return ieee_class_method_var (info, physname, visibility, TRUE, constp,
6281 ieee_class_method_var(struct ieee_handle *info, const char *physname, enum debug_visibility visibility, bfd_boolean staticp, bfd_boolean constp, bfd_boolean volatilep, bfd_vma voffset, bfd_boolean context) argument
6350 ieee_class_method_variant(void *p, const char *physname, enum debug_visibility visibility, bfd_boolean constp, bfd_boolean volatilep, bfd_vma voffset, bfd_boolean context) argument
6364 ieee_class_static_method_variant(void *p, const char *physname, enum debug_visibility visibility, bfd_boolean constp, bfd_boolean volatilep) argument
[all...]
/freebsd-11-stable/contrib/gcc/cp/
H A Dtypeck.c7005 comp_ptr_ttypes_real (tree to, tree from, int constp)
7033 if (constp == 0)
7038 if (constp > 0)
7039 constp &= TYPE_READONLY (to);
7043 return ((constp >= 0 || to_more_cv_qualified)
6989 comp_ptr_ttypes_real(tree to, tree from, int constp) argument
H A Ddecl.c6845 int constp,
6903 && (DECL_THIS_EXTERN (decl) || ! constp));
6827 grokvardecl(tree type, tree name, const cp_decl_specifier_seq *declspecs, int initialized, int constp, tree scope) argument
/freebsd-11-stable/contrib/gcc/
H A Dc-decl.c4458 int constp;
4580 constp = declspecs->const_p + TYPE_READONLY (element_type);
4585 if (constp > 1)
4594 type_quals = ((constp ? TYPE_QUAL_CONST : 0)
4654 if (!(warn_cxx_compat && constp))
4438 int constp; local
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Drs6000.c9361 bool constp = (GET_CODE (bytes_rtx) == CONST_INT);
9369 if (! constp)
9458 int constp = (GET_CODE (bytes_rtx) == CONST_INT);
9467 if (! constp)
9344 bool constp = (GET_CODE (bytes_rtx) == CONST_INT); local
9440 int constp = (GET_CODE (bytes_rtx) == CONST_INT); local

Completed in 561 milliseconds