Home | History | Annotate | Download | only in MC

Lines Matching defs:Rest

525     StringRef Rest = AliasName.substr(Pos);
526 if (!Symbol.isUndefined() && !Rest.startswith("@@@"))
530 if (Symbol.isUndefined() && Rest.startswith("@@") &&
531 !Rest.startswith("@@@"))