Searched refs:cico_list (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/gcc/ada/gcc-interface/
H A Dgigi.h644 tree cico_list, bool return_unconstrained_p,
H A Dutils.c2153 create_subprog_type (tree return_type, tree param_decl_list, tree cico_list,
2170 if (!fntype_same_flags_p (type, cico_list, return_unconstrained_p,
2174 TYPE_CI_CO_LIST (type) = cico_list;
3418 fntype_same_flags_p (const_tree t, tree cico_list, bool return_unconstrained_p,
3421 return TYPE_CI_CO_LIST (t) == cico_list
2143 create_subprog_type(tree return_type, tree param_decl_list, tree cico_list, bool return_unconstrained_p, bool return_by_direct_ref_p, bool return_by_invisi_ref_p) argument
3398 fntype_same_flags_p(const_tree t, tree cico_list, bool return_unconstrained_p, bool return_by_direct_ref_p, bool return_by_invisi_ref_p) argument

Completed in 50 milliseconds