HomeSort by relevance Sort by last modified time
    Searched refs:StorageBase (Results 1 - 5 of 5) sorted by null

  /external/eigen/Eigen/src/Core/
NoAlias.h 30 template<typename ExpressionType, template <typename> class StorageBase>
40 EIGEN_STRONG_INLINE ExpressionType& operator=(const StorageBase<OtherDerived>& other)
48 EIGEN_STRONG_INLINE ExpressionType& operator+=(const StorageBase<OtherDerived>& other)
56 EIGEN_STRONG_INLINE ExpressionType& operator-=(const StorageBase<OtherDerived>& other)
AssignEvaluator.h     [all...]
  /external/clang/test/SemaCXX/
flexible-array-test.cpp 71 struct StorageBase {
77 struct Storage : StorageBase {
81 struct VirtStorage : virtual StorageBase {
  /external/eigen/test/
evaluators.cpp 28 template<typename DstXprType, template <typename> class StorageBase, typename SrcXprType>
30 const DstXprType& copy_using_evaluator(const NoAlias<DstXprType, StorageBase>& dst, const SrcXprType &src)
88 template<typename Dst, template <typename> class StorageBase, typename Src, typename Func>
89 EIGEN_DEVICE_FUNC void call_assignment(const NoAlias<Dst,StorageBase>& dst, const Src& src, const Func& func)
  /external/eigen/Eigen/src/Core/util/
ForwardDeclarations.h 80 template<typename ExpressionType, template <typename> class StorageBase > class NoAlias;

Completed in 515 milliseconds