Searched refs:type_num_arguments (Results 1 – 18 of 18) sorted by relevance
1239 unsigned nargs = type_num_arguments (fntype); in positional_argument()
521 if (type_num_arguments (TREE_TYPE (member)) == 1) in cxx_incomplete_type_diagnostic()
3368 = (type_num_arguments (TREE_TYPE (alloc_fn)) > 1 in build_new_1()
379 if (type_num_arguments (TREE_TYPE (member)) == 1) in cxx_incomplete_type_diagnostic()
3450 = (type_num_arguments (TREE_TYPE (alloc_fn)) > 1 in build_new_1()
2357 gcc_assert (argno < (unsigned int) type_num_arguments (m_fntype)); in argument_exists_p()
2358 gcc_assert (argno < (unsigned int) type_num_arguments (m_fntype)); in argument_exists_p()
618 unsigned nargs = type_num_arguments (fntype); in positional_argument()
689 unsigned nargs = type_num_arguments (fntype); in positional_argument()
497 cum->nregs = type_num_arguments (fntype) - 1; in c6x_init_cumulative_args()
498 cum->nregs = type_num_arguments (fntype) - 1; in c6x_init_cumulative_args()
5073 extern int type_num_arguments (const_tree);
7256 type_num_arguments (const_tree fntype) in type_num_arguments() function
5254 extern int type_num_arguments (const_tree);
6264 type_num_arguments (const_tree fntype) in type_num_arguments() function
22237 * tree.h (type_num_arguments): Declare it.22238 * tree.c (type_num_arguments): New function.
13951 attribute_hash_list, type_num_arguments, tree_int_cst_equal,13969 type_num_arguments, fit_double_type, really_constant_p,
21844 * c-common.c (handle_alloc_size_attribute): Use type_num_arguments.