Searched refs:LexMotorolaIntegers (Results 1 – 3 of 3) sorted by relevance
54 bool LexMotorolaIntegers = false; variable178 void setLexMotorolaIntegers(bool V) { LexMotorolaIntegers = V; } in setLexMotorolaIntegers()
36 LexMotorolaIntegers = MAI.shouldUseMotorolaIntegers(); in AsmLexer()434 if (LexMotorolaIntegers && CurPtr[-1] == '$') { in LexDigit()447 if (LexMotorolaIntegers && CurPtr[-1] == '%') { in LexDigit()828 if (LexMotorolaIntegers && isHexDigit(*CurPtr)) in LexToken()879 if (LexMotorolaIntegers && (*CurPtr == '0' || *CurPtr == '1')) { in LexToken()
196 static cl::opt<bool> LexMotorolaIntegers( variable336 Parser->getLexer().setLexMotorolaIntegers(LexMotorolaIntegers); in AssembleInput()