Searched refs:StorageBase (Results 1 - 3 of 3) sorted by relevance

/external/clang/test/SemaCXX/
H A Dflexible-array-test.cpp71 struct StorageBase { struct in namespace:rdar9065507
77 struct Storage : StorageBase {
81 struct VirtStorage : virtual StorageBase {
/external/eigen/Eigen/src/Core/
H A DNoAlias.h30 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/
H A DForwardDeclarations.h76 template<typename ExpressionType, template <typename> class StorageBase > class NoAlias;

Completed in 134 milliseconds