Searched defs:unaryOp (Results 1 – 2 of 2) sorted by relevance
41 …EIGEN_STRONG_INLINE InnerIterator(const CwiseUnaryOpImpl& unaryOp, typename CwiseUnaryOpImpl::Inde… in InnerIterator()64 …EIGEN_STRONG_INLINE ReverseInnerIterator(const CwiseUnaryOpImpl& unaryOp, typename CwiseUnaryOpImp… in ReverseInnerIterator()105 …EIGEN_STRONG_INLINE InnerIterator(const CwiseUnaryViewImpl& unaryOp, typename CwiseUnaryViewImpl::… in InnerIterator()127 …EIGEN_STRONG_INLINE ReverseInnerIterator(const CwiseUnaryViewImpl& unaryOp, typename CwiseUnaryVie… in ReverseInnerIterator()
2350 if (UnaryOperator *unaryOp = dyn_cast<UnaryOperator>(Arg)) in FindAssociatedClassesAndNamespaces() local