HomeSort by: relevance | last modified time | path
    Searched refs:LexMotorolaIntegers (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/MCParser/
MCAsmLexer.h 56 bool LexMotorolaIntegers = false;
180 void setLexMotorolaIntegers(bool V) { LexMotorolaIntegers = V; }
  /src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
AsmLexer.cpp 36 LexMotorolaIntegers = MAI.shouldUseMotorolaIntegers();
433 if (LexMotorolaIntegers && CurPtr[-1] == '$') {
446 if (LexMotorolaIntegers && CurPtr[-1] == '%') {
826 if (LexMotorolaIntegers && isHexDigit(*CurPtr))
870 if (LexMotorolaIntegers && (*CurPtr == '0' || *CurPtr == '1')) {
  /src/external/apache2/llvm/dist/llvm/tools/llvm-mc/
llvm-mc.cpp 176 static cl::opt<bool> LexMotorolaIntegers(
312 Parser->getLexer().setLexMotorolaIntegers(LexMotorolaIntegers);

Completed in 83 milliseconds