Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
H A Dexpr.c5506 tree hi_index = TREE_OPERAND (purpose, 1); in categorize_ctor_elements_1() local
5508 if (host_integerp (lo_index, 1) && host_integerp (hi_index, 1)) in categorize_ctor_elements_1()
5509 mult = (tree_low_cst (hi_index, 1) in categorize_ctor_elements_1()
5950 tree hi_index = TREE_OPERAND (index, 1); in store_constructor() local
5953 || ! host_integerp (hi_index, 1)) in store_constructor()
5959 this_node_count = (tree_low_cst (hi_index, 1) in store_constructor()
6016 tree hi_index = TREE_OPERAND (index, 1); in store_constructor() local
6024 && host_integerp (hi_index, 0) in store_constructor()
6026 hi = tree_low_cst (hi_index, 0), in store_constructor()
6059 expand_normal (hi_index); in store_constructor()
[all …]
H A Dvarasm.c4761 HOST_WIDE_INT hi_index in output_constructor_array_range() local
4768 for (index = lo_index; index <= hi_index; index++) in output_constructor_array_range()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dexpr.c6015 tree hi_index = TREE_OPERAND (purpose, 1); in categorize_ctor_elements_1() local
6017 if (tree_fits_uhwi_p (lo_index) && tree_fits_uhwi_p (hi_index)) in categorize_ctor_elements_1()
6018 mult = (tree_to_uhwi (hi_index) in categorize_ctor_elements_1()
6508 tree hi_index = TREE_OPERAND (index, 1); in store_constructor() local
6511 || ! tree_fits_uhwi_p (hi_index)) in store_constructor()
6517 this_node_count = (tree_to_uhwi (hi_index) in store_constructor()
6575 tree hi_index = TREE_OPERAND (index, 1); in store_constructor() local
6583 && tree_fits_shwi_p (hi_index) in store_constructor()
6585 hi = tree_to_shwi (hi_index), in store_constructor()
6619 expand_normal (hi_index); in store_constructor()
[all …]
H A Dtree-chkp.c3915 tree hi_index = TREE_OPERAND (purp, 1);
3918 cur <= (unsigned)tree_to_uhwi (hi_index);
H A Dvarasm.c5077 HOST_WIDE_INT hi_index in output_constructor_array_range() local
5084 for (index = lo_index; index <= hi_index; index++) in output_constructor_array_range()