Searched refs:SignLoc (Results 1 – 1 of 1) sorted by relevance
3818 SMLoc SignLoc; in parseRealValue() local3820 SignLoc = getLexer().getLoc(); in parseRealValue()3824 SignLoc = getLexer().getLoc(); in parseRealValue()3857 if (SignLoc.isValid()) in parseRealValue()3858 return Warning(SignLoc, "MASM-style hex floats ignore explicit sign"); in parseRealValue()