Searched refs:cp_parser_noexcept_specification_opt (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | ChangeLog-2019 | 2543 cp_parser_noexcept_specification_opt. 2544 (cp_parser_noexcept_specification_opt): New parameter for parser flags, 2548 cp_parser_noexcept_specification_opt. 3379 * parser.c (cp_parser_noexcept_specification_opt, 3393 (cp_parser_noexcept_specification_opt): Add FRIEND_P parameter. Call 3396 pass it to cp_parser_noexcept_specification_opt. 3401 cp_parser_noexcept_specification_opt. 4899 * parser.c (cp_parser_noexcept_specification_opt): Return NULL_TREE
|
H A D | ChangeLog-2014 | 994 cp_parser_noexcept_specification_opt, cp_parser_throw_expression, 1441 cp_parser_decltype_expr, cp_parser_noexcept_specification_opt,
|
H A D | parser.cc | 2521 static tree cp_parser_noexcept_specification_opt 27859 = cp_parser_noexcept_specification_opt (parser, in cp_parser_late_noexcept_specifier() 27916 cp_parser_noexcept_specification_opt (cp_parser* parser, in cp_parser_noexcept_specification_opt() function 28028 = cp_parser_noexcept_specification_opt (parser, flags, in cp_parser_exception_specification_opt() 47391 noex = cp_parser_noexcept_specification_opt (parser, in cp_parser_transaction() 47455 noex = cp_parser_noexcept_specification_opt (parser, in cp_parser_transaction_expression()
|
H A D | ChangeLog-2020 | 1451 (cp_parser_noexcept_specification_opt): ... here. Refactor the 4279 (cp_parser_noexcept_specification_opt): Nor here.
|
H A D | ChangeLog-2011 | 251 (cp_parser_noexcept_specification_opt): ...here. Allow for parsing
|
H A D | ChangeLog-2018 | 718 * parser.c (cp_parser_noexcept_specification_opt): Call
|
H A D | ChangeLog-2017 | 2153 (cp_parser_noexcept_specification_opt): Likewise, for
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | parser.c | 2396 static tree cp_parser_noexcept_specification_opt 25811 = cp_parser_noexcept_specification_opt (parser, in cp_parser_late_noexcept_specifier() 25869 cp_parser_noexcept_specification_opt (cp_parser* parser, in cp_parser_noexcept_specification_opt() function 25997 = cp_parser_noexcept_specification_opt (parser, flags, in cp_parser_exception_specification_opt() 43385 noex = cp_parser_noexcept_specification_opt (parser, in cp_parser_transaction() 43450 noex = cp_parser_noexcept_specification_opt (parser, in cp_parser_transaction_expression()
|