HomeSort by: relevance | last modified time | path
    Searched defs:supercnt (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
dwarf2out.cc 25024 unsigned long supercnt = 0, thiscnt = 0;
25028 ++supercnt;
25029 gcc_checking_assert ((*ranges_table)[off + supercnt].num
25032 gcc_checking_assert ((*ranges_table)[off + supercnt + 1].num == 0);
25036 gcc_assert (supercnt >= thiscnt);
25037 add_AT_range_list (die, DW_AT_ranges, off + supercnt - thiscnt,
25039 note_rnglist_head (off + supercnt - thiscnt);
25006 unsigned long supercnt = 0, thiscnt = 0; local
dwarf2out.cc 25024 unsigned long supercnt = 0, thiscnt = 0;
25028 ++supercnt;
25029 gcc_checking_assert ((*ranges_table)[off + supercnt].num
25032 gcc_checking_assert ((*ranges_table)[off + supercnt + 1].num == 0);
25036 gcc_assert (supercnt >= thiscnt);
25037 add_AT_range_list (die, DW_AT_ranges, off + supercnt - thiscnt,
25039 note_rnglist_head (off + supercnt - thiscnt);
25006 unsigned long supercnt = 0, thiscnt = 0; local
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.cc 24904 unsigned long supercnt = 0, thiscnt = 0;
24908 ++supercnt;
24909 gcc_checking_assert ((*ranges_table)[off + supercnt].num
24912 gcc_checking_assert ((*ranges_table)[off + supercnt + 1].num == 0);
24916 gcc_assert (supercnt >= thiscnt);
24917 add_AT_range_list (die, DW_AT_ranges, off + supercnt - thiscnt,
24919 note_rnglist_head (off + supercnt - thiscnt);
24886 unsigned long supercnt = 0, thiscnt = 0; local
dwarf2out.cc 24904 unsigned long supercnt = 0, thiscnt = 0;
24908 ++supercnt;
24909 gcc_checking_assert ((*ranges_table)[off + supercnt].num
24912 gcc_checking_assert ((*ranges_table)[off + supercnt + 1].num == 0);
24916 gcc_assert (supercnt >= thiscnt);
24917 add_AT_range_list (die, DW_AT_ranges, off + supercnt - thiscnt,
24919 note_rnglist_head (off + supercnt - thiscnt);
24886 unsigned long supercnt = 0, thiscnt = 0; local

Completed in 152 milliseconds