Searched refs:LexMotorolaIntegers (Results 1 – 3 of 3) sorted by relevance
69 bool LexMotorolaIntegers = false; variable184 void setLexMotorolaIntegers(bool V) { LexMotorolaIntegers = V; } in setLexMotorolaIntegers()
116 LexMotorolaIntegers = MAI.shouldUseMotorolaIntegers(); in AsmLexer()514 if (LexMotorolaIntegers && CurPtr[-1] == '$') { in LexDigit()527 if (LexMotorolaIntegers && CurPtr[-1] == '%') { in LexDigit()912 if (LexMotorolaIntegers && isHexDigit(*CurPtr)) in LexToken()963 if (LexMotorolaIntegers && (*CurPtr == '0' || *CurPtr == '1')) { in LexToken()
209 static cl::opt<bool> LexMotorolaIntegers( variable353 Parser->getLexer().setLexMotorolaIntegers(LexMotorolaIntegers); in AssembleInput()