Home | History | Annotate | Download | only in src

Lines Matching refs:other_pos

379     UsePosition* other_pos = other->first_pos();
380 if (other_pos == NULL) return true;
381 return pos->pos().Value() < other_pos->pos().Value();