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 67 AsmToken LexFloatLiteral();
  /external/llvm/lib/MC/MCParser/
AsmLexer.cpp 69 /// LexFloatLiteral: [0-9]*[.][0-9]*([eE][+-]?[0-9]*)?
74 AsmToken AsmLexer::LexFloatLiteral() {
154 return LexFloatLiteral();
262 return LexFloatLiteral();

Completed in 71 milliseconds