Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dexpr.c5380 count_type_elements (const_tree type, bool for_ctor_p) in count_type_elements() function
5397 return n * count_type_elements (TREE_TYPE (type), false); in count_type_elements()
5412 n += count_type_elements (TREE_TYPE (f), false); in count_type_elements()
5437 m = count_type_elements (TREE_TYPE (f), false); in count_type_elements()
5567 HOST_WIDE_INT tc = count_type_elements (elt_type, false); in categorize_ctor_elements_1()
5637 return count_type_elements (type, true) == num_elts; in complete_ctor_at_level_p()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dexpr.c5881 count_type_elements (const_tree type, bool for_ctor_p) in count_type_elements() function
5898 return n * count_type_elements (TREE_TYPE (type), false); in count_type_elements()
5913 n += count_type_elements (TREE_TYPE (f), false); in count_type_elements()
5938 m = count_type_elements (TREE_TYPE (f), false); in count_type_elements()
6093 HOST_WIDE_INT tc = count_type_elements (elt_type, false); in categorize_ctor_elements_1()
6177 return count_type_elements (type, true) == num_elts; in complete_ctor_at_level_p()