Searched defs:neg_match (Results 1 – 1 of 1) sorted by relevance
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