Home | History | Annotate | Download | only in m_debuginfo

Lines Matching refs:ty

1349 #  define SWAP(ty,aa,bb) \
1350 do { ty tt = (aa); (aa) = (bb); (bb) = tt; } while (0)
1599 # define SWAP(ty,aa,bb) \
1600 do { ty tt = (aa); (aa) = (bb); (bb) = tt; } while (0);