HomeSort by: relevance | last modified time | path
    Searched refs:highest_location (Results 1 - 16 of 16) sorted by relevancy

  /src/external/gpl3/gcc/dist/libcpp/
line-map.cc 434 set->highest_location = RESERVED_LOCATION_COUNT - 1;
570 /* Generate a start_location above the current highest_location.
572 location_t start_location = set->highest_location + 1;
662 set->highest_location = start_location;
666 /* This assertion is placed after set->highest_location has
871 the highest_location). */
878 location_t highest = set->highest_location;
960 set->highest_line = set->highest_location = LINE_MAP_MAX_LOCATION - 1;
967 if (r > set->highest_location)
968 set->highest_location = r
    [all...]
files.cc 1018 && (pfile->line_table->highest_location
1022 pfile->line_table->highest_location--;
1347 entry->location = pfile->line_table->highest_location;
init.cc 785 pfile->line_table->highest_location
directives.cc 1154 pfile->line_table->highest_location--;
1183 pfile->line_table->highest_location
lex.cc 5342 pfile->line_table->highest_location
  /src/external/gpl3/gcc.old/dist/libcpp/
line-map.cc 351 set->highest_location = RESERVED_LOCATION_COUNT - 1;
487 /* Generate a start_location above the current highest_location.
489 location_t start_location = set->highest_location + 1;
562 set->highest_location = start_location;
566 /* This assertion is placed after set->highest_location has
757 the highest_location). */
764 location_t highest = set->highest_location;
846 set->highest_line = set->highest_location = LINE_MAP_MAX_LOCATION - 1;
853 if (r > set->highest_location)
854 set->highest_location = r
    [all...]
files.cc 1002 && (pfile->line_table->highest_location
1005 pfile->line_table->highest_location--;
1330 entry->location = pfile->line_table->highest_location;
init.cc 765 pfile->line_table->highest_location
directives.cc 1136 pfile->line_table->highest_location--;
1165 pfile->line_table->highest_location
lex.cc 5022 pfile->line_table->highest_location
  /src/external/gpl3/gcc/dist/gcc/
input.cc 1276 return set->highest_location;
1458 line_table->highest_location,
2079 line_table->highest_location = case_.m_base_location;
3693 if (!should_have_column_data_p (line_table->highest_location))
3726 if (!should_have_column_data_p (line_table->highest_location))
3766 if (!should_have_column_data_p (line_table->highest_location))
  /src/external/gpl3/gcc.old/dist/gcc/
input.cc 1153 return set->highest_location;
1333 line_table->highest_location,
1918 line_table->highest_location = case_.m_base_location;
3527 if (!should_have_column_data_p (line_table->highest_location))
3560 if (!should_have_column_data_p (line_table->highest_location))
3600 if (!should_have_column_data_p (line_table->highest_location))
  /src/external/gpl3/gcc/dist/libcpp/include/
line-map.h 157 | set->highest_location - 1 | Final location in that ordmap
159 | set->highest_location | Location of the where the next
839 location_t highest_location; variable
1041 the highest_location). */
  /src/external/gpl3/gcc.old/dist/libcpp/include/
line-map.h 155 | set->highest_location - 1 | Final location in that ordmap
157 | set->highest_location | Location of the where the next
799 location_t highest_location; variable
1081 the highest_location). */
  /src/external/gpl3/gcc/dist/gcc/cp/
module.cc 14184 = ((line_table->highest_location + (1 << line_table->default_range_bits))
16570 location_t ordinary = line_table->highest_location + 1;
16798 location_t offset = line_table->highest_location + 1;
16841 /* highest_location is the one handed out, not the next one to
16843 line_table->highest_location = ordinary_locs.first + ordinary_locs.second - 1;
16845 if (line_table->highest_location >= LINE_MAP_MAX_LOCATION_WITH_COLS)
16878 line_table->highest_location + 1);
18498 ordinary_locs.first = line_table->highest_location + 1;
  /src/external/gpl3/gcc.old/dist/gcc/cp/
module.cc 13671 = ((line_table->highest_location + (1 << line_table->default_range_bits))
15913 location_t ordinary = line_table->highest_location + 1;
16207 location_t offset = line_table->highest_location + 1;
16253 /* highest_location is the one handed out, not the next one to
16255 line_table->highest_location = ordinary_locs.second - 1;
16257 if (line_table->highest_location >= LINE_MAP_MAX_LOCATION_WITH_COLS)
16290 line_table->highest_location + 1);

Completed in 88 milliseconds