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

  /src/external/gpl3/gcc/dist/gcc/
coverage.cc 88 static struct coverage_data **functions_tail = &functions_head; variable in typeref:struct:coverage_data
716 *functions_tail = item;
717 functions_tail = &item->next;
  /src/external/gpl3/gcc.old/dist/gcc/
coverage.cc 88 static struct coverage_data **functions_tail = &functions_head; variable in typeref:struct:coverage_data
716 *functions_tail = item;
717 functions_tail = &item->next;

Completed in 76 milliseconds