reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
38 assert(valid() && RHS.valid()); 40 if (LowPC == HighPC || RHS.LowPC == RHS.HighPC) 40 if (LowPC == HighPC || RHS.LowPC == RHS.HighPC) 42 return LowPC < RHS.HighPC && RHS.LowPC < HighPC; 42 return LowPC < RHS.HighPC && RHS.LowPC < HighPC;