Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:Again

1201   bool Again = Lexer.is(AsmToken::Identifier);
1203 while (Again) {
1218 Again = (Contigious && Type) || (Workaround && Type);
1219 NeededWorkaround = NeededWorkaround || (Again && !(Contigious && Type));