| Home | Sort by: relevance | last modified time | path |
| /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; |