Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dexpr.cc6444 tree lo_index = TREE_OPERAND (purpose, 0); in categorize_ctor_elements_1() local
6447 if (tree_fits_uhwi_p (lo_index) && tree_fits_uhwi_p (hi_index)) in categorize_ctor_elements_1()
6449 - tree_to_uhwi (lo_index) + 1); in categorize_ctor_elements_1()
6936 tree lo_index = TREE_OPERAND (index, 0); in store_constructor() local
6939 if (! tree_fits_uhwi_p (lo_index) in store_constructor()
6947 - tree_to_uhwi (lo_index) + 1); in store_constructor()
7001 tree lo_index = TREE_OPERAND (index, 0); in store_constructor() local
7009 && tree_fits_shwi_p (lo_index) in store_constructor()
7011 && (lo = tree_to_shwi (lo_index), in store_constructor()
7052 store_expr (lo_index, index_r, 0, false, reverse); in store_constructor()
H A Dvarasm.cc5450 HOST_WIDE_INT lo_index in output_constructor_array_range() local
5459 for (index = lo_index; index <= hi_index; index++) in output_constructor_array_range()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dexpr.c6096 tree lo_index = TREE_OPERAND (purpose, 0); in categorize_ctor_elements_1() local
6099 if (tree_fits_uhwi_p (lo_index) && tree_fits_uhwi_p (hi_index)) in categorize_ctor_elements_1()
6101 - tree_to_uhwi (lo_index) + 1); in categorize_ctor_elements_1()
6588 tree lo_index = TREE_OPERAND (index, 0); in store_constructor() local
6591 if (! tree_fits_uhwi_p (lo_index) in store_constructor()
6599 - tree_to_uhwi (lo_index) + 1); in store_constructor()
6653 tree lo_index = TREE_OPERAND (index, 0); in store_constructor() local
6661 && tree_fits_shwi_p (lo_index) in store_constructor()
6663 && (lo = tree_to_shwi (lo_index), in store_constructor()
6704 store_expr (lo_index, index_r, 0, false, reverse); in store_constructor()
H A Dvarasm.c5188 HOST_WIDE_INT lo_index in output_constructor_array_range() local
5197 for (index = lo_index; index <= hi_index; index++) in output_constructor_array_range()