Searched refs:source_refs (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-ada-spec.c3433 static const char **source_refs = NULL; variable
3450 source_refs = XNEWVEC (const char *, source_refs_allocd);
3454 if (filename == source_refs[i])
3460 source_refs = XRESIZEVEC (const char *, source_refs, source_refs_allocd);
3463 source_refs[source_refs_used++] = filename;
3481 dump_ads (source_refs[i], collect_all_refs, check);
3484 free (source_refs);
/netbsd-current/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-ada-spec.cc3508 static const char **source_refs = NULL; variable
3525 source_refs = XNEWVEC (const char *, source_refs_allocd);
3529 if (filename == source_refs[i])
3535 source_refs = XRESIZEVEC (const char *, source_refs, source_refs_allocd);
3538 source_refs[source_refs_used++] = filename;
3560 dump_ads (source_refs[i], collect_all_refs, check);
3565 free (source_refs);

Completed in 133 milliseconds