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

  /external/llvm/include/llvm/MC/MCParser/
AsmLexer.h 68 AsmToken LexHexFloatLiteral(bool NoIntDigits);
  /external/llvm/lib/MC/MCParser/
AsmLexer.cpp 94 /// LexHexFloatLiteral matches essentially (.[0-9a-fA-F]*)?[pP][+-]?[0-9a-fA-F]+
100 AsmToken AsmLexer::LexHexFloatLiteral(bool NoIntDigits) {
319 // diagnosed by LexHexFloatLiteral).
321 return LexHexFloatLiteral(NumStart == CurPtr);

Completed in 557 milliseconds