Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dtree.h2007 #define DECODE_QUAL_ADDR_SPACE(X) (((X) >> 8) & 0xFF) macro
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dtree.h2294 #define DECODE_QUAL_ADDR_SPACE(X) (((X) >> 8) & 0xFF) macro