Searched refs:nexttype (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | dwarfread.c | 1277 struct type *nexttype; /* Type of each element (may be array) */ in decode_subscript_data_item() local 1304 nexttype = decode_subscript_data_item (scan, end); in decode_subscript_data_item() 1305 if (nexttype == NULL) in decode_subscript_data_item() 1311 nexttype = dwarf_fundamental_type (current_objfile, FT_INTEGER); in decode_subscript_data_item() 1315 typep = create_array_type ((struct type *) NULL, nexttype, rangetype); in decode_subscript_data_item() 1327 nexttype = dwarf_fundamental_type (current_objfile, FT_INTEGER); in decode_subscript_data_item() 1328 rangetype = create_range_type ((struct type *) NULL, nexttype, 0, 0); in decode_subscript_data_item() 1329 typep = create_array_type ((struct type *) NULL, nexttype, rangetype); in decode_subscript_data_item() 1335 nexttype = dwarf_fundamental_type (current_objfile, FT_INTEGER); in decode_subscript_data_item() 1336 rangetype = create_range_type ((struct type *) NULL, nexttype, 0, 0); in decode_subscript_data_item() [all …]
|
| /openbsd-src/gnu/usr.bin/perl/ |
| H A D | parser.h | 105 I32 nexttype[5]; /* type of next token */ member
|
| H A D | toke.c | 88 # define PL_nexttype (PL_parser->nexttype) 978 if (S_is_opval_token(parser->nexttype[nexttoke] & 0xffff) in Perl_parser_free_nexttoke_ops()
|
| H A D | sv.c | 13958 Copy(proto->nexttype, parser->nexttype, 5, I32);
|
| /openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/ |
| H A D | TODO | 178 nexttype
|