Searched refs:begin_constructor_declarator (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | parse.y | 824 { $$ = 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 D | semantics.c | 1562 begin_constructor_declarator (scope, name) in begin_constructor_declarator() function
|
| H A D | cp-tree.h | 4256 extern tree begin_constructor_declarator PARAMS ((tree, tree));
|
| H A D | ChangeLog | 9367 (tsubst), semantics.c (begin_constructor_declarator): Use build_nt
|
| H A D | ChangeLog.2 | 8951 * semantics.c (begin_constructor_declarator): Use enter_scope_of.
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | ChangeLog-2001 | 3390 (tsubst), semantics.c (begin_constructor_declarator): Use build_nt
|
| H A D | ChangeLog-2003 | 6154 (begin_constructor_declarator): Remove.
|
| H A D | ChangeLog-1998 | 2163 * semantics.c (begin_constructor_declarator): Use enter_scope_of.
|