Searched refs:type_num_arguments (Results 1 – 7 of 7) sorted by relevance
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()
5254 extern int type_num_arguments (const_tree);
6264 type_num_arguments (const_tree fntype) in type_num_arguments() function
13951 attribute_hash_list, type_num_arguments, tree_int_cst_equal,13969 type_num_arguments, fit_double_type, really_constant_p,
22237 * tree.h (type_num_arguments): Declare it.22238 * tree.c (type_num_arguments): New function.
21844 * c-common.c (handle_alloc_size_attribute): Use type_num_arguments.