Home
last modified time | relevance | path

Searched refs:tarray (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/gnu/usr.bin/perl/ext/Storable/t/
Dtied_hook.t188 @tied = ($tscalar, $tarray, $thash) = @{$root->[$#{$root}]};
192 ok 8, tied @{$tarray};
195 @new = ($$tscalar, $tarray->[0], $thash->{'attribute'});
205 ok 17, $tarray->[3] eq 'plaine scalaire';
Dtied.t179 @tied = ($tscalar, $tarray, $thash) = @{$root->[$#{$root}]};
183 ok 8, tied @{$tarray};
186 @new = ($$tscalar, $tarray->[0], $thash->{'attribute'});
/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dvalarith.c183 struct type *tarray; in value_subscript() local
186 tarray = check_typedef (value_type (array)); in value_subscript()
188 if (TYPE_CODE (tarray) == TYPE_CODE_ARRAY in value_subscript()
189 || TYPE_CODE (tarray) == TYPE_CODE_STRING) in value_subscript()
191 struct type *range_type = TYPE_INDEX_TYPE (tarray); in value_subscript()
220 if (TYPE_CODE (tarray) == TYPE_CODE_BITSTRING) in value_subscript()
222 struct type *range_type = TYPE_INDEX_TYPE (tarray); in value_subscript()