| 2180 | } |
| 2181 | |
| 2182 | void validate_matrixNewElemsPtrNotNull(qcomp* elems, const char* caller) { |
| 2183 | |
| 2184 | assertThat(mem_isAllocated(elems), report::DIAG_MATR_NEW_ELEMS_NULL_PTR, caller); |
| 2185 | } |
| 2186 | |
| 2187 | void validate_matrixNewElemsPtrNotNull(qcomp** elems, qindex numRows, const char* caller) { |
| 2188 |
no test coverage detected