Searched refs:constructor_max_index (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dc-typeck.c4845 static tree constructor_max_index;
5101 p->max_index = constructor_max_index;
5148 constructor_max_index
5152 if (constructor_max_index == NULL_TREE
5154 constructor_max_index = build_int_cst (NULL_TREE, -1);
5156 /* constructor_max_index needs to be an INTEGER_CST. Attempts
5159 if (constructor_max_index
5160 && TREE_CODE (constructor_max_index) != INTEGER_CST)
5161 constructor_max_index = build_int_cst (NULL_TREE, -1);
5170 constructor_max_index
4819 static tree constructor_max_index; variable
[all...]

Completed in 65 milliseconds