Home
last modified time | relevance | path

Searched refs:begin_constructor_declarator (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dparse.y824 { $$ = begin_constructor_declarator ($1, $2); }
828 { $$ = begin_constructor_declarator ($1, $2);
832 { $$ = begin_constructor_declarator ($2, $3); }
836 { $$ = begin_constructor_declarator ($2, $3);
840 { $$ = begin_constructor_declarator ($1, $2); }
844 { $$ = begin_constructor_declarator ($1, $2);
848 { $$ = begin_constructor_declarator ($2, $3); }
852 { $$ = begin_constructor_declarator ($2, $3);
H A Dsemantics.c1562 begin_constructor_declarator (scope, name) in begin_constructor_declarator() function
H A Dcp-tree.h4256 extern tree begin_constructor_declarator PARAMS ((tree, tree));
H A DChangeLog9367 (tsubst), semantics.c (begin_constructor_declarator): Use build_nt
H A DChangeLog.28951 * semantics.c (begin_constructor_declarator): Use enter_scope_of.
/openbsd-src/gnu/gcc/gcc/cp/
H A DChangeLog-20013390 (tsubst), semantics.c (begin_constructor_declarator): Use build_nt
H A DChangeLog-20036154 (begin_constructor_declarator): Remove.
H A DChangeLog-19982163 * semantics.c (begin_constructor_declarator): Use enter_scope_of.