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

/freebsd-9.3-release/contrib/gcc/
H A Dc-typeck.c4852 static tree constructor_unfilled_index;
5102 p->unfilled_index = constructor_unfilled_index;
5173 constructor_unfilled_index = constructor_index;
5181 constructor_unfilled_index = constructor_index;
5244 p->unfilled_index = constructor_unfilled_index;
5345 constructor_unfilled_index = constructor_index;
5373 constructor_unfilled_index = constructor_index;
5435 if (integer_zerop (constructor_unfilled_index))
5523 constructor_unfilled_index = p->unfilled_index;
5981 constructor_unfilled_index
4826 static tree constructor_unfilled_index; variable
[all...]

Completed in 62 milliseconds