HomeSort by: relevance | last modified time | path
    Searched refs:start_location (Results 1 - 19 of 19) 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...]
init.cc 787 = penult[0].start_location;
789 penult[1].start_location = penult[0].start_location;
  /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...]
init.cc 767 = penult[0].start_location;
769 penult[1].start_location = penult[0].start_location;
  /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...]
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-ppoutput.cc 793 input_location = map->start_location;
798 print_line (map->start_location, flags);
811 print_line (map->start_location, flags);
c-lex.cc 210 input_location = new_map->start_location;
233 input_location = new_map->start_location;
239 input_location = new_map->start_location;
c-common.cc 9693 /* The "start_location" is column 0, meaning "the whole line".
9696 location_t col_0 = ord_map_for_insertion->start_location;
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-lex.cc 208 input_location = new_map->start_location;
231 input_location = new_map->start_location;
237 input_location = new_map->start_location;
c-ppoutput.cc 751 input_location = map->start_location;
756 print_line (map->start_location, flags);
769 print_line (map->start_location, flags);
c-common.cc 9235 /* The "start_location" is column 0, meaning "the whole line".
9238 location_t col_0 = ord_map_for_insertion->start_location;
  /src/external/apache2/llvm/dist/clang/bindings/python/clang/
cindex.py 2948 start_location, end_location = locations
2950 if hasattr(start_location, '__len__'):
2951 start_location = SourceLocation.from_position(self, f,
2952 start_location[0], start_location[1])
2953 elif isinstance(start_location, int):
2954 start_location = SourceLocation.from_offset(self, f,
2955 start_location)
2963 assert isinstance(start_location, SourceLocation)
2966 return SourceRange.from_locations(start_location, end_location
    [all...]
  /src/external/gpl3/gcc/dist/gcc/fortran/
cpp.cc 918 print_line (map->start_location, flags);
930 print_line (map->start_location, flags);
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
cpp.cc 919 print_line (map->start_location, flags);
931 print_line (map->start_location, flags);
  /src/external/gpl3/gcc/dist/gcc/
input.cc 1478 map->start_location,
1479 (map->start_location
1484 fprintf (stream, " map->start_location: %u\n",
1485 map->start_location);
  /src/external/gpl3/gcc.old/dist/gcc/
input.cc 1353 map->start_location,
1354 (map->start_location
1359 fprintf (stream, " map->start_location: %u\n",
1360 map->start_location);
  /src/external/gpl3/gcc.old/dist/gcc/cp/
module.cc 13605 interval.ordinary.second = map->start_location;
16231 map->start_location = hwm + (offset - zero);
16232 if (map->start_location < lwm)
16234 lwm = map->start_location;
  /src/external/gpl3/gcc/dist/gcc/cp/
module.cc 14118 interval.ordinary.second = map->start_location;
16830 map->start_location = remap + ordinary_locs.first;

Completed in 106 milliseconds