Home | History | Annotate | Download | only in AsmParser

Lines Matching full:lex

92     LLLexer Lex;
145 : Context(M->getContext()), Lex(F, SM, Err, M->getContext()), M(M),
156 return Lex.Error(L, Msg);
159 return Error(Lex.getLoc(), Msg);
179 if (Lex.getKind() != T) return false;
180 Lex.Lex();
187 switch (Lex.getKind()) {
188 case lltok::kw_fast: FMF.setUnsafeAlgebra(); Lex.Lex(); continue;
189 case lltok::kw_nnan: FMF.setNoNaNs(); Lex.Lex(); continue;
190 case lltok::kw_ninf: FMF.setNoInfs(); Lex.Lex(); continue;
191 case lltok::kw_nsz: FMF.setNoSignedZeros(); Lex.Lex(); continue;
192 case lltok::kw_arcp: FMF.setAllowReciprocal(); Lex.Lex(); continue;
200 if (Lex.getKind() != T) {
204 *Loc = Lex.getLoc();
205 Lex.Lex();
213 Loc = Lex.getLoc();
218 Loc = Lex.getLoc();
294 Loc = Lex.getLoc();
298 Loc = Lex.getLoc();
365 Loc = Lex.getLoc();
374 Loc = Lex.getLoc();