Searched refs:unaryOp (Results 1 – 2 of 2) sorted by relevance
/external/eigen/Eigen/src/SparseCore/ |
D | SparseCwiseUnaryOp.h | 41 …EIGEN_STRONG_INLINE InnerIterator(const CwiseUnaryOpImpl& unaryOp, typename CwiseUnaryOpImpl::Inde… in InnerIterator() argument 42 : Base(unaryOp.derived().nestedExpression(),outer), m_functor(unaryOp.derived().functor()) in InnerIterator() 64 …EIGEN_STRONG_INLINE ReverseInnerIterator(const CwiseUnaryOpImpl& unaryOp, typename CwiseUnaryOpImp… in ReverseInnerIterator() argument 65 : Base(unaryOp.derived().nestedExpression(),outer), m_functor(unaryOp.derived().functor()) in ReverseInnerIterator() 105 …EIGEN_STRONG_INLINE InnerIterator(const CwiseUnaryViewImpl& unaryOp, typename CwiseUnaryViewImpl::… in InnerIterator() argument 106 : Base(unaryOp.derived().nestedExpression(),outer), m_functor(unaryOp.derived().functor()) in InnerIterator() 127 …EIGEN_STRONG_INLINE ReverseInnerIterator(const CwiseUnaryViewImpl& unaryOp, typename CwiseUnaryVie… in ReverseInnerIterator() argument 128 : Base(unaryOp.derived().nestedExpression(),outer), m_functor(unaryOp.derived().functor()) in ReverseInnerIterator()
|
/external/clang/lib/Sema/ |
D | SemaLookup.cpp | 2667 if (UnaryOperator *unaryOp = dyn_cast<UnaryOperator>(Arg)) in FindAssociatedClassesAndNamespaces() local 2668 if (unaryOp->getOpcode() == UO_AddrOf) in FindAssociatedClassesAndNamespaces() 2669 Arg = unaryOp->getSubExpr(); in FindAssociatedClassesAndNamespaces()
|