Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/c-family/
H A Dc-ada-spec.c3282 static int source_refs_allocd = 0; variable
3294 if (source_refs_allocd == 0) in collect_source_ref()
3296 source_refs_allocd = 1024; in collect_source_ref()
3297 source_refs = XNEWVEC (const char *, source_refs_allocd); in collect_source_ref()
3304 if (source_refs_used == source_refs_allocd) in collect_source_ref()
3306 source_refs_allocd *= 2; in collect_source_ref()
3307 source_refs = XRESIZEVEC (const char *, source_refs, source_refs_allocd); in collect_source_ref()
/dragonfly/contrib/gcc-8.0/gcc/c-family/
H A Dc-ada-spec.c3403 static int source_refs_allocd = 0; variable
3415 if (source_refs_allocd == 0) in collect_source_ref()
3417 source_refs_allocd = 1024; in collect_source_ref()
3418 source_refs = XNEWVEC (const char *, source_refs_allocd); in collect_source_ref()
3425 if (source_refs_used == source_refs_allocd) in collect_source_ref()
3427 source_refs_allocd *= 2; in collect_source_ref()
3428 source_refs = XRESIZEVEC (const char *, source_refs, source_refs_allocd); in collect_source_ref()