Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/tools/llvm-config/
Dfind-cycles.pl150 foreach my $old_item (keys %{$CYCLES{$item}}) {
151 $cycle{$old_item} = 1;
/external/python/cpython2/Modules/
Darraymodule.c826 char *old_item; in array_do_extend() local
842 old_item = self->ob_item; in array_do_extend()
845 self->ob_item = old_item; in array_do_extend()