Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/gdb/
H A Ddwarfread.c1266 struct type *nexttype; /* Type of each element (may be array) */ in decode_subscript_data_item() local
1293 nexttype = decode_subscript_data_item (scan, end); in decode_subscript_data_item()
1294 if (nexttype == NULL) in decode_subscript_data_item()
1300 nexttype = dwarf_fundamental_type (current_objfile, FT_INTEGER); in decode_subscript_data_item()
1304 typep = create_array_type ((struct type *) NULL, nexttype, rangetype); in decode_subscript_data_item()
1316 nexttype = dwarf_fundamental_type (current_objfile, FT_INTEGER); in decode_subscript_data_item()
1317 rangetype = create_range_type ((struct type *) NULL, nexttype, 0, 0); in decode_subscript_data_item()
1318 typep = create_array_type ((struct type *) NULL, nexttype, rangetype); in decode_subscript_data_item()
1324 nexttype = dwarf_fundamental_type (current_objfile, FT_INTEGER); in decode_subscript_data_item()
1325 rangetype = create_range_type ((struct type *) NULL, nexttype, 0, 0); in decode_subscript_data_item()
[all …]
/freebsd-12.1/contrib/sendmail/src/
H A Ddomain.c903 goto nexttype;
926 nexttype:
/freebsd-12.1/tools/sched/
H A Dschedgraph.py683 def nexttype(self, type): member in Event
732 next = self.nexttype("state")
759 next = self.nexttype("count")