LLVM API Documentation
#include "llvm/MC/MCParser/AsmLexer.h"
#include "llvm/MC/MCAsmInfo.h"
#include "llvm/Support/MemoryBuffer.h"
#include "llvm/Support/SMLoc.h"
#include <cctype>
#include <cerrno>
#include <cstdio>
#include <cstdlib>
Go to the source code of this file.
Functions | |
static bool | IsIdentifierChar (char c) |
LexIdentifier: [a-zA-Z_.][a-zA-Z0-9_$.@?]*. More... | |
static void | SkipIgnoredIntegerSuffix (const char *&CurPtr) |
static unsigned | doLookAhead (const char *&CurPtr, unsigned DefaultRadix) |
Definition at line 217 of file AsmLexer.cpp.
References llvm::LibFunc::isdigit.
|
static |
LexIdentifier: [a-zA-Z_.][a-zA-Z0-9_$.@?]*.
Definition at line 142 of file AsmLexer.cpp.
|
static |
Definition at line 205 of file AsmLexer.cpp.