Home
last modified time | relevance | path

Searched refs:source_refs_allocd (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-ada-spec.c3435 static int source_refs_allocd = 0; variable
3447 if (source_refs_allocd == 0) in collect_source_ref()
3449 source_refs_allocd = 1024; in collect_source_ref()
3450 source_refs = XNEWVEC (const char *, source_refs_allocd); in collect_source_ref()
3457 if (source_refs_used == source_refs_allocd) in collect_source_ref()
3459 source_refs_allocd *= 2; in collect_source_ref()
3460 source_refs = XRESIZEVEC (const char *, source_refs, source_refs_allocd); in collect_source_ref()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-ada-spec.cc3510 static int source_refs_allocd = 0; variable
3522 if (source_refs_allocd == 0) in collect_source_ref()
3524 source_refs_allocd = 1024; in collect_source_ref()
3525 source_refs = XNEWVEC (const char *, source_refs_allocd); in collect_source_ref()
3532 if (source_refs_used == source_refs_allocd) in collect_source_ref()
3534 source_refs_allocd *= 2; in collect_source_ref()
3535 source_refs = XRESIZEVEC (const char *, source_refs, source_refs_allocd); in collect_source_ref()