Lines Matching refs:EqualLoc
2037 SMLoc EqualLoc = Lexer.getLoc();
2052 return Error(EqualLoc, ("assignment to pseudo-symbol '.' is unsupported "
2068 return Error(EqualLoc, "Recursive use of '" + Name + "'");
2074 return Error(EqualLoc, "redefinition of '" + Name + "'");
2076 return Error(EqualLoc, "invalid assignment to '" + Name + "'");
2078 return Error(EqualLoc, "invalid reassignment of non-absolute variable '" +