Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dc-typeck.c5236 static int constructor_depth; variable
5447 p->depth = constructor_depth; in really_start_incremental_init()
5460 constructor_depth = SPELLING_DEPTH (); in really_start_incremental_init()
5588 p->depth = constructor_depth; in push_init_level()
5601 constructor_depth = SPELLING_DEPTH (); in push_init_level()
5628 constructor_depth++; in push_init_level()
5635 constructor_depth++; in push_init_level()
5777 if (constructor_depth > 2) in pop_init_level()
5808 RESTORE_SPELLING_DEPTH (constructor_depth); in pop_init_level()
5879 constructor_depth = p->depth; in pop_init_level()
[all …]
H A DFSFChangeLog.108525 * c-typeck.c (push_init_level): Update constructor_depth when we