Searched refs:line_map (Results 1 - 14 of 14) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/lib/gcc/arm-brcm-linux-uclibcgnueabi/4.5.3/plugin/include/
H A Dline-map.h41 /* A logical line/column number, i.e. an "index" into a line_map. */
52 and the result_location is less than the next line_map's start_location.
61 struct GTY(()) line_map {
73 /* A set of chronological line_map structures. */
75 struct line_map * GTY ((length ("%h.used"))) maps;
99 may require allocating a new line_map. */
136 maps, so any stored line_map pointers should not be used. */
137 extern const struct line_map *linemap_add
143 extern const struct line_map *linemap_lookup
H A Ddiagnostic.h113 const struct line_map *last_module;
H A Dcpplib.h478 The line_map is for the new file. It is NULL if there is no new file.
481 void (*file_change) (cpp_reader *, const struct line_map *);
666 /* Reset the cpp_reader's line_map. This is only used after reading a
H A Dc-common.h1090 extern void fe_file_change (const struct line_map *);
1158 extern void pp_file_change (const struct line_map *);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2011.09/lib/gcc/arm-none-eabi/4.6.1/plugin/include/
H A Dline-map.h41 /* A logical line/column number, i.e. an "index" into a line_map. */
50 and the result_location is less than the next line_map's start_location.
59 struct GTY(()) line_map {
71 /* A set of chronological line_map structures. */
73 struct line_map * GTY ((length ("%h.used"))) maps;
97 may require allocating a new line_map. */
134 maps, so any stored line_map pointers should not be used. */
135 extern const struct line_map *linemap_add
141 extern const struct line_map *linemap_lookup
H A Ddiagnostic.h170 const struct line_map *last_module;
H A Dcpplib.h476 The line_map is for the new file. It is NULL if there is no new file.
479 void (*file_change) (cpp_reader *, const struct line_map *);
669 /* Reset the cpp_reader's line_map. This is only used after reading a
H A Dc-common.h984 extern void fe_file_change (const struct line_map *);
990 extern void pp_file_change (const struct line_map *);
H A Dgtype-desc.h5407 #define ggc_alloc_line_map() ((struct line_map *)(ggc_internal_alloc_stat (sizeof (struct line_map) MEM_STAT_INFO)))
5408 #define ggc_alloc_cleared_line_map() ((struct line_map *)(ggc_internal_cleared_alloc_stat (sizeof (struct line_map) MEM_STAT_INFO)))
5409 #define ggc_alloc_vec_line_map(n) ((struct line_map *)(ggc_internal_vec_alloc_stat (sizeof (struct line_map), n MEM_STAT_INFO)))
5410 #define ggc_alloc_cleared_vec_line_map(n) ((struct line_map *)(ggc_internal_cleared_vec_alloc_stat (sizeof (struct line_map), n MEM_STAT_INFO)))
5411 #define ggc_alloc_zone_line_map(z) ((struct line_map *)(ggc_internal_zone_alloc_stat (z, sizeof (struct line_map) MEM_STAT_INF
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2013.11/lib/gcc/arm-none-eabi/4.8.1/plugin/include/
H A Dline-map.h49 /* A logical line/column number, i.e. an "index" into a line_map. */
65 and the result_location is less than the next line_map's start_location.
99 line_map below, go read the comments of struct line_map below and
177 /* A line_map encodes a sequence of locations.
203 struct GTY(()) line_map {
249 struct line_map * GTY ((length ("%h.used"))) maps;
286 /* A set of chronological line_map structures. */
306 may require allocating a new line_map. */
478 maps, so any stored line_map pointer
[all...]
H A Ddiagnostic.h179 const struct line_map *last_module;
H A Dcpplib.h514 The line_map is for the new file. It is NULL if there is no new file.
517 void (*file_change) (cpp_reader *, const struct line_map *);
707 /* Reset the cpp_reader's line_map. This is only used after reading a
H A Dgtype-desc.h2320 #define ggc_alloc_line_map() ((struct line_map *)(ggc_internal_alloc_stat (sizeof (struct line_map) MEM_STAT_INFO)))
2321 #define ggc_alloc_cleared_line_map() ((struct line_map *)(ggc_internal_cleared_alloc_stat (sizeof (struct line_map) MEM_STAT_INFO)))
2322 #define ggc_alloc_vec_line_map(n) ((struct line_map *)(ggc_internal_vec_alloc_stat (sizeof (struct line_map), n MEM_STAT_INFO)))
2323 #define ggc_alloc_cleared_vec_line_map(n) ((struct line_map *)(ggc_internal_cleared_vec_alloc_stat (sizeof (struct line_map), n MEM_STAT_INFO)))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2013.11/lib/gcc/arm-none-eabi/4.8.1/plugin/include/c-family/
H A Dc-common.h1023 extern void fe_file_change (const struct line_map *);
1029 extern void pp_file_change (const struct line_map *);

Completed in 266 milliseconds