Searched refs:on_temporary_creation (Results 1 – 17 of 17) sorted by relevance
17 inline void on_temporary_creation() { in on_temporary_creation() function22 #define EIGEN_SPARSE_CREATE_TEMPORARY_PLUGIN { on_temporary_creation(); }
103 inline void on_temporary_creation(long int size) { in on_temporary_creation() function109 #define EIGEN_DENSE_STORAGE_CTOR_PLUGIN { on_temporary_creation(size); }
18 inline void on_temporary_creation() { in on_temporary_creation() function23 #define EIGEN_SPARSE_CREATE_TEMPORARY_PLUGIN { on_temporary_creation(); }
98 inline void on_temporary_creation(long int size) { in on_temporary_creation() function104 #define EIGEN_DENSE_STORAGE_CTOR_PLUGIN { on_temporary_creation(size); }
12 inline void on_temporary_creation(int size) { in on_temporary_creation() function18 #define EIGEN_DENSE_STORAGE_CTOR_PLUGIN { on_temporary_creation(size); }
17 inline void on_temporary_creation(int) { in on_temporary_creation() function23 #define EIGEN_DENSE_STORAGE_CTOR_PLUGIN { on_temporary_creation(size); }