HomeSort by relevance Sort by last modified time
    Searched full:line_map (Results 1 - 12 of 12) sorted by null

  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
line-map.h 40 /* A logical line/column number, i.e. an "index" into a line_map. */
51 and the result_location is less than the next line_map's start_location.
60 struct line_map GTY(()) function
73 /* A set of chronological line_map structures. */
76 struct line_map * GTY ((length ("%h.used"))) maps;
100 may require allocating a new line_map. */
137 maps, so any stored line_map pointers should not be used. */
138 extern const struct line_map *linemap_add
144 extern const struct line_map *linemap_lookup
151 const struct line_map *);
    [all...]
diagnostic.h 112 const struct line_map *last_module;
cpplib.h 479 The line_map is for the new file. It is NULL if there is no new file.
482 void (*file_change) (cpp_reader *, const struct line_map *);
660 /* Reset the cpp_reader's line_map. This is only used after reading a
    [all...]
c-common.h 949 extern void fe_file_change (const struct line_map *);
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
line-map.h 40 /* A logical line/column number, i.e. an "index" into a line_map. */
51 and the result_location is less than the next line_map's start_location.
60 struct line_map GTY(()) function
73 /* A set of chronological line_map structures. */
76 struct line_map * GTY ((length ("%h.used"))) maps;
100 may require allocating a new line_map. */
137 maps, so any stored line_map pointers should not be used. */
138 extern const struct line_map *linemap_add
144 extern const struct line_map *linemap_lookup
151 const struct line_map *);
    [all...]
diagnostic.h 112 const struct line_map *last_module;
cpplib.h 479 The line_map is for the new file. It is NULL if there is no new file.
482 void (*file_change) (cpp_reader *, const struct line_map *);
660 /* Reset the cpp_reader's line_map. This is only used after reading a
    [all...]
c-common.h 950 extern void fe_file_change (const struct line_map *);
    [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
line-map.h 40 /* A logical line/column number, i.e. an "index" into a line_map. */
51 and the result_location is less than the next line_map's start_location.
60 struct line_map GTY(()) function
73 /* A set of chronological line_map structures. */
76 struct line_map * GTY ((length ("%h.used"))) maps;
100 may require allocating a new line_map. */
137 maps, so any stored line_map pointers should not be used. */
138 extern const struct line_map *linemap_add
144 extern const struct line_map *linemap_lookup
151 const struct line_map *);
    [all...]
diagnostic.h 112 const struct line_map *last_module;
cpplib.h 479 The line_map is for the new file. It is NULL if there is no new file.
482 void (*file_change) (cpp_reader *, const struct line_map *);
660 /* Reset the cpp_reader's line_map. This is only used after reading a
    [all...]
c-common.h 950 extern void fe_file_change (const struct line_map *);
    [all...]

Completed in 341 milliseconds