Searched refs:ROffset (Results 1 – 2 of 2) sorted by relevance
482 bool getCachedResult(unsigned LOffset, unsigned ROffset) const { in getCachedResult() argument486 if (RQueryFID != CommonFID) ROffset = RCommonOffset; in getCachedResult()493 if (LOffset == ROffset) in getCachedResult()496 return LOffset < ROffset; in getCachedResult()
1634 int ROffset = getMemoryOpOffset(RHS); in operator ()() local1635 assert(LHS == RHS || LOffset != ROffset); in operator ()()1636 return LOffset > ROffset; in operator ()()