11#ifndef PROTEUS_COMPILERINTERFACETYPES_H
12#define PROTEUS_COMPILERINTERFACETYPES_H
Definition JitEngine.cpp:20
RuntimeConstantTypes
Definition CompilerInterfaceTypes.h:19
@ INT32
Definition CompilerInterfaceTypes.h:22
@ INT64
Definition CompilerInterfaceTypes.h:23
@ FLOAT
Definition CompilerInterfaceTypes.h:24
@ LONG_DOUBLE
Definition CompilerInterfaceTypes.h:26
@ INT8
Definition CompilerInterfaceTypes.h:21
@ BOOL
Definition CompilerInterfaceTypes.h:20
@ PTR
Definition CompilerInterfaceTypes.h:27
@ DOUBLE
Definition CompilerInterfaceTypes.h:25
Definition CompilerInterfaceTypes.h:30
double DoubleVal
Definition CompilerInterfaceTypes.h:38
int32_t Int32Val
Definition CompilerInterfaceTypes.h:35
union { bool BoolVal RuntimeConstantType
Definition CompilerInterfaceTypes.h:33
int64_t Int64Val
Definition CompilerInterfaceTypes.h:36
RuntimeConstant()
Definition CompilerInterfaceTypes.h:31
RuntimeConstantType Value
Definition CompilerInterfaceTypes.h:43
int32_t Slot
Definition CompilerInterfaceTypes.h:44
float FloatVal
Definition CompilerInterfaceTypes.h:37
long double LongDoubleVal
Definition CompilerInterfaceTypes.h:39
int8_t Int8Val
Definition CompilerInterfaceTypes.h:34
void * PtrVal
Definition CompilerInterfaceTypes.h:41