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