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

/external/eigen/Eigen/src/Core/util/
H A DMemory.h85 inline void throw_std_bad_alloc() function in namespace:Eigen::internal
232 throw_std_bad_alloc();
287 throw_std_bad_alloc();
310 throw_std_bad_alloc();
366 throw_std_bad_alloc();
/external/eigen/Eigen/src/SparseCore/
H A DSparseMatrix.h295 if (!m_innerNonZeros) internal::throw_std_bad_alloc();
328 if (!newOuterIndex) internal::throw_std_bad_alloc();
549 if (!newInnerNonZeros) internal::throw_std_bad_alloc();
559 if (!m_innerNonZeros) internal::throw_std_bad_alloc();
582 if (!newOuterIndex) internal::throw_std_bad_alloc();
605 if (!m_outerIndex) internal::throw_std_bad_alloc();
/external/eigen/Eigen/src/Core/
H A DPlainObjectBase.h46 throw_std_bad_alloc();

Completed in 104 milliseconds