Searched refs:cp_parser_noexcept_specification_opt (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
H A D | parser.c | 19508 cp_parser_noexcept_specification_opt (cp_parser* parser, in cp_parser_noexcept_specification_opt() function 19586 type_id_list = cp_parser_noexcept_specification_opt(parser, true, NULL, in cp_parser_exception_specification_opt() 27005 noex = cp_parser_noexcept_specification_opt (parser, true, NULL, true); in cp_parser_transaction() 27063 noex = cp_parser_noexcept_specification_opt (parser, false, &noex_expr, in cp_parser_transaction_expression()
|
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | parser.c | 24405 cp_parser_noexcept_specification_opt (cp_parser* parser, in cp_parser_noexcept_specification_opt() function 24484 type_id_list = cp_parser_noexcept_specification_opt (parser, true, NULL, in cp_parser_exception_specification_opt() 38469 noex = cp_parser_noexcept_specification_opt (parser, true, NULL, true); in cp_parser_transaction() 38529 noex = cp_parser_noexcept_specification_opt (parser, false, &noex_expr, in cp_parser_transaction_expression()
|