#include "klee/Config/Version.h"
#include "klee/Expr/Constraints.h"
#include "klee/Expr/ArrayCache.h"
#include "klee/Expr/ExprBuilder.h"
#include "klee/Expr/ExprPPrinter.h"
#include "klee/Expr/Parser/Lexer.h"
#include "klee/Expr/Parser/Parser.h"
#include "klee/Solver/Solver.h"
#include "llvm/ADT/APInt.h"
#include "llvm/Support/MemoryBuffer.h"
#include "llvm/Support/raw_ostream.h"
#include <cassert>
#include <map>
#include <cstring>
Go to the source code of this file.
|
#define | SetOK(kind, isfixed, numargs) |
|
◆ SetOK
#define SetOK |
( |
|
kind, |
|
|
|
isfixed, |
|
|
|
numargs |
|
) |
| |
Value: (Kind=kind, IsFixed=isfixed,\
NumArgs=numargs, true)
◆ MacroKind
Enumerator |
---|
eMacroKind_ReadLSB | |
eMacroKind_ReadMSB | |
eMacroKind_Neg | |
eMacroKind_Concat | |
eMacroKind_LastMacroKind | |
Definition at line 784 of file Parser.cpp.
◆ LookupExprInfo()
static bool LookupExprInfo |
( |
const Token & |
Tok, |
|
|
unsigned & |
Kind, |
|
|
bool & |
IsFixed, |
|
|
int & |
NumArgs |
|
) |
| |
|
static |