Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dvalue-relation.cc39 #define VREL_LAST NE_EXPR macro
40 #define VREL_COUNT (VREL_LAST - VREL_FIRST + 1)
46 gcc_checking_assert ((c) >= VREL_FIRST && (c) <= VREL_LAST)
49 if ((c) < VREL_FIRST || (c) > VREL_LAST) \