Go to the source code of this file.
|
| static void | UnEscapeLexed (std::string &Str) |
| |
| static bool | isLabelChar (char C) |
| | isLabelChar - Return true for [-a-zA-Z$._0-9]. More...
|
| |
| static const char * | isLabelTail (const char *CurPtr) |
| | isLabelTail - Return true if this pointer points to a valid end of a label. More...
|
| |
| #define INSTKEYWORD |
( |
|
STR, |
|
|
|
Enum |
|
) |
| |
Value:
UIntVal = Instruction::Enum;
return lltok::kw_##
STR; }
int memcmp(const void *s1, const void *s2, size_t n);
size_t strlen(const char *s);
Value:
return lltok::kw_##
STR; \
} while (0)
int memcmp(const void *s1, const void *s2, size_t n);
* if(!EatIfPresent(lltok::kw_thread_local)) return false
size_t strlen(const char *s);
| #define TYPEKEYWORD |
( |
|
STR, |
|
|
|
LLVMTY |
|
) |
| |
Value:
COFF::RelocationTypeX86 Type
int memcmp(const void *s1, const void *s2, size_t n);
size_t strlen(const char *s);
| static bool isLabelChar |
( |
char |
C | ) |
|
|
static |
| static const char* isLabelTail |
( |
const char * |
CurPtr | ) |
|
|
static |
isLabelTail - Return true if this pointer points to a valid end of a label.
Definition at line 146 of file LLLexer.cpp.
References isLabelChar().
| static void UnEscapeLexed |
( |
std::string & |
Str | ) |
|
|
static |