Home | History | Annotate | Download | only in MCParser

Lines Matching defs:SizeLoc

2565   SMLoc SizeLoc, ExprLoc;
2571 SizeLoc = getLexer().getLoc();
2592 Warning(SizeLoc, "'.fill' directive with negative size has no effect");
2596 Warning(SizeLoc, "'.fill' directive with size greater than 8 has been truncated to 8");
3684 SMLoc SizeLoc = getLexer().getLoc();
3717 return Error(SizeLoc, "invalid '.comm' or '.lcomm' directive size, can't "