hobbes
a language, embedded compiler, and runtime for efficient dynamic expression evaluation, data storage and analysis
|
#include <hobbes/lang/type.H>
#include <hobbes/lang/tylift.H>
#include <hobbes/lang/expr.H>
#include <hobbes/util/llvm.H>
Go to the source code of this file.
Namespaces | |
hobbes | |
Functions | |
bool | hobbes::hasPointerRep (const MonoTypePtr &t) |
bool | hobbes::hasPointerRep (const PolyTypePtr &t) |
bool | hobbes::isLargeType (const MonoTypePtr &mty) |
void | hobbes::initDefOperators (cc *) |