Searched refs:SignLoc (Results 1 – 1 of 1) sorted by relevance
3343 SMLoc SignLoc; in parseRealValue() local3345 SignLoc = getLexer().getLoc(); in parseRealValue()3349 SignLoc = getLexer().getLoc(); in parseRealValue()3382 if (SignLoc.isValid()) in parseRealValue()3383 return Warning(SignLoc, "MASM-style hex floats ignore explicit sign"); in parseRealValue()