Home | History | Annotate | Download | only in compiler

Lines Matching defs:ret_count

2260   size_t ret_count = sig->return_count();
2261 if (ret_count == 0) return call; // No return value.
2263 *rets = Buffer(ret_count);
2264 if (ret_count == 1) {
2269 for (size_t i = 0; i < ret_count; i++) {