Home
last modified time | relevance | path

Searched refs:remove_count (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/lib/libiberty/src/
H A Dpex-common.c73 obj->remove_count = 0; in pex_init_common()
87 ++obj->remove_count; in pex_add_remove()
88 obj->remove = XRESIZEVEC (char *, obj->remove, obj->remove_count); in pex_add_remove()
93 obj->remove[obj->remove_count - 1] = add; in pex_add_remove()
583 if (obj->remove_count > 0) in pex_free()
587 for (i = 0; i < obj->remove_count; ++i) in pex_free()
/openbsd-src/gnu/lib/libiberty/include/
H A Dpex-common.h77 int remove_count; member
/openbsd-src/gnu/usr.bin/perl/regen/
H A Dregcharclass.pl1054 foreach my $remove_count (sort keys %hash) {
1055 foreach my $bits (sort keys %{$hash{$remove_count}}) {
1057 @{$hash{$remove_count}{$bits}}
1059 @{$hash{$remove_count}{$bits}};
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DModuleList.cpp357 size_t remove_count = 0; in RemoveOrphans() local
369 ++remove_count; in RemoveOrphans()
377 return remove_count; in RemoveOrphans()