Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/cp/
H A Dcxx-pretty-print.c1259 if (!TYPE_NOTHROW_P (t) && ex_spec == NULL) in pp_cxx_exception_specification()
H A Dinit.c1843 nothrow = TYPE_NOTHROW_P (TREE_TYPE (alloc_fn)); in build_new_1()
H A Dcp-tree.h1477 #define TYPE_NOTHROW_P(NODE) \ macro
H A Ddecl.c3507 TREE_NOTHROW (fn) = TYPE_NOTHROW_P (type); in build_cp_library_fn()
6245 if (TYPE_NOTHROW_P (type) || nothrow_libfn_p (decl)) in grokfndecl()
H A Dtypeck.c6548 && !TYPE_NOTHROW_P (TREE_TYPE (current_function_decl)) in check_return_expr()
H A Dcall.c312 || TYPE_NOTHROW_P (TREE_TYPE (TREE_TYPE (function)))); in build_call()
H A DChangeLog-19995066 * cp-tree.h (TYPE_NOTHROW_P): New macro.
5068 * init.c (build_new_1): Use TYPE_NOTHROW_P.
H A DChangeLog-20005435 * decl.c (grokfndecl): Set TREE_NOTHROW if TYPE_NOTHROW_P.
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dinit.c2334 nothrow = TYPE_NOTHROW_P (TREE_TYPE (alloc_fn));
H A Dcp-tree.h1748 #define TYPE_NOTHROW_P(NODE) \ macro
H A Ddecl.c7326 TREE_NOTHROW (fn) = TYPE_NOTHROW_P (type);
9859 if (TYPE_NOTHROW_P (type) || nothrow_libfn_p (decl))
H A Dtypeck.c6312 && !TYPE_NOTHROW_P (TREE_TYPE (current_function_decl))
H A Dcall.c385 || TYPE_NOTHROW_P (TREE_TYPE (TREE_TYPE (function))));
H A DChangeLog.25066 * cp-tree.h (TYPE_NOTHROW_P): New macro.
5068 * init.c (build_new_1): Use TYPE_NOTHROW_P.
H A DChangeLog15307 * decl.c (grokfndecl): Set TREE_NOTHROW if TYPE_NOTHROW_P.
/openbsd/gnu/usr.bin/gcc/gcc/doc/
H A Dc-tree.texi1251 @item TYPE_NOTHROW_P
/openbsd/gnu/gcc/gcc/doc/
H A Dc-tree.texi1446 @item TYPE_NOTHROW_P
H A Dgccint.info5180 `TYPE_NOTHROW_P'
34129 * TYPE_NOTHROW_P: Function Basics. (line 180)