SeExpr
|
#include <Evaluator.h>
Public Member Functions | |
void | unsupported () |
const char * | evalStr (VarBlock *varBlock) |
const double * | evalFP (VarBlock *varBlock) |
bool | prepLLVM (ExprNode *parseTree, ExprType desiredReturnType) |
void | evalMultiple (VarBlock *varBlock, int outputVarBlockOffset, size_t rangeStart, size_t rangeEnd) |
void | debugPrint () |
Definition at line 348 of file Evaluator.h.
|
inline |
Definition at line 360 of file Evaluator.h.
Referenced by SeExpr2::Expression::debugPrintLLVM().
|
inline |
Definition at line 355 of file Evaluator.h.
References unsupported().
Referenced by SeExpr2::Expression::evalFP().
|
inline |
Definition at line 357 of file Evaluator.h.
References unsupported().
Referenced by SeExpr2::Expression::evalMultiple().
|
inline |
Definition at line 351 of file Evaluator.h.
References unsupported().
Referenced by SeExpr2::Expression::evalStr().
Definition at line 356 of file Evaluator.h.
References unsupported().
Referenced by SeExpr2::Expression::prep().
|
inline |
Definition at line 350 of file Evaluator.h.
Referenced by evalFP(), evalMultiple(), evalStr(), and prepLLVM().