HomeSort by relevance Sort by last modified time
    Searched refs:LexFloatLiteral (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/MC/MCParser/
AsmLexer.h 65 AsmToken LexFloatLiteral();
  /external/llvm/lib/MC/MCParser/
AsmLexer.cpp 69 /// LexFloatLiteral: [0-9]*[.][0-9]*([eE][+-]?[0-9]*)?
74 AsmToken AsmLexer::LexFloatLiteral() {
105 return LexFloatLiteral();
206 return LexFloatLiteral();

Completed in 63 milliseconds