Searched refs:TREE_DEPRECATED (Results 1 - 10 of 10) sorted by relevance

/freebsd-11.0-release/contrib/gcc/
H A Dtree-ssa-propagate.c121 /* Use the TREE_DEPRECATED bitflag to mark statements that have been
127 #define STMT_IN_SSA_EDGE_WORKLIST(T) TREE_DEPRECATED (T)
H A Dprint-tree.c304 if (TREE_DEPRECATED (node))
H A Dc-decl.c1726 if (TREE_DEPRECATED (newdecl))
1727 TREE_DEPRECATED (olddecl) = 1;
8381 if (TREE_DEPRECATED (type))
H A Dc-common.c5377 TREE_DEPRECATED (decl) = 1;
5385 TREE_DEPRECATED (*node) = 1;
H A Dc-typeck.c1897 if (TREE_DEPRECATED (subdatum))
2198 if (TREE_DEPRECATED (ref))
H A Dtree.h535 TREE_DEPRECATED in
1244 #define TREE_DEPRECATED(NODE) \
1240 #define TREE_DEPRECATED macro
/freebsd-11.0-release/contrib/gcc/cp/
H A Ddecl.c1741 if (TREE_DEPRECATED (newdecl))
1742 TREE_DEPRECATED (olddecl) = 1;
7739 if (type && TREE_DEPRECATED (type) && TREE_UNAVAILABLE (type))
7748 if (type && TREE_DEPRECATED (type)
H A Dsemantics.c3008 if (TREE_DEPRECATED (decl))
H A Dtypeck.c1838 if (TREE_DEPRECATED (member))
2267 if (TREE_DEPRECATED (member))
H A Dcall.c318 if (decl && TREE_DEPRECATED (decl))

Completed in 197 milliseconds