hobbes
a language, embedded compiler, and runtime for efficient dynamic expression evaluation, data storage and analysis
Public Member Functions | Static Private Member Functions | Private Attributes | List of all members
hobbes::translateTypeF Class Reference
Inheritance diagram for hobbes::translateTypeF:
Inheritance graph
Collaboration diagram for hobbes::translateTypeF:
Collaboration graph

Public Member Functions

 translateTypeF (bool asArg)
 
llvm::Type * with (const Prim *v) const
 
llvm::Type * with (const OpaquePtr *v) const
 
llvm::Type * with (const TVar *v) const
 
llvm::Type * with (const TGen *v) const
 
llvm::Type * with (const TAbs *v) const
 
llvm::Type * with (const TApp *v) const
 
llvm::Type * with (const FixedArray *v) const
 
llvm::Type * with (const Array *v) const
 
llvm::Type * with (const Variant *v) const
 
llvm::Type * with (const Record *v) const
 
llvm::Type * with (const Func *v) const
 
llvm::Type * with (const Exists *v) const
 
llvm::Type * with (const Recursive *v) const
 
llvm::Type * with (const TString *v) const
 
llvm::Type * with (const TLong *v) const
 
llvm::Type * with (const TExpr *v) const
 

Static Private Member Functions

static llvm::Type * asPtrIf (llvm::Type *ty, bool asptr)
 

Private Attributes

bool asArg
 

Constructor & Destructor Documentation

◆ translateTypeF()

hobbes::translateTypeF::translateTypeF ( bool  asArg)
inline

Member Function Documentation

◆ asPtrIf()

static llvm::Type* hobbes::translateTypeF::asPtrIf ( llvm::Type *  ty,
bool  asptr 
)
inlinestaticprivate

◆ with() [1/16]

llvm::Type* hobbes::translateTypeF::with ( const Prim v) const
inlinevirtual

◆ with() [2/16]

llvm::Type* hobbes::translateTypeF::with ( const OpaquePtr v) const
inlinevirtual

◆ with() [3/16]

llvm::Type* hobbes::translateTypeF::with ( const TVar v) const
inlinevirtual

◆ with() [4/16]

llvm::Type* hobbes::translateTypeF::with ( const TGen v) const
inlinevirtual

◆ with() [5/16]

llvm::Type* hobbes::translateTypeF::with ( const TAbs v) const
inlinevirtual

◆ with() [6/16]

llvm::Type* hobbes::translateTypeF::with ( const TApp v) const
inlinevirtual

◆ with() [7/16]

llvm::Type* hobbes::translateTypeF::with ( const FixedArray v) const
inlinevirtual

◆ with() [8/16]

llvm::Type* hobbes::translateTypeF::with ( const Array v) const
inlinevirtual

◆ with() [9/16]

llvm::Type* hobbes::translateTypeF::with ( const Variant v) const
inlinevirtual

◆ with() [10/16]

llvm::Type* hobbes::translateTypeF::with ( const Record v) const
inlinevirtual

◆ with() [11/16]

llvm::Type* hobbes::translateTypeF::with ( const Func v) const
inlinevirtual

◆ with() [12/16]

llvm::Type* hobbes::translateTypeF::with ( const Exists v) const
inlinevirtual

◆ with() [13/16]

llvm::Type* hobbes::translateTypeF::with ( const Recursive v) const
inlinevirtual

◆ with() [14/16]

llvm::Type* hobbes::translateTypeF::with ( const TString v) const
inlinevirtual

◆ with() [15/16]

llvm::Type* hobbes::translateTypeF::with ( const TLong v) const
inlinevirtual

◆ with() [16/16]

llvm::Type* hobbes::translateTypeF::with ( const TExpr v) const
inlinevirtual

Member Data Documentation

◆ asArg

bool hobbes::translateTypeF::asArg
private

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