Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.cpp3817 SMLoc SignLoc; in parseRealValue() local
3819 SignLoc = getLexer().getLoc(); in parseRealValue()
3823 SignLoc = getLexer().getLoc(); in parseRealValue()
3856 if (SignLoc.isValid()) in parseRealValue()
3857 return Warning(SignLoc, "MASM-style hex floats ignore explicit sign"); in parseRealValue()