Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
H A Ddf.h737 #define DF_INSN_UID_SAFE_GET(UID) (((unsigned)(UID) < DF_INSN_SIZE()) \ macro
/dragonfly/contrib/gcc-8.0/gcc/
H A Ddf.h762 #define DF_INSN_UID_SAFE_GET(UID) (((unsigned)(UID) < DF_INSN_SIZE ()) \ macro