Home
last modified time | relevance | path

Searched refs:type_num_arguments (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dd-attribs.cc1239 unsigned nargs = type_num_arguments (fntype); in positional_argument()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtypeck2.c521 if (type_num_arguments (TREE_TYPE (member)) == 1) in cxx_incomplete_type_diagnostic()
H A Dinit.c3368 = (type_num_arguments (TREE_TYPE (alloc_fn)) > 1 in build_new_1()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dtypeck2.cc379 if (type_num_arguments (TREE_TYPE (member)) == 1) in cxx_incomplete_type_diagnostic()
H A Dinit.cc3450 = (type_num_arguments (TREE_TYPE (alloc_fn)) > 1 in build_new_1()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64-sve-builtins.cc2357 gcc_assert (argno < (unsigned int) type_num_arguments (m_fntype)); in argument_exists_p()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64-sve-builtins.cc2358 gcc_assert (argno < (unsigned int) type_num_arguments (m_fntype)); in argument_exists_p()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-attribs.c618 unsigned nargs = type_num_arguments (fntype); in positional_argument()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-attribs.cc689 unsigned nargs = type_num_arguments (fntype); in positional_argument()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/c6x/
H A Dc6x.c497 cum->nregs = type_num_arguments (fntype) - 1; in c6x_init_cumulative_args()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/c6x/
H A Dc6x.cc498 cum->nregs = type_num_arguments (fntype) - 1; in c6x_init_cumulative_args()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree.h5073 extern int type_num_arguments (const_tree);
H A Dtree.c7256 type_num_arguments (const_tree fntype) in type_num_arguments() function
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree.h5254 extern int type_num_arguments (const_tree);
H A Dtree.cc6264 type_num_arguments (const_tree fntype) in type_num_arguments() function
H A DChangeLog-200122237 * tree.h (type_num_arguments): Declare it.
22238 * tree.c (type_num_arguments): New function.
H A DChangeLog-200713951 attribute_hash_list, type_num_arguments, tree_int_cst_equal,
13969 type_num_arguments, fit_double_type, really_constant_p,
H A DChangeLog-200821844 * c-common.c (handle_alloc_size_attribute): Use type_num_arguments.