Searched defs:QuotientExpr (Results 1 – 1 of 1) sorted by relevance
47 template<typename Arg1,typename Arg2> class QuotientExpr; variable280 QuotientExpr(const Arg0& arg0, const Arg1& arg1) : m_arg0(arg0), m_arg1(arg1) {} in QuotientExpr() function