Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-typeck.c8145 static int constructor_nonconst; variable
8386 p->nonconst = constructor_nonconst; in really_start_incremental_init()
8404 constructor_nonconst = 0; in really_start_incremental_init()
8534 p->nonconst = constructor_nonconst; in push_init_level()
8552 constructor_nonconst = 0; in push_init_level()
8604 constructor_nonconst = CONSTRUCTOR_NON_CONST (value); in push_init_level()
8850 if (constructor_nonconst) in pop_init_level()
8857 if (constructor_nonconst) in pop_init_level()
8873 constructor_nonconst = p->nonconst; in pop_init_level()
9627 constructor_nonconst = 1; in output_init_element()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-typeck.cc8323 static int constructor_nonconst; variable
8567 p->nonconst = constructor_nonconst; in really_start_incremental_init()
8585 constructor_nonconst = 0; in really_start_incremental_init()
8715 p->nonconst = constructor_nonconst; in push_init_level()
8733 constructor_nonconst = 0; in push_init_level()
8784 constructor_nonconst = CONSTRUCTOR_NON_CONST (value); in push_init_level()
9030 if (constructor_nonconst) in pop_init_level()
9037 if (constructor_nonconst) in pop_init_level()
9053 constructor_nonconst = p->nonconst; in pop_init_level()
9807 constructor_nonconst = 1; in output_init_element()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200930883 (constructor_nonconst): New.
30886 Handle constructor_nonconst and nonconst element.
30889 (output_init_element): Fold value. Set constructor_nonconst as