Home | History | Annotate | Download | only in MCParser

Lines Matching refs:ExprLoc

2384       SMLoc ExprLoc = getLexer().getLoc();
2393 return Error(ExprLoc, "literal value out of range for directive");
2396 getStreamer().EmitValue(Value, Size, ExprLoc);
2425 SMLoc ExprLoc = getLexer().getLoc();
2438 return Error(ExprLoc, "literal value out of range for directive");
2565 SMLoc SizeLoc, ExprLoc;
2580 ExprLoc = getLexer().getLoc();
2601 Warning(ExprLoc, "'.fill' directive pattern has been truncated to 32-bits");
3518 SMLoc ExprLoc = getLexer().getLoc();
3526 return Error(ExprLoc,
4415 SMLoc ExprLoc = getLexer().getLoc();
4420 return Error(ExprLoc, "unexpected expression in _emit");
4423 return Error(ExprLoc, "literal value out of range for directive");
4431 SMLoc ExprLoc = getLexer().getLoc();
4436 return Error(ExprLoc, "unexpected expression in align");
4439 return Error(ExprLoc, "literal value not a power of two greater then zero");