Home
last modified time | relevance | path

Searched refs:count_type_elements (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/gcc/gcc/
Dexpr.c4663 if (elt_count == count_type_elements (init_sub_type, false)) in categorize_ctor_elements_1()
4706 count_type_elements (tree type, bool allow_flexarr) in count_type_elements() function
4717 HOST_WIDE_INT m = count_type_elements (TREE_TYPE (type), false); in count_type_elements()
4734 t = count_type_elements (TREE_TYPE (f), false); in count_type_elements()
4807 elts = count_type_elements (TREE_TYPE (exp), false); in mostly_zeros_p()
Dtree-sra.c1448 full_count = count_type_elements (elt->type, false); in decide_block_copy()
Dtree.h3979 extern HOST_WIDE_INT count_type_elements (tree, bool);
Dgimplify.c3012 num_type_elements = count_type_elements (type, true); in gimplify_init_constructor()