Searched refs:expr_noexcept_p (Results 1 – 14 of 14) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | except.cc | 1164 return (expr_noexcept_p (expr, complain) in finish_noexcept_expr() 1172 expr_noexcept_p (tree expr, tsubst_flags_t complain) in expr_noexcept_p() function
|
H A D | method.cc | 1343 if (noex && !expr_noexcept_p (expr, tf_none)) in check() 2202 return expr_noexcept_p (expr, tf_none); in is_nothrow_xible() 2357 && !expr_noexcept_p (nsdmi, tf_none)) in walk_field_subobs()
|
H A D | constraint.cc | 2060 if (noexcept_p && !expr_noexcept_p (expr, tf_none)) in tsubst_compound_requirement()
|
H A D | init.cc | 4162 && !expr_noexcept_p (tmp, tf_none)) in build_vec_delete_1()
|
H A D | ChangeLog | 173 * init.cc (build_vec_delete_1): Assume expr_noexcept_p returns
|
H A D | decl.cc | 7625 && !expr_noexcept_p (tcleanup, tf_none)) in wrap_cleanups_r() 18425 && !expr_noexcept_p (cleanup, tf_none)) in cxx_maybe_build_cleanup()
|
H A D | cp-tree.h | 7005 extern bool expr_noexcept_p (tree, tsubst_flags_t);
|
H A D | ChangeLog-2011 | 1546 * except.c (expr_noexcept_p): Split out from finish_noexcept_expr.
|
H A D | ChangeLog-2020 | 5330 * method.c (walk_field_subobs): Pass tf_none to expr_noexcept_p.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | except.c | 1216 return (expr_noexcept_p (expr, complain) in finish_noexcept_expr() 1224 expr_noexcept_p (tree expr, tsubst_flags_t complain) in expr_noexcept_p() function
|
H A D | constraint.cc | 1993 if (noexcept_p && !expr_noexcept_p (expr, tf_none)) in tsubst_compound_requirement() 3330 if (COMPOUND_REQ_NOEXCEPT_P (req) && !expr_noexcept_p (expr, tf_none)) in diagnose_compound_requirement()
|
H A D | method.c | 1269 if (noex && !expr_noexcept_p (expr, tf_none)) in check() 2064 && !expr_noexcept_p (nsdmi, tf_none)) in walk_field_subobs()
|
H A D | cp-tree.h | 6729 extern bool expr_noexcept_p (tree, tsubst_flags_t);
|
H A D | decl.c | 17582 && !expr_noexcept_p (cleanup, tf_none)) in cxx_maybe_build_cleanup()
|