Searched refs:constructor_depth (Results 1 – 3 of 3) sorted by relevance
4971 static int constructor_depth; variable5211 p->depth = constructor_depth;5223 constructor_depth = SPELLING_DEPTH ();5341 p->depth = constructor_depth;5353 constructor_depth = SPELLING_DEPTH ();5380 constructor_depth++;5387 constructor_depth++;5517 if (constructor_depth > 2)5570 RESTORE_SPELLING_DEPTH (constructor_depth);5631 constructor_depth = p->depth;[all …]
8525 * c-typeck.c (push_init_level): Update constructor_depth when we
4899 static int constructor_depth; variable5111 p->depth = constructor_depth; in really_start_incremental_init()5124 constructor_depth = SPELLING_DEPTH (); in really_start_incremental_init()5252 p->depth = constructor_depth; in push_init_level()5265 constructor_depth = SPELLING_DEPTH (); in push_init_level()5292 constructor_depth++; in push_init_level()5299 constructor_depth++; in push_init_level()5435 if (constructor_depth > 2) in pop_init_level()5482 RESTORE_SPELLING_DEPTH (constructor_depth); in pop_init_level()5543 constructor_depth = p->depth; in pop_init_level()[all …]