Searched refs:finish_noexcept_expr (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | except.cc | 1156 finish_noexcept_expr (tree expr, tsubst_flags_t complain) in finish_noexcept_expr() function
|
H A D | ChangeLog-2010 | 1678 (finish_noexcept_expr): ...here. Adjust. 2269 (finish_noexcept_expr): Give -Wnoexcept warning. Add complain parm. 2524 * except.c (check_noexcept_r, finish_noexcept_expr): New. 2525 * cp-tree.h: Declare finish_noexcept_expr.
|
H A D | ChangeLog-2011 | 1546 * except.c (expr_noexcept_p): Split out from finish_noexcept_expr. 4172 (finish_noexcept_expr): Likewise.
|
H A D | cp-tree.h | 7004 extern tree finish_noexcept_expr (tree, tsubst_flags_t);
|
H A D | pt.cc | 20631 RETURN (finish_noexcept_expr (op1, complain)); in tsubst_copy_and_build()
|
H A D | parser.cc | 8849 return cp_expr (finish_noexcept_expr (expr, tf_warning_or_error), in cp_parser_unary_expression()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | except.c | 1208 finish_noexcept_expr (tree expr, tsubst_flags_t complain) in finish_noexcept_expr() function
|
H A D | cp-tree.h | 6728 extern tree finish_noexcept_expr (tree, tsubst_flags_t);
|
H A D | pt.c | 19800 RETURN (finish_noexcept_expr (op1, complain)); in tsubst_copy_and_build()
|
H A D | parser.c | 8389 return cp_expr (finish_noexcept_expr (expr, tf_warning_or_error), in cp_parser_unary_expression()
|
/netbsd-src/external/gpl3/gcc.old/dist/libcc1/ |
H A D | libcp1plugin.cc | 2796 result = finish_noexcept_expr (op0, tf_error); in plugin_build_unary_expr()
|
/netbsd-src/external/gpl3/gcc/dist/libcc1/ |
H A D | libcp1plugin.cc | 2637 result = finish_noexcept_expr (op0, tf_error); in plugin_build_unary_expr()
|