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

  /src/external/gpl3/gcc/dist/libcpp/
line-map.cc 531 new_linemap (line_maps *set, location_t start_location)
534 start_location >= LINE_MAP_MAX_LOCATION,
537 result->start_location = start_location;
547 return (((map[1].start_location - 1
548 - map->start_location)
550 + map->start_location);
570 /* Generate a start_location above the current highest_location.
572 location_t start_location = set->highest_location + 1; local
574 if (start_location < LINE_MAP_MAX_LOCATION_WITH_COLS
803 location_t start_location local
    [all...]
  /src/external/gpl3/gcc.old/dist/libcpp/
line-map.cc 448 new_linemap (line_maps *set, location_t start_location)
451 start_location >= LINE_MAP_MAX_LOCATION,
454 result->start_location = start_location;
464 return (((map[1].start_location - 1
465 - map->start_location)
467 + map->start_location);
487 /* Generate a start_location above the current highest_location.
489 location_t start_location = set->highest_location + 1; local
491 if (start_location < LINE_MAP_MAX_LOCATION_WITH_COLS
688 location_t start_location local
    [all...]
  /src/external/gpl3/gcc/dist/libcpp/include/
line-map.h 103 | ordmap[0]->start_location) | first line in ordmap 0
105 | ordmap[1]->start_location | First line in ordmap 1
106 | ordmap[1]->start_location+32 | First column in that line
108 | ordmap[1]->start_location+64 | 2nd column in that line
109 | ordmap[1]->start_location+4096| Second line in ordmap 1
125 | ordmap[1]->start_location+64 "2nd column in that line"
131 | ordmap[1]->start_location+68
148 | ordmap[2]->start_location-1 | Final location in ordmap 1
150 | ordmap[2]->start_location | First line in ordmap 2
151 | ordmap[3]->start_location-1 | Final location in ordmap
388 location_t start_location; variable
    [all...]
  /src/external/gpl3/gcc.old/dist/libcpp/include/
line-map.h 101 | ordmap[0]->start_location) | first line in ordmap 0
103 | ordmap[1]->start_location | First line in ordmap 1
104 | ordmap[1]->start_location+32 | First column in that line
106 | ordmap[1]->start_location+64 | 2nd column in that line
107 | ordmap[1]->start_location+4096| Second line in ordmap 1
123 | ordmap[1]->start_location+64 "2nd column in that line"
129 | ordmap[1]->start_location+68
146 | ordmap[2]->start_location-1 | Final location in ordmap 1
148 | ordmap[2]->start_location | First line in ordmap 2
149 | ordmap[3]->start_location-1 | Final location in ordmap
386 location_t start_location; variable
    [all...]

Completed in 57 milliseconds