Proteus
Programmable JIT compilation and optimization for C/C++ using LLVM
Loading...
Searching...
No Matches
Public Attributes | List of all members
proteus::RuntimeConstantValue Union Reference

#include <CompilerInterfaceTypes.h>

Public Attributes

bool BoolVal
 
int8_t Int8Val
 
int32_t Int32Val
 
int64_t Int64Val
 
float FloatVal
 
double DoubleVal
 
long double LongDoubleVal
 
void * PtrVal
 

Member Data Documentation

◆ BoolVal

bool proteus::RuntimeConstantValue::BoolVal

◆ DoubleVal

double proteus::RuntimeConstantValue::DoubleVal

◆ FloatVal

float proteus::RuntimeConstantValue::FloatVal

◆ Int32Val

int32_t proteus::RuntimeConstantValue::Int32Val

◆ Int64Val

int64_t proteus::RuntimeConstantValue::Int64Val

◆ Int8Val

int8_t proteus::RuntimeConstantValue::Int8Val

◆ LongDoubleVal

long double proteus::RuntimeConstantValue::LongDoubleVal

◆ PtrVal

void* proteus::RuntimeConstantValue::PtrVal

The documentation for this union was generated from the following file: