Home | History | Annotate | Download | only in MCParser

Lines Matching full:identifier

160 ///  ::= { ".local", ".weak", ... } [ identifier ( , identifier )* ]
175 return TokError("expected identifier in directive");
211 return TokError("expected identifier in directive");
251 } else if (getLexer().is(AsmToken::Identifier)) {
322 if (!getLexer().is(AsmToken::Identifier))
373 return TokError("expected identifier in directive");
440 return TokError("expected identifier in directive");
470 return TokError("expected identifier in directive");
574 /// ::= .type identifier , STT_<TYPE_IN_UPPER_CASE>
575 /// ::= .type identifier , #attribute
576 /// ::= .type identifier , @attribute
577 /// ::= .type identifier , %attribute
578 /// ::= .type identifier , "attribute"
582 return TokError("expected identifier in directive");
584 // Handle the identifier as the key symbol.
595 if (getLexer().isNot(AsmToken::Identifier) &&
602 getLexer().isNot(AsmToken::Identifier))
643 return TokError("expected identifier in directive");
650 // Force the next symbol to allow @ in the identifier, which is
659 return TokError("expected identifier in directive");
703 return TokError("expected identifier in directive");
712 return TokError("expected identifier in directive");