Searched refs:TREE_THIS_NOTRAP (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/contrib/gcc/
H A Dtree-eh.c1908 if (TREE_THIS_NOTRAP (expr))
1918 if (TREE_THIS_NOTRAP (expr))
1926 return !TREE_THIS_NOTRAP (expr);
H A Dtree-sra.c2150 TREE_THIS_NOTRAP (t) = 1;
2209 TREE_THIS_NOTRAP in all INDIRECT_REFs. */
H A Demit-rtl.c1515 examining TREE_THIS_NOTRAP, but not array-like accesses. */
1531 MEM_NOTRAP_P (ref) = TREE_THIS_NOTRAP (base);
H A Dtree.h530 TREE_THIS_NOTRAP in
1164 #define TREE_THIS_NOTRAP(NODE) ((NODE)->common.nothrow_flag)
1160 #define TREE_THIS_NOTRAP macro

Completed in 148 milliseconds