Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCAsmLexer.h51 bool LexMasmHexFloats = false; variable
170 void setLexMasmHexFloats(bool V) { LexMasmHexFloats = V; } in setLexMasmHexFloats()
/freebsd/contrib/llvm-project/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp191 static cl::opt<bool> LexMasmHexFloats( variable
335 Parser->getLexer().setLexMasmHexFloats(LexMasmHexFloats); in AssembleInput()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmLexer.cpp368 if (LexMasmHexFloats && (*CurPtr == 'r' || *CurPtr == 'R')) { in LexDigit()