Home
last modified time | relevance | path

Searched refs:expr_noexcept_p (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dexcept.cc1164 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 Dmethod.cc1343 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 Dconstraint.cc2060 if (noexcept_p && !expr_noexcept_p (expr, tf_none)) in tsubst_compound_requirement()
H A Dinit.cc4162 && !expr_noexcept_p (tmp, tf_none)) in build_vec_delete_1()
H A DChangeLog173 * init.cc (build_vec_delete_1): Assume expr_noexcept_p returns
H A Ddecl.cc7625 && !expr_noexcept_p (tcleanup, tf_none)) in wrap_cleanups_r()
18425 && !expr_noexcept_p (cleanup, tf_none)) in cxx_maybe_build_cleanup()
H A Dcp-tree.h7005 extern bool expr_noexcept_p (tree, tsubst_flags_t);
H A DChangeLog-20111546 * except.c (expr_noexcept_p): Split out from finish_noexcept_expr.
H A DChangeLog-20205330 * method.c (walk_field_subobs): Pass tf_none to expr_noexcept_p.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dexcept.c1216 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 Dconstraint.cc1993 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 Dmethod.c1269 if (noex && !expr_noexcept_p (expr, tf_none)) in check()
2064 && !expr_noexcept_p (nsdmi, tf_none)) in walk_field_subobs()
H A Dcp-tree.h6729 extern bool expr_noexcept_p (tree, tsubst_flags_t);
H A Ddecl.c17582 && !expr_noexcept_p (cleanup, tf_none)) in cxx_maybe_build_cleanup()