Searched refs:EvalCallback (Results 1 - 2 of 2) sorted by relevance

/gem5/src/sim/
H A Dmathexpr.hh53 typedef std::function<double(std::string)> EvalCallback; typedef in class:MathExpr
69 double eval(EvalCallback fn) const { return eval(root, fn); }
123 double eval(const Node *n, EvalCallback fn) const;
H A Dmathexpr.cc152 MathExpr::eval(const Node *n, EvalCallback fn) const {

Completed in 4 milliseconds