Home
last modified time | relevance | path

Searched refs:nothrow_flag (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-core.h1037 unsigned nothrow_flag : 1; member
Dtree.h822 ARRAY_RANGE_REF)->base.nothrow_flag)
903 #define TREE_NOTHROW(NODE) ((NODE)->base.nothrow_flag)
1953 SSA_NAME_CHECK (NODE)->base.nothrow_flag
3151 (VAR_DECL_CHECK (NODE)->base.nothrow_flag)
DChangeLog-201212901 * tree.h (TREE_NOTHROW): Use the base.nothrow_flag.
DChangeLog-200026497 * tree.h (struct tree_common): Rename raises_flag to nothrow_flag.
DChangeLog-201618624 * tree-core.h (tree_base::nothrow_flag): Adjust comment.
DChangeLog-200447692 * tree.h: Update documentation on nothrow_flag.
DChangeLog-201444201 * tree-core.h (struct tree_base): Document nothrow_flag use
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dmodule.cc5190 WB (t->base.nothrow_flag); in core_bools()
5380 RB (t->base.nothrow_flag); in core_bools()