Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/
HDtree.h373 unsigned nothrow_flag : 1; member
1160 #define TREE_THIS_NOTRAP(NODE) ((NODE)->common.nothrow_flag)
1207 #define TREE_NOTHROW(NODE) ((NODE)->common.nothrow_flag)
1230 #define TYPE_ALIGN_OK(NODE) (TYPE_CHECK (NODE)->common.nothrow_flag)
1722 SSA_NAME_CHECK (NODE)->common.nothrow_flag
HDChangeLog-200026497 * tree.h (struct tree_common): Rename raises_flag to nothrow_flag.
HDChangeLog-200447692 * tree.h: Update documentation on nothrow_flag.