Home
last modified time | relevance | path

Searched defs:TREE_INT_CST_LOW (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree.h1002 #define TREE_INT_CST_LOW(NODE) \ macro
/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree.h1473 #define TREE_INT_CST_LOW(NODE) (TREE_INT_CST (NODE).low) macro