Home | History | Annotate | Download | only in oo

Lines Matching refs:pOne

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