Home
last modified time | relevance | path

Searched refs:throw_std_bad_alloc (Results 1 – 4 of 4) sorted by relevance

/external/eigen/Eigen/src/SparseCore/
DSparseMatrix.h304 if (!m_innerNonZeros) internal::throw_std_bad_alloc();
337 if (!newOuterIndex) internal::throw_std_bad_alloc();
570 if (!newInnerNonZeros) internal::throw_std_bad_alloc();
580 if (!m_innerNonZeros) internal::throw_std_bad_alloc();
603 if (!newOuterIndex) internal::throw_std_bad_alloc();
630 if (!m_outerIndex) internal::throw_std_bad_alloc();
1146 if(!m_innerNonZeros) internal::throw_std_bad_alloc();
1160 if(!m_innerNonZeros) internal::throw_std_bad_alloc();
DCompressedStorage.h95 internal::throw_std_bad_alloc();
/external/eigen/Eigen/src/Core/util/
DMemory.h67 inline void throw_std_bad_alloc() in throw_std_bad_alloc() function
168 throw_std_bad_alloc(); in aligned_malloc()
200 throw_std_bad_alloc(); in aligned_realloc()
223 throw_std_bad_alloc();
289 throw_std_bad_alloc(); in check_size_for_overflow()
/external/eigen/Eigen/src/Core/
DPlainObjectBase.h48 throw_std_bad_alloc();