Searched refs:rhs_module (Results 1 – 1 of 1) sorted by relevance
996 Module *rhs_module = rhs_module_sp.get(); in operator <() local997 if (lhs_module == rhs_module) { in operator <()1003 return lhs_module < rhs_module; in operator <()1011 Module *rhs_module = rhs_module_sp.get(); in operator >() local1012 if (lhs_module == rhs_module) { in operator >()1018 return lhs_module > rhs_module; in operator >()