Home | History | Annotate | Download | only in oo

Lines Matching full:pone

3511 static inline void swapField(InstField* pOne, InstField* pTwo)
3515 LOGVV(" --- swap '%s' and '%s'", pOne->name, pTwo->name);
3516 swap = *pOne;
3517 *pOne = *pTwo;