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 388 of file Evaluator.h.
|
inline |
Definition at line 406 of file Evaluator.h.
Referenced by SeExpr2::Expression::debugPrintLLVM().
Definition at line 395 of file Evaluator.h.
References unsupported().
Referenced by SeExpr2::Expression::evalFP().
|
inline |
Definition at line 403 of file Evaluator.h.
References unsupported().
Referenced by SeExpr2::Expression::evalMultiple().
Definition at line 391 of file Evaluator.h.
References unsupported().
Referenced by SeExpr2::Expression::evalStr().
Definition at line 399 of file Evaluator.h.
References unsupported().
Referenced by SeExpr2::Expression::prep().
|
inline |
Definition at line 390 of file Evaluator.h.
Referenced by evalFP(), evalMultiple(), evalStr(), and prepLLVM().