Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-typeck.c8174 static int constructor_depth; variable
8389 p->depth = constructor_depth; in really_start_incremental_init()
8405 constructor_depth = SPELLING_DEPTH (); in really_start_incremental_init()
8537 p->depth = constructor_depth; in push_init_level()
8553 constructor_depth = SPELLING_DEPTH (); in push_init_level()
8579 constructor_depth++; in push_init_level()
8589 constructor_depth++; in push_init_level()
8742 if (constructor_depth > 2) in pop_init_level()
8879 constructor_depth = p->depth; in pop_init_level()
8882 RESTORE_SPELLING_DEPTH (constructor_depth); in pop_init_level()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-typeck.cc8352 static int constructor_depth; variable
8570 p->depth = constructor_depth; in really_start_incremental_init()
8586 constructor_depth = SPELLING_DEPTH (); in really_start_incremental_init()
8718 p->depth = constructor_depth; in push_init_level()
8734 constructor_depth = SPELLING_DEPTH (); in push_init_level()
8762 constructor_depth++; in push_init_level()
8769 constructor_depth++; in push_init_level()
8922 if (constructor_depth > 2) in pop_init_level()
9059 constructor_depth = p->depth; in pop_init_level()
9062 RESTORE_SPELLING_DEPTH (constructor_depth); in pop_init_level()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A DFSFChangeLog.108525 * c-typeck.c (push_init_level): Update constructor_depth when we
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DFSFChangeLog.108525 * c-typeck.c (push_init_level): Update constructor_depth when we