Searched refs:neg_match (Results 1 – 2 of 2) sorted by relevance
611 struct neg_match { struct614 neg_match(const LHS_t &LHS) : L(LHS) {} in neg_match() function636 inline neg_match<LHS> m_Neg(const LHS &L) { return L; } in m_Neg() argument
856 template <typename LHS_t> struct neg_match { struct859 neg_match(const LHS_t &LHS) : L(LHS) {} in neg_match() argument877 template <typename LHS> inline neg_match<LHS> m_Neg(const LHS &L) { return L; } in m_Neg() argument