Home
last modified time | relevance | path

Searched refs:finish_noexcept_expr (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dexcept.cc1156 finish_noexcept_expr (tree expr, tsubst_flags_t complain) in finish_noexcept_expr() function
H A DChangeLog-20101678 (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 DChangeLog-20111546 * except.c (expr_noexcept_p): Split out from finish_noexcept_expr.
4172 (finish_noexcept_expr): Likewise.
H A Dcp-tree.h7004 extern tree finish_noexcept_expr (tree, tsubst_flags_t);
H A Dpt.cc20631 RETURN (finish_noexcept_expr (op1, complain)); in tsubst_copy_and_build()
H A Dparser.cc8849 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 Dexcept.c1208 finish_noexcept_expr (tree expr, tsubst_flags_t complain) in finish_noexcept_expr() function
H A Dcp-tree.h6728 extern tree finish_noexcept_expr (tree, tsubst_flags_t);
H A Dpt.c19800 RETURN (finish_noexcept_expr (op1, complain)); in tsubst_copy_and_build()
H A Dparser.c8389 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 Dlibcp1plugin.cc2796 result = finish_noexcept_expr (op0, tf_error); in plugin_build_unary_expr()
/netbsd-src/external/gpl3/gcc/dist/libcc1/
H A Dlibcp1plugin.cc2637 result = finish_noexcept_expr (op0, tf_error); in plugin_build_unary_expr()