Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/gcc/
Dexpr.c4562 tree hi_index = TREE_OPERAND (purpose, 1); in categorize_ctor_elements_1() local
4564 if (host_integerp (lo_index, 1) && host_integerp (hi_index, 1)) in categorize_ctor_elements_1()
4565 mult = (tree_low_cst (hi_index, 1) in categorize_ctor_elements_1()
5096 tree hi_index = TREE_OPERAND (index, 1); in store_constructor() local
5099 || ! host_integerp (hi_index, 1)) in store_constructor()
5105 this_node_count = (tree_low_cst (hi_index, 1) in store_constructor()
5164 tree hi_index = TREE_OPERAND (index, 1); in store_constructor() local
5172 && host_integerp (hi_index, 0) in store_constructor()
5174 hi = tree_low_cst (hi_index, 0), in store_constructor()
5207 expand_normal (hi_index); in store_constructor()
[all …]
Dvarasm.c4265 HOST_WIDE_INT hi_index = tree_low_cst (TREE_OPERAND (index, 1), 0); in output_constructor() local
4269 for (index = lo_index; index <= hi_index; index++) in output_constructor()