reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/X86/AsmParser/X86AsmParser.cpp
 1468         if (SM.onRegister(Reg, ErrMsg))
 1469           return Error(Tok.getLoc(), ErrMsg);
 1481         } else if (SM.onIdentifierExpr(Val, Identifier, Info, false, ErrMsg)) {
 1482           return Error(IdentLoc, ErrMsg);
 1492           if (SM.onInteger(Val, ErrMsg))
 1493             return Error(IdentLoc, ErrMsg);
 1510       else if (SM.onIdentifierExpr(Val, Identifier, Info, true, ErrMsg))
 1511         return Error(IdentLoc, ErrMsg);
 1533               isParsingInlineAsm(), ErrMsg))
 1534             return Error(Loc, ErrMsg);
 1537           if (SM.onInteger(IntVal, ErrMsg))
 1538             return Error(Loc, ErrMsg);
 1541         if (SM.onInteger(IntVal, ErrMsg))
 1542           return Error(Loc, ErrMsg);
 1547       if (SM.onPlus(ErrMsg))
 1548         return Error(getTok().getLoc(), ErrMsg);
 1551       if (SM.onMinus(ErrMsg))
 1552         return Error(getTok().getLoc(), ErrMsg);