Searched refs:not_match (Results 1 – 2 of 2) sorted by relevance
581 struct not_match { struct584 not_match(const LHS_t &LHS) : L(LHS) {} in not_match() function607 inline not_match<LHS> m_Not(const LHS &L) { return L; } in m_Not() argument
833 template <typename LHS_t> struct not_match { struct836 not_match(const LHS_t &LHS) : L(LHS) {} in not_match() function854 template <typename LHS> inline not_match<LHS> m_Not(const LHS &L) { return L; } in m_Not() argument