Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dplugin.c546 #define PTR_UNION_TYPE(TOTYPE) union { void *_q; TOTYPE _nq; } macro
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dplugin.c684 #define PTR_UNION_TYPE(TOTYPE) union { void *_q; TOTYPE _nq; } macro