Searched refs:ROffset (Results 1 – 2 of 2) sorted by relevance
395 bool getCachedResult(unsigned LOffset, unsigned ROffset) const { in getCachedResult() argument399 if (RQueryFID != CommonFID) ROffset = RCommonOffset; in getCachedResult()400 return LOffset < ROffset; in getCachedResult()
1566 int ROffset = getMemoryOpOffset(RHS); in operator ()() local1567 assert(LHS == RHS || LOffset != ROffset); in operator ()()1568 return LOffset > ROffset; in operator ()()