Home
last modified time | relevance | path

Searched refs:TYPE_NOTHROW_P (Results 1 – 17 of 17) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/cp/
HDexcept.c1047 if (!TYPE_NOTHROW_P (type)) in check_noexcept_r()
HDlambda.c1179 && TYPE_NOTHROW_P (TREE_TYPE (callop))) in maybe_add_lambda_conv_op()
HDrtti.c1020 && TYPE_NOTHROW_P (to)) in ptr_initializer()
HDsemantics.c8941 if (!TYPE_NOTHROW_P (TREE_TYPE (fn))) in classtype_has_nothrow_assign_or_copy_p()
8984 TYPE_NOTHROW_P (TREE_TYPE (t))))); in trait_expr_value()
HDinit.c3273 nothrow = TYPE_NOTHROW_P (TREE_TYPE (alloc_fn)); in build_new_1()
HDcp-tree.h2452 #define TYPE_NOTHROW_P(NODE) nothrow_spec_p (TYPE_RAISES_EXCEPTIONS (NODE)) macro
HDtypeck.c9285 && !TYPE_NOTHROW_P (TREE_TYPE (current_function_decl)) in check_return_expr()
HDcall.c329 nothrow |= TYPE_NOTHROW_P (TREE_TYPE (TREE_TYPE (CALL_EXPR_FN (call)))); in set_flags_from_callee()
HDdecl.c9036 if (TYPE_NOTHROW_P (type) || nothrow_libfn_p (decl)) in grokfndecl()
/dragonfly/contrib/gcc-4.7/gcc/cp/
HDexcept.c1149 if (!TYPE_NOTHROW_P (type)) in check_noexcept_r()
HDinit.c2463 nothrow = TYPE_NOTHROW_P (TREE_TYPE (alloc_fn)); in build_new_1()
HDsemantics.c5378 if (!TYPE_NOTHROW_P (TREE_TYPE (fn))) in classtype_has_nothrow_assign_or_copy_p()
5420 TYPE_NOTHROW_P (TREE_TYPE (t))))); in trait_expr_value()
HDdecl.c3963 TREE_NOTHROW (fn) = TYPE_NOTHROW_P (type); in build_cp_library_fn()
7432 if (TYPE_NOTHROW_P (type) || nothrow_libfn_p (decl)) in grokfndecl()
HDcp-tree.h1853 #define TYPE_NOTHROW_P(NODE) nothrow_spec_p (TYPE_RAISES_EXCEPTIONS (NODE)) macro
HDtypeck.c7875 && !TYPE_NOTHROW_P (TREE_TYPE (current_function_decl)) in check_return_expr()
HDcall.c325 || TYPE_NOTHROW_P (TREE_TYPE (TREE_TYPE (CALL_EXPR_FN (call))))); in set_flags_from_callee()
/dragonfly/contrib/gcc-4.7/gcc/doc/
HDgeneric.texi3011 @item TYPE_NOTHROW_P