Home
last modified time | relevance | path

Searched refs:constructor_decl (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dc-typeck.c4982 static tree constructor_decl; variable
5089 p->decl = constructor_decl;
5104 constructor_decl = decl;
5166 constructor_decl = p->decl; in finish_init()
5197 type = TREE_TYPE (constructor_decl);
/openbsd-src/gnu/gcc/gcc/
H A Dc-typeck.c4904 static tree constructor_decl; variable
4998 p->decl = constructor_decl; in start_init()
5011 constructor_decl = decl; in start_init()
5067 constructor_decl = p->decl; in finish_init()
5094 type = TREE_TYPE (constructor_decl); in really_start_incremental_init()