|
SeExpr
|
#include "ExprFunc.h"#include "ExprFuncX.h"#include "Interpreter.h"#include "ExprNode.h"#include <cstdio>Go to the source code of this file.
Namespaces | |
| SeExpr2 | |
Functions | |
| 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().
1.8.5