Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/c-family/
H A Dc-attribs.c2415 unsigned arg_count = type_num_arguments (*node); in handle_alloc_size_attribute()
2443 unsigned arg_count = type_num_arguments (*node); in handle_alloc_align_attribute()
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dinit.c2439 = (type_num_arguments (TREE_TYPE (alloc_fn)) > 1 in build_new_1()
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dinit.c3187 = (type_num_arguments (TREE_TYPE (alloc_fn)) > 1 in build_new_1()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree.h5179 extern int type_num_arguments (const_tree);
H A Dtree.c6423 type_num_arguments (const_tree type) in type_num_arguments() function
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree.h4814 extern int type_num_arguments (const_tree);
H A Dtree.c6701 type_num_arguments (const_tree type) in type_num_arguments() function
/dragonfly/contrib/gcc-4.7/gcc/c-family/
H A Dc-common.c7268 unsigned arg_count = type_num_arguments (*node); in handle_alloc_size_attribute()