Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/
H A Dgimplify.c2962 HOST_WIDE_INT num_type_elements, num_ctor_elements; in gimplify_init_constructor() local
3012 num_type_elements = count_type_elements (type, true); in gimplify_init_constructor()
3018 if (num_type_elements < 0 && int_size_in_bytes (type) >= 0) in gimplify_init_constructor()
3021 else if (num_type_elements - num_nonzero_elements > CLEAR_RATIO in gimplify_init_constructor()
3022 && num_nonzero_elements < num_type_elements/4) in gimplify_init_constructor()
3029 else if (num_ctor_elements < num_type_elements) in gimplify_init_constructor()