Searched refs:LAST_AND_UNUSED_TREE_CODE (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.1-release/contrib/gcc/
H A Dtree-browser.c899 for (mn = 0; mn < LAST_AND_UNUSED_TREE_CODE; mn++)
913 return LAST_AND_UNUSED_TREE_CODE;
H A Dc-common.h742 C_DUMMY_TREE_CODE = LAST_AND_UNUSED_TREE_CODE,
H A Dexplow.c1555 tcode = LAST_AND_UNUSED_TREE_CODE;
H A Dcgraphunit.c572 if ((unsigned int) TREE_CODE (t) >= LAST_AND_UNUSED_TREE_CODE)
H A Dtree.h43 LAST_AND_UNUSED_TREE_CODE /* A convenient way to get a value for enumerator in enum:tree_code
53 #define NUM_TREE_CODES ((int) LAST_AND_UNUSED_TREE_CODE)
H A Dtree.c2006 >= (unsigned int) LAST_AND_UNUSED_TREE_CODE)
4764 if ((int) code1 >= (int) LAST_AND_UNUSED_TREE_CODE)
H A Dexpr.c6309 >= (unsigned int) LAST_AND_UNUSED_TREE_CODE
6568 || TREE_CODE (exp) >= LAST_AND_UNUSED_TREE_CODE)
H A Ddwarf2out.c9541 >= (unsigned int) LAST_AND_UNUSED_TREE_CODE)

Completed in 266 milliseconds