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

/freebsd-11-stable/contrib/gcc/
H A Dc-typeck.c5211 static tree constructor_max_index;
5467 p->max_index = constructor_max_index;
5514 constructor_max_index
5518 if (constructor_max_index == NULL_TREE
5520 constructor_max_index = build_int_cst (NULL_TREE, -1);
5522 /* constructor_max_index needs to be an INTEGER_CST. Attempts
5525 if (constructor_max_index
5526 && TREE_CODE (constructor_max_index) != INTEGER_CST)
5527 constructor_max_index = build_int_cst (NULL_TREE, -1);
5536 constructor_max_index
5185 static tree constructor_max_index; variable
[all...]

Completed in 201 milliseconds