SeExpr
|
Go to the source code of this file.
Classes | |
class | SeExpr2::LLVMEvaluator |
Namespaces | |
SeExpr2 | |
Functions | |
void | SeExpr2LLVMEvalVarRef (SeExpr2::ExprVarRef *seVR, double *result) |
void | SeExpr2LLVMEvalCustomFunction (int *opDataArg, double *fpArg, char **strArg, void **funcdata, const SeExpr2::ExprFuncNode *node) |
void SeExpr2LLVMEvalCustomFunction | ( | int * | opDataArg, |
double * | fpArg, | ||
char ** | strArg, | ||
void ** | funcdata, | ||
const SeExpr2::ExprFuncNode * | node | ||
) |
Definition at line 108 of file ExprFuncX.cpp.
References SeExpr2::ExprFuncSimple::ArgHandle::data, SeExpr2::ExprFuncSimple::eval(), SeExpr2::ExprFuncSimple::evalConstant(), SeExpr2::ExprFuncNode::func(), and SeExpr2::ExprFunc::funcx().
void SeExpr2LLVMEvalVarRef | ( | SeExpr2::ExprVarRef * | seVR, |
double * | result | ||
) |