Lines Matching refs:current_function
71 state->current_function = NULL;
1985 if (state->all_invariant && (state->current_function == NULL)) {
2034 const bool global_scope = (state->current_function == NULL);
2238 (state->current_function != NULL &&
2369 if ((var->mode == ir_var_in) && (state->current_function == NULL)) {
2490 if (state->current_function != NULL) {
2655 if (state->current_function != NULL) {
2746 && state->current_function == NULL
3164 if ((state->current_function != NULL) && (state->language_version != 110)) {
3309 assert(state->current_function == NULL);
3310 state->current_function = signature;
3340 assert(state->current_function == signature);
3341 state->current_function = NULL;
3366 assert(state->current_function);
3382 if (state->current_function->return_type != ret_type) {
3389 state->current_function->function_name(),
3390 state->current_function->return_type->name);
3395 if (state->current_function->return_type->base_type !=
3402 state->current_function->function_name());