Searched defs:m_Not (Results 1 – 2 of 2) sorted by relevance
607 inline not_match<LHS> m_Not(const LHS &L) { return L; } in m_Not() function
854 template <typename LHS> inline not_match<LHS> m_Not(const LHS &L) { return L; } in m_Not() function