Proteus
Programmable JIT compilation and optimization for C/C++ using LLVM
|
#include <cstring>
#include <stdint.h>
Go to the source code of this file.
Classes | |
struct | proteus::RuntimeConstant |
Namespaces | |
namespace | proteus |
Enumerations | |
enum | proteus::RuntimeConstantTypes : int32_t { proteus::BOOL = 1 , proteus::INT8 , proteus::INT32 , proteus::INT64 , proteus::FLOAT , proteus::DOUBLE , proteus::LONG_DOUBLE , proteus::PTR } |