Searched refs:error_occurred (Results 1 – 3 of 3) sorted by relevance
54 int ** const intermediate_values, int * const error_occurred);179 int error_occurred; in test_perform_operation_null_args() local183 &error_occurred)); in test_perform_operation_null_args()194 int error_occurred; in test_perform_operation_null_operator_functions() local197 &intermediate_values, &error_occurred)); in test_perform_operation_null_operator_functions()210 int error_occurred; in test_perform_operation_null_number_of_intermediate_values() local213 &intermediate_values, &error_occurred)); in test_perform_operation_null_number_of_intermediate_values()226 int error_occurred; in test_perform_operation_null_intermediate_values() local230 &error_occurred)); in test_perform_operation_null_intermediate_values()237 int error_occurred; in test_perform_operation_no_arguments() local[all …]
160 int ** const intermediate_values, int * const error_occurred) { in perform_operation() argument166 assert(error_occurred); in perform_operation()170 *error_occurred = 0; in perform_operation()182 *error_occurred = 1; in perform_operation()203 *error_occurred = 1; in perform_operation()211 *error_occurred = 1; in perform_operation()220 *error_occurred = 1; in perform_operation()229 if (*error_occurred) { in perform_operation()
280 int error_occurred = 0; in fail_if_leftover_values() local285 error_occurred = 1; in fail_if_leftover_values()292 error_occurred = 1; in fail_if_leftover_values()294 if (error_occurred) { in fail_if_leftover_values()