Home
last modified time | relevance | path

Searched refs:current_code (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dfrontend-passes.cc76 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()
[all …]
H A DChangeLog-20113368 (current_code): Likewise.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dfrontend-passes.c76 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()
[all …]