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

  /external/clang/test/SemaCXX/
flexible-array-test.cpp 59 struct StorageBase {
65 struct Storage : StorageBase {
  /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)
45 EIGEN_STRONG_INLINE ExpressionType& operator+=(const StorageBase<OtherDerived>& other)
57 EIGEN_STRONG_INLINE ExpressionType& operator-=(const StorageBase<OtherDerived>& other)
  /external/eigen/Eigen/src/Core/util/
ForwardDeclarations.h 76 template<typename ExpressionType, template <typename> class StorageBase > class NoAlias;

Completed in 37 milliseconds