Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dtypeck2.cc379 if (type_num_arguments (TREE_TYPE (member)) == 1) in cxx_incomplete_type_diagnostic()
Dinit.cc3450 = (type_num_arguments (TREE_TYPE (alloc_fn)) > 1 in build_new_1()
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree.h5254 extern int type_num_arguments (const_tree);
Dtree.cc6264 type_num_arguments (const_tree fntype) in type_num_arguments() function
DChangeLog-200713951 attribute_hash_list, type_num_arguments, tree_int_cst_equal,
13969 type_num_arguments, fit_double_type, really_constant_p,
DChangeLog-200122237 * tree.h (type_num_arguments): Declare it.
22238 * tree.c (type_num_arguments): New function.
DChangeLog-200821844 * c-common.c (handle_alloc_size_attribute): Use type_num_arguments.