Searched refs:arraytype (Results 1 – 3 of 3) sorted by relevance
| /mirbsd/src/gnu/usr.bin/perl/utils/ |
| D | c2ph.PL | 1013 ($arraytype, $unknown, $lower, $upper) = (); 1019 ($arraytype, $unknown) = ($2, $3); 1020 $arraytype = &typeno($arraytype); 1072 #$type[$arraytype] = $type[$typeno] unless defined $type[$arraytype]; 1074 $type[$arraytype] = "$type[$typeno]$scripts" if defined $type[$typeno]; 1075 print "type[$arraytype] is $type[$arraytype]\n" if $debug; 1076 print "$prefix.$fieldname is an array of $type[$arraytype]\n" if $debug; 1085 local($fieldname, $scripts, $type, $arraytype, $unknown,
|
| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | gdbtypes.h | 826 #define TYPE_ARRAY_UPPER_BOUND_VALUE(arraytype) \ argument 827 (TYPE_FIELD_BITPOS((TYPE_FIELD_TYPE((arraytype),0)),1)) 829 #define TYPE_ARRAY_LOWER_BOUND_VALUE(arraytype) \ argument 830 (TYPE_FIELD_BITPOS((TYPE_FIELD_TYPE((arraytype),0)),0))
|
| D | valops.c | 956 struct type *arraytype; in value_array() local 978 arraytype = create_array_type ((struct type *) NULL, in value_array() 983 val = allocate_value (arraytype); in value_array() 1008 val = value_at_lazy (arraytype, addr); in value_array()
|