Home
last modified time | relevance | path

Searched refs:constructor_stack (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dc-typeck.c5006 struct constructor_stack struct
5008 struct constructor_stack *next; argument
5033 struct constructor_stack *constructor_stack; argument
5041 struct constructor_stack *stack;
5059 struct constructor_stack *constructor_stack; member
5093 p->constructor_stack = constructor_stack;
5130 constructor_stack = 0;
5155 while (constructor_stack) in finish_init()
5157 struct constructor_stack *q = constructor_stack; in finish_init()
5158 constructor_stack = q->next; in finish_init()
[all …]
H A DChangeLog.511557 * c-typeck.c (struct constructor_stack): Add range_stack member.
12631 (struct constructor_stack): Remove range_end, add incremental.
H A DFSFChangeLog.108075 constructor_stack is not empty.
H A DChangeLog.45310 (struct constructor_stack): Remove incremental bit.
H A DChangeLog.67620 (struct constructor_stack): Add "designated" field to match.
/openbsd-src/gnu/gcc/gcc/
H A Dc-typeck.c4925 struct constructor_stack struct
4927 struct constructor_stack *next; argument
4952 static struct constructor_stack *constructor_stack; argument
4960 struct constructor_stack *stack;
4977 struct constructor_stack *constructor_stack; member
5001 p->constructor_stack = constructor_stack; in start_init()
5035 constructor_stack = 0; in start_init()
5055 while (constructor_stack) in finish_init()
5057 struct constructor_stack *q = constructor_stack; in finish_init()
5058 constructor_stack = q->next; in finish_init()
[all …]