Home
last modified time | relevance | path

Searched refs:SignLoc (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DMasmParser.cpp3834 SMLoc SignLoc; in parseRealValue() local
3836 SignLoc = getLexer().getLoc(); in parseRealValue()
3840 SignLoc = getLexer().getLoc(); in parseRealValue()
3873 if (SignLoc.isValid()) in parseRealValue()
3874 return Warning(SignLoc, "MASM-style hex floats ignore explicit sign"); in parseRealValue()