Searched defs:ThreeOps_match (Results 1 – 1 of 1) sorted by relevance
1694 struct ThreeOps_match { struct1699 ThreeOps_match(const T0 &Op1, const T1 &Op2, const T2 &Op3) in ThreeOps_match() argument1702 template <typename OpTy> bool match(OpTy *V) { in match()