Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dgimplify.c2960 HOST_WIDE_INT num_type_elements, num_ctor_elements; in gimplify_init_constructor() local
3010 num_type_elements = count_type_elements (type, true); in gimplify_init_constructor()
3016 if (num_type_elements < 0 && int_size_in_bytes (type) >= 0) in gimplify_init_constructor()
3019 else if (num_type_elements - num_nonzero_elements > CLEAR_RATIO in gimplify_init_constructor()
3020 && num_nonzero_elements < num_type_elements/4) in gimplify_init_constructor()
3027 else if (num_ctor_elements < num_type_elements) in gimplify_init_constructor()
H A DChangeLog-20058292 * gimplify.c (gimplify_init_constructor): If num_type_elements < 0