Home | History | Annotate | Download | only in oo

Lines Matching refs:pTwo

3496 static inline void swapField(InstField* pOne, InstField* pTwo)
3500 LOGVV(" --- swap '%s' and '%s'", pOne->name, pTwo->name);
3502 *pOne = *pTwo;
3503 *pTwo = swap;