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

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

Completed in 202 milliseconds