Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DMasmParser.cpp3849 SMLoc SignLoc; in parseRealValue() local
3851 SignLoc = getLexer().getLoc(); in parseRealValue()
3855 SignLoc = getLexer().getLoc(); in parseRealValue()
3888 if (SignLoc.isValid()) in parseRealValue()
3889 return Warning(SignLoc, "MASM-style hex floats ignore explicit sign"); in parseRealValue()