Home | History | Annotate | Download | only in MCParser

Lines Matching refs:SizeLoc

2839   SMLoc SizeLoc, ExprLoc;
2845 SizeLoc = getLexer().getLoc();
2866 Warning(SizeLoc, "'.fill' directive with negative size has no effect");
2870 Warning(SizeLoc, "'.fill' directive with size greater than 8 has been truncated to 8");
4218 SMLoc SizeLoc = getLexer().getLoc();
4251 return Error(SizeLoc, "invalid '.comm' or '.lcomm' directive size, can't "