Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dc-typeck.c6428 static tree constructor_unfilled_fields; variable
6687 p->unfilled_fields = constructor_unfilled_fields; in really_start_incremental_init()
6728 constructor_unfilled_fields = constructor_fields; in really_start_incremental_init()
6774 constructor_unfilled_fields = constructor_type; in really_start_incremental_init()
6833 p->unfilled_fields = constructor_unfilled_fields; in push_init_level()
6897 constructor_unfilled_fields = 0; in push_init_level()
6928 constructor_unfilled_fields = constructor_fields; in push_init_level()
6979 constructor_unfilled_fields = constructor_type; in push_init_level()
7054 && constructor_unfilled_fields) in pop_init_level()
7062 while (constructor_unfilled_fields in pop_init_level()
[all …]
/dflybsd-src/contrib/gcc-8.0/gcc/c/
H A Dc-typeck.c7661 static tree constructor_unfilled_fields; variable
7924 p->unfilled_fields = constructor_unfilled_fields; in really_start_incremental_init()
7966 constructor_unfilled_fields = constructor_fields; in really_start_incremental_init()
8012 constructor_unfilled_fields = constructor_type; in really_start_incremental_init()
8072 p->unfilled_fields = constructor_unfilled_fields; in push_init_level()
8139 constructor_unfilled_fields = NULL_TREE; in push_init_level()
8171 constructor_unfilled_fields = constructor_fields; in push_init_level()
8222 constructor_unfilled_fields = constructor_type; in push_init_level()
8330 && constructor_unfilled_fields) in pop_init_level()
8333 while (constructor_unfilled_fields in pop_init_level()
[all …]