Searched refs:grokmethod (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | ChangeLog-2020 | 408 (grokmethod): Implement p1779 linkage of in-class defined 1856 (grokmethod): Directly check friend decl-spec. 2231 (grokmethod): Likewise.
|
H A D | cp-tree.h | 6865 extern tree grokmethod (cp_decl_specifier_seq *, const cp_declarator *, tree);
|
H A D | ChangeLog-2009 | 1388 * decl.c (grokmethod): Rename from start_method.
|
H A D | ChangeLog-2014 | 1736 (grokmethod, grokfndecl): Set DECL_COMDAT on inlines.
|
H A D | ChangeLog-2015 | 3506 * decl.c (grokmethod): Only set DECL_COMDAT if TREE_PUBLIC is set.
|
H A D | ChangeLog-2010 | 132 * decl.c (grokmethod): Test DECL_CLASS_SCOPE_P.
|
H A D | decl.cc | 18182 grokmethod (cp_decl_specifier_seq *declspecs, in grokmethod() function
|
H A D | ChangeLog-2019 | 2849 (grokmethod): Likewise.
|
H A D | parser.cc | 11722 fco = grokmethod (&return_type_specs, in cp_parser_lambda_declarator_opt() 31930 fn = grokmethod (decl_specifiers, declarator, attributes); in cp_parser_save_member_function_body()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | cp-tree.h | 6594 extern tree grokmethod (cp_decl_specifier_seq *, const cp_declarator *, tree);
|
H A D | decl.c | 17351 grokmethod (cp_decl_specifier_seq *declspecs, in grokmethod() function
|
H A D | parser.c | 11171 fco = grokmethod (&return_type_specs, in cp_parser_lambda_declarator_opt() 29693 fn = grokmethod (decl_specifiers, declarator, attributes); in cp_parser_save_member_function_body()
|