Home | History | Annotate | Download | only in oo

Lines Matching refs:pTwo

3501 static inline void swapField(InstField* pOne, InstField* pTwo)
3505 LOGVV(" --- swap '%s' and '%s'", pOne->name, pTwo->name);
3507 *pOne = *pTwo;
3508 *pTwo = swap;