Lines Matching full:current_function
67 state->current_function = NULL;
1880 const bool global_scope = (state->current_function == NULL);
1968 if (state->current_function != NULL) {
2105 if (state->current_function != NULL) {
2212 if ((var->mode == ir_var_in) && (state->current_function == NULL)) {
2321 if (earlier != NULL && (state->current_function == NULL ||
2550 if (state->current_function == NULL) {
2559 const_cast<ir_function *>(state->current_function->function());
2589 if ((state->current_function != NULL) && (state->language_version != 110)) {
2722 assert(state->current_function == NULL);
2723 state->current_function = signature;
2753 assert(state->current_function == signature);
2754 state->current_function = NULL;
2779 assert(state->current_function);
2782 if (state->current_function->return_type->base_type ==
2789 state->current_function->function_name());
2796 if (state->current_function->return_type != ret->type) {
2803 state->current_function->function_name(),
2804 state->current_function->return_type->name);
2809 if (state->current_function->return_type->base_type !=
2816 state->current_function->function_name());