Searched refs:rhs_module (Results 1 – 1 of 1) sorted by relevance
1015 Module *rhs_module = rhs_module_sp.get(); in operator <() local1016 if (lhs_module == rhs_module) in operator <()1025 return lhs_module < rhs_module; in operator <()1035 Module *rhs_module = rhs_module_sp.get(); in operator >() local1036 if (lhs_module == rhs_module) in operator >()1045 return lhs_module > rhs_module; in operator >()