klee
|
#include "klee/Expr/Parser/Lexer.h"
#include "llvm/Support/MemoryBuffer.h"
#include "llvm/Support/raw_ostream.h"
#include <iomanip>
#include <string.h>
Go to the source code of this file.
Functions | |
static bool | isInternalIdentifierChar (int Char) |
static bool | isReservedKW (const char *Str, unsigned N) |
static bool | isWidthKW (const char *Str, unsigned N) |
|
inlinestatic |
Definition at line 62 of file Lexer.cpp.
Referenced by klee::expr::Lexer::LexIdentifier().
|
static |
Definition at line 109 of file Lexer.cpp.
Referenced by klee::expr::Lexer::SetIdentifierTokenKind().
|
static |
Definition at line 132 of file Lexer.cpp.
Referenced by klee::expr::Lexer::SetIdentifierTokenKind().