Searched refs:LexMasmHexFloats (Results 1 – 3 of 3) sorted by relevance
51 bool LexMasmHexFloats = false; variable170 void setLexMasmHexFloats(bool V) { LexMasmHexFloats = V; } in setLexMasmHexFloats()
191 static cl::opt<bool> LexMasmHexFloats( variable335 Parser->getLexer().setLexMasmHexFloats(LexMasmHexFloats); in AssembleInput()
368 if (LexMasmHexFloats && (*CurPtr == 'r' || *CurPtr == 'R')) { in LexDigit()