Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/dist/Storable/t/
H A Dtied_hook.t184 @tied = ($tscalar, $tarray, $thash) = @{$root->[$#{$root}]};
188 is(ref tied @$tarray, 'TIED_ARRAY');
191 @new = ($$tscalar, $tarray->[0], $thash->{'attribute'});
201 is($tarray->[3], 'plaine scalaire');
H A Dtied.t175 @tied = ($tscalar, $tarray, $thash) = @{$root->[$#{$root}]};
179 is(ref tied @$tarray, 'TIED_ARRAY');
182 @new = ($$tscalar, $tarray->[0], $thash->{'attribute'});
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dvalarith.c184 struct type *tarray; in value_subscript() local
187 tarray = check_typedef (VALUE_TYPE (array)); in value_subscript()
188 COERCE_VARYING_ARRAY (array, tarray); in value_subscript()
190 if (TYPE_CODE (tarray) == TYPE_CODE_ARRAY in value_subscript()
191 || TYPE_CODE (tarray) == TYPE_CODE_STRING) in value_subscript()
193 struct type *range_type = TYPE_INDEX_TYPE (tarray); in value_subscript()
222 if (TYPE_CODE (tarray) == TYPE_CODE_BITSTRING) in value_subscript()
224 struct type *range_type = TYPE_INDEX_TYPE (tarray); in value_subscript()