Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree.h2582 #define DECL_RTL_IF_SET(NODE) (DECL_RTL_SET_P (NODE) ? DECL_RTL (NODE) : NULL) macro
/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree.h2989 #define DECL_RTL_IF_SET(NODE) (DECL_RTL_SET_P (NODE) ? DECL_RTL (NODE) : NULL) macro