Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:Lex

91     LLLexer Lex;
134 Context(m->getContext()), Lex(F, SM, Err, m->getContext()),
143 return Lex.Error(L, Msg);
146 return Error(Lex.getLoc(), Msg);
158 if (Lex.getKind() != T) return false;
159 Lex.Lex();
166 switch (Lex.getKind()) {
167 case lltok::kw_fast: FMF.setUnsafeAlgebra(); Lex.Lex(); continue;
168 case lltok::kw_nnan: FMF.setNoNaNs(); Lex.Lex(); continue;
169 case lltok::kw_ninf: FMF.setNoInfs(); Lex.Lex(); continue;
170 case lltok::kw_nsz: FMF.setNoSignedZeros(); Lex.Lex(); continue;
171 case lltok::kw_arcp: FMF.setAllowReciprocal(); Lex.Lex(); continue;
178 if (Lex.getKind() != T) {
182 *Loc = Lex.getLoc();
183 Lex.Lex();
191 Loc = Lex.getLoc();
250 Loc = Lex.getLoc();
313 Loc = Lex.getLoc();
322 Loc = Lex.getLoc();