Searched defs:AnyBinaryOp_match (Results 1 – 2 of 2) sorted by relevance
392 template <typename LHS_t, typename RHS_t> struct AnyBinaryOp_match { struct396 AnyBinaryOp_match(const LHS_t &LHS, const RHS_t &RHS) : L(LHS), R(RHS) {} in AnyBinaryOp_match() argument406 inline AnyBinaryOp_match<LHS, RHS> m_BinOp(const LHS &L, const RHS &R) { in m_BinOp() argument
586 struct AnyBinaryOp_match { struct592 AnyBinaryOp_match(const LHS_t &LHS, const RHS_t &RHS) : L(LHS), R(RHS) {} in AnyBinaryOp_match() function604 inline AnyBinaryOp_match<LHS, RHS> m_BinOp(const LHS &L, const RHS &R) { in m_BinOp() argument