Home | History | Annotate | Download | only in oo

Lines Matching full:pone

3491 static inline void swapField(InstField* pOne, InstField* pTwo)
3495 LOGVV(" --- swap '%s' and '%s'\n", pOne->field.name, pTwo->field.name);
3496 swap = *pOne;
3497 *pOne = *pTwo;