Home
last modified time | relevance | path

Searched refs:source_location (Results 1 – 20 of 20) sorted by relevance

/NextBSD/contrib/gcclibs/libcpp/include/
HDline-map.h36 typedef unsigned int source_location; typedef
54 source_location start_location;
84 source_location highest_location;
87 source_location highest_line;
110 extern source_location linemap_line_start
131 (struct line_maps *, source_location);
170 source_location r = set->highest_line; \
178 extern source_location
HDcpp-id-data.h56 source_location line;
HDcpplib.h193 source_location src_loc; /* Location of first char of token. */
811 extern void cpp_error_with_line (cpp_reader *, int, source_location, unsigned,
/NextBSD/contrib/gcc/
HDc-ppoutput.c50 static void print_line (source_location, const char *);
51 static void maybe_print_line (source_location);
56 static void cb_define (cpp_reader *, source_location, cpp_hashnode *);
57 static void cb_undef (cpp_reader *, source_location, cpp_hashnode *);
58 static void cb_include (cpp_reader *, source_location, const unsigned char *,
60 static void cb_ident (cpp_reader *, source_location, const cpp_string *);
61 static void cb_def_pragma (cpp_reader *, source_location);
235 maybe_print_line (source_location src_loc) in maybe_print_line()
262 print_line (source_location src_loc, const char *special_flags) in print_line()
304 source_location src_loc = token->src_loc; in cb_line_change()
[all …]
HDinput.h29 #define BUILTINS_LOCATION ((source_location) 2)
44 extern expanded_location expand_location (source_location);
46 #define UNKNOWN_LOCATION ((source_location) 0)
47 typedef source_location location_t; /* deprecated typedef */
48 typedef source_location source_locus; /* to be removed */
HDc-lex.c206 source_location loc = token->src_loc; in cb_line_change()
274 cb_def_pragma (cpp_reader *pfile, source_location loc) in cb_def_pragma()
309 cb_define (cpp_reader *pfile, source_location loc, cpp_hashnode *node) in cb_define()
318 cb_undef (cpp_reader * ARG_UNUSED (pfile), source_location loc, in cb_undef()
HDtree-vectorizer.h26 typedef source_location LOC;
HDtree-cfg.c2002 source_location loc = UNKNOWN_LOCATION; in remove_bb()
5746 source_location location; in execute_warn_function_return()
HDtree.h1470 do { source_location *loc_tmp = FROM; \
HDtree.c3229 expand_location (source_location loc) in expand_location()
HDChangeLog-200427102 * input.h: #include line-map.h for source_location typedef.
27135 (fe_file_change, cb_def_pragma): Again use source_location directly.
27152 * c-ppoutput.c: Use new source_location typedef instead of fileline.
42220 Represent column numbers using line-map's source_location.
42221 The "next available source_location" is now managed internally by
42294 source_location.
HDChangeLog-20031545 * line-map.h (source_location): New typedef.
1546 (fileline): Redefined as source_location.
1548 by source_location.
1549 * line-map.c (linemap_add, linemap_lookup): Use source_location.
HDChangeLog.tree-ssa150 Pre-patches for future source_location / location_t merge.
/NextBSD/contrib/gcclibs/libcpp/
HDerrors.c31 static void print_location (cpp_reader *, source_location, unsigned int);
38 print_location (cpp_reader *pfile, source_location line, unsigned int col) in print_location()
81 source_location src_loc, unsigned int column) in _cpp_begin_message()
138 source_location src_loc; in cpp_error()
182 source_location src_loc, unsigned int column, in cpp_error_with_line()
HDline-map.c92 source_location start_location = set->highest_location + 1; in linemap_add()
178 source_location
183 source_location highest = set->highest_location; in linemap_line_start()
184 source_location r; in linemap_line_start()
236 source_location
239 source_location r = set->highest_line; in linemap_position_for_column()
265 linemap_lookup (struct line_maps *set, source_location line) in linemap_lookup()
HDinternal.h330 source_location directive_line;
451 source_location first_line;
504 source_location, unsigned int);
580 void (*maybe_print_line) (source_location);
HDdirectives-only.c46 source_location loc; in _cpp_preprocess_dir_only()
HDtraditional.c151 source_location src_loc = pfile->line_table->highest_line; in copy_comment()
HDmacro.c466 source_location saved_loc = lhs->src_loc; in paste_tokens()
HDChangeLog777 * internal.h (struct cpp_reader): Use source_location typedef instead.