Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dc-typeck.c4921 static tree constructor_unfilled_index; variable
5203 p->unfilled_index = constructor_unfilled_index;
5270 constructor_unfilled_index = constructor_index;
5278 constructor_unfilled_index = constructor_index;
5333 p->unfilled_index = constructor_unfilled_index;
5427 constructor_unfilled_index = constructor_index;
5455 constructor_unfilled_index = constructor_index;
5513 if (integer_zerop (constructor_unfilled_index))
5621 constructor_unfilled_index = p->unfilled_index;
6097 constructor_unfilled_index in set_nonincremental_init()
[all …]
/openbsd-src/gnu/gcc/gcc/
H A Dc-typeck.c4852 static tree constructor_unfilled_index; variable
5103 p->unfilled_index = constructor_unfilled_index; in really_start_incremental_init()
5174 constructor_unfilled_index = constructor_index; in really_start_incremental_init()
5182 constructor_unfilled_index = constructor_index; in really_start_incremental_init()
5244 p->unfilled_index = constructor_unfilled_index; in push_init_level()
5339 constructor_unfilled_index = constructor_index; in push_init_level()
5367 constructor_unfilled_index = constructor_index; in push_init_level()
5429 if (integer_zerop (constructor_unfilled_index)) in pop_init_level()
5533 constructor_unfilled_index = p->unfilled_index; in pop_init_level()
6011 constructor_unfilled_index in set_nonincremental_init()
[all …]