Searched refs:constructor_depth (Results 1 – 2 of 2) sorted by relevance
5236 static int constructor_depth; variable5447 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 …]
8525 * c-typeck.c (push_init_level): Update constructor_depth when we