Searched refs:rhs_module (Results 1 – 1 of 1) sorted by relevance
995 Module *rhs_module = rhs_module_sp.get(); in operator <() local996 if (lhs_module == rhs_module) { in operator <()1002 return lhs_module < rhs_module; in operator <()1010 Module *rhs_module = rhs_module_sp.get(); in operator >() local1011 if (lhs_module == rhs_module) { in operator >()1017 return lhs_module > rhs_module; in operator >()