| 2259 | } |
| 2260 | |
| 2261 | void validate_funcVarSignedFlag(int areSigned, const char* caller) { |
| 2262 | |
| 2263 | assertThat(areSigned == 0 || areSigned == 1, report::MULTI_VAR_FUNC_INVALID_ARE_SIGNED_FLAG, {{"${ARE_SIGNED}", areSigned}}, caller); |
| 2264 | } |
| 2265 | |
| 2266 | void validate_matrixRowsAllSameSize(vector<vector<qcomp>> matrix, const char* caller) { |
| 2267 |
no test coverage detected