Lines Matching refs:current_code
76 static gfc_code **current_code; variable
193 current_code = c; in check_locus_code()
213 &((*current_code)->loc)); in check_locus_expr()
298 current_code = c; in realloc_string_callback()
324 current_code = c; in optimize_code()
686 inserted_block->loc = (*current_code)->loc; in insert_block()
691 ns->code = *current_code; in insert_block()
696 if ((*current_code)->here) in insert_block()
698 inserted_block->here = (*current_code)->here; in insert_block()
699 (*current_code)->here = NULL; in insert_block()
702 inserted_block->next = (*current_code)->next; in insert_block()
704 (*current_code)->next = NULL; in insert_block()
706 *current_code = inserted_block; in insert_block()
876 n->loc = (*current_code)->loc; in create_var()
972 current_code = c; in cfe_code()
2835 if ((*current_code)->expr2 == e) in matmul_to_var_expr()
2859 if (current_code != c) in matmul_to_var_code()
2861 current_code = c; in matmul_to_var_code()
2936 current_code = c; in matmul_temp_args()
3870 current_code = c; in inline_matmul_assign()
3980 current_code = &ns->code; in inline_matmul_assign()
3990 next_code_point = current_code; in inline_matmul_assign()
4503 current_code = c; in call_external_blas()
4517 (*current_code) = if_limit; in call_external_blas()