Home
last modified time | relevance | path

Searched refs:do_oper (Results 1 – 7 of 7) sorted by relevance

/dports/devel/rttr/rttr-0.9.6-16-gb3a131c/3rd_party/chaiscript-develop/chaiscript/language/
H A Dchaiscript_eval.hpp184 return do_oper(t_ss, this->text, this->children[0]->eval(t_ss)); in eval_internal()
188 Boxed_Value do_oper(const chaiscript::detail::Dispatch_State &t_ss, in do_oper() function
196 return Boxed_Number::do_oper(m_oper, t_lhs, m_rhs); in do_oper()
230 return do_oper(t_ss, m_oper, this->text, lhs, rhs); in eval_internal()
234 Boxed_Value do_oper(const chaiscript::detail::Dispatch_State &t_ss, in do_oper() function
242 return Boxed_Number::do_oper(t_oper, t_lhs, t_rhs); in do_oper()
455 return Boxed_Number::do_oper(m_oper, lhs, rhs); in eval_internal()
1204 return Boxed_Number::do_oper(m_oper, bv); in eval_internal()
H A Dchaiscript_optimizer.hpp298 const auto val = Boxed_Number::do_oper(parsed, lhs); in optimize()
338 const auto val = Boxed_Number::do_oper(parsed, lhs, rhs); in optimize()
/dports/lang/chaiscript/ChaiScript-6.1.0/include/chaiscript/language/
H A Dchaiscript_eval.hpp184 return do_oper(t_ss, this->text, this->children[0]->eval(t_ss)); in eval_internal()
188 Boxed_Value do_oper(const chaiscript::detail::Dispatch_State &t_ss, in do_oper() function
196 return Boxed_Number::do_oper(m_oper, t_lhs, m_rhs); in do_oper()
230 return do_oper(t_ss, m_oper, this->text, lhs, rhs); in eval_internal()
234 Boxed_Value do_oper(const chaiscript::detail::Dispatch_State &t_ss, in do_oper() function
242 return Boxed_Number::do_oper(t_oper, t_lhs, t_rhs); in do_oper()
462 return Boxed_Number::do_oper(m_oper, lhs, rhs); in eval_internal()
1216 return Boxed_Number::do_oper(m_oper, bv); in eval_internal()
H A Dchaiscript_optimizer.hpp298 const auto val = Boxed_Number::do_oper(parsed, lhs); in optimize()
338 const auto val = Boxed_Number::do_oper(parsed, lhs, rhs); in optimize()
/dports/games/scummvm-tools/scummvm-tools-2.5.0/engines/scumm/
H A Ddescumm.cpp864 goto do_oper; in do_expr_code()
868 goto do_oper; in do_expr_code()
872 goto do_oper; in do_expr_code()
876 do_oper:; in do_expr_code()
/dports/devel/rttr/rttr-0.9.6-16-gb3a131c/3rd_party/chaiscript-develop/chaiscript/dispatchkit/
H A Dboxed_number.hpp893 …static Boxed_Value do_oper(Operators::Opers t_oper, const Boxed_Value &t_lhs, const Boxed_Value &t… in do_oper() function in chaiscript::Boxed_Number
898 static Boxed_Value do_oper(Operators::Opers t_oper, const Boxed_Value &t_lhs) in do_oper() function in chaiscript::Boxed_Number
/dports/lang/chaiscript/ChaiScript-6.1.0/include/chaiscript/dispatchkit/
H A Dboxed_number.hpp893 …static Boxed_Value do_oper(Operators::Opers t_oper, const Boxed_Value &t_lhs, const Boxed_Value &t… in do_oper() function in chaiscript::Boxed_Number
898 static Boxed_Value do_oper(Operators::Opers t_oper, const Boxed_Value &t_lhs) in do_oper() function in chaiscript::Boxed_Number