Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dc-typeck.c4971 static int constructor_depth; variable
5211 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 …]
H A DFSFChangeLog.108525 * c-typeck.c (push_init_level): Update constructor_depth when we
/openbsd-src/gnu/gcc/gcc/
H A Dc-typeck.c4899 static int constructor_depth; variable
5111 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 …]