HomeSort by: relevance | last modified time | path
    Searched defs:current_code (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/libarchive/dist/libarchive/
archive_private.h 124 char *current_code; member in struct:archive
  /src/external/gpl3/gcc/dist/gcc/fortran/
frontend-passes.cc 76 static gfc_code **current_code; variable
193 current_code = c;
213 &((*current_code)->loc));
298 current_code = c;
324 current_code = c;
686 inserted_block->loc = (*current_code)->loc;
691 ns->code = *current_code;
696 if ((*current_code)->here)
698 inserted_block->here = (*current_code)->here;
699 (*current_code)->here = NULL
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
frontend-passes.cc 76 static gfc_code **current_code; variable
193 current_code = c;
213 &((*current_code)->loc));
298 current_code = c;
324 current_code = c;
686 inserted_block->loc = (*current_code)->loc;
691 ns->code = *current_code;
696 if ((*current_code)->here)
698 inserted_block->here = (*current_code)->here;
699 (*current_code)->here = NULL
    [all...]

Completed in 33 milliseconds