Searched refs:line (Results 251 - 275 of 1636) sorted by path

<<11121314151617181920>>

/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dsol2-c1.asm66 ! a cache line?) so we do too.
/freebsd-11-stable/contrib/gcc/
H A Dconfigure157 # uniformly replaced by the line number. The first 'sed' inserts a
158 # line-number line before each line; the second 'sed' does the real
159 # work. The second script uses 'N' to pair each line-number line
160 # with the numbered line, and appends trailing '-' during
161 # substitution so that $LINENO is not a special case at line end.
235 # We need space, tab and new line, in precisely that order.
1067 generated by GNU Autoconf 2.59. Invocation command line wa
[all...]
H A Dcoverage.c515 unsigned chksum = xloc.line;
562 gcov_write_unsigned (xloc.line);
H A Ddbxout.c800 LINE is the source line to write into the desc field (in extended
849 int line ATTRIBUTE_UNUSED;
853 line = sym ? DECL_SOURCE_LINE (sym) : 0;
879 /* Only put a line number on the last stab in the sequence. */
880 DBX_FINISH_STABS (sym, code, len == 0 ? line : 0,
900 DBX_FINISH_STABS (sym, code, line, addr, label, number);
1156 dbxout_start_source_file (unsigned int line ATTRIBUTE_UNUSED,
1179 dbxout_end_source_file (unsigned int line ATTRIBUTE_UNUSED)
1242 /* Output N_BNSYM, line number symbol entry, and local symbol at
1264 /* Output a line numbe
[all...]
H A Ddebug.c91 debug_nothing_int_charstar (unsigned int line ATTRIBUTE_UNUSED,
97 debug_nothing_int (unsigned int line ATTRIBUTE_UNUSED)
102 debug_nothing_int_int (unsigned int line ATTRIBUTE_UNUSED,
H A Ddebug.h23 toplev.c according to command line options. */
33 /* Macro defined on line LINE with name and expansion TEXT. */
34 void (* define) (unsigned int line, const char *text);
36 /* MACRO undefined on line LINE. */
37 void (* undef) (unsigned int line, const char *macro);
41 void (* start_source_file) (unsigned int line, const char *file);
43 /* Record the resumption of a source file. LINE is the line number
45 void (* end_source_file) (unsigned int line);
49 void (* begin_block) (unsigned int line, unsigned int n);
52 void (* end_block) (unsigned int line, unsigne
[all...]
H A Ddiagnostic.c165 ? build_message_string ("%s:%d:%d: %s", s.file, s.line, s.column, text)
167 : build_message_string ("%s:%d: %s", s.file, s.line, text));
192 s.file, s.line);
308 xloc.file, xloc.line);
314 xloc.file, xloc.line);
453 produces no prefix and disables line-wrapping. Use rarely. */
513 given on the command line, in which case it issues an error. Use
518 of the -pedantic command-line switch. To get a warning enabled
644 fancy_abort (const char *file, int line, const char *function)
646 internal_error ("in %s, at %s:%d", function, trim_filename (file), line);
640 fancy_abort(const char *file, int line, const char *function) argument
[all...]
H A Ddwarf2out.c2528 dwarf2out_begin_prologue (unsigned int line ATTRIBUTE_UNUSED,
2595 /* We only want to output line number information for the genuine dwarf2
2599 dwarf2out_source_line (line, file);
2608 dwarf2out_end_epilogue (unsigned int line ATTRIBUTE_UNUSED,
3695 line number associated with the label generated for that
3697 the line number entry. */
3836 /* Use assembler line directives if available. */
3845 /* Minimum line offset in a special line info. opcode.
3849 /* First special line opcod
13826 dwarf2out_source_line(unsigned int line, const char *filename) argument
[all...]
H A Demit-rtl.c74 /* Nonzero means do not generate NOTEs for source line numbers. */
3686 /* Return the line note insn preceding INSN. */
3988 /* Similar to emit_insn_after, except that line notes are to be inserted so
4488 /* Make line numbering NOTE insn for LOCATION add it to the end
4489 of the doubly-linked list, but only if line-numbers are desired for
4503 && location.line == last_location.line)
4517 note = emit_note (location.line);
4565 /* Cause next statement to emit a line note even if the line numbe
[all...]
H A Derrors.c131 fancy_abort (const char *file, int line, const char *func) argument
133 internal_error ("abort in %s, at %s:%d", func, trim_filename (file), line);
H A Dfix-header.c240 /* Special name to indicate a continuation line in std_include_table. */
420 sstring line;
526 recognized_function (const cpp_token *fname, unsigned int line, int kind,
567 partial->line_seen = line;
963 inclusion, setting *ifndef_line to the line number of the initial #ifndef
419 sstring line; variable
525 recognized_function(const cpp_token *fname, unsigned int line, int kind, int have_arg_list) argument
H A Dgcc.c40 Before adding a command-line option, consider if it is really
41 necessary. Each additional command-line option adds complexity and
44 In the following, consider adding the command-line argument
47 1. Each command-line option is specified in the specs file. The
168 /* Flag saying to print the command line options understood by gcc and its
180 line is suitable for execution. This is intended for use in
181 shell scripts to capture the driver-generated command line. */
184 /* Flag indicating to print target specific command line options. */
251 /* Information on how to alter the target name based on a command-line
481 %<S remove all occurrences of -S from the command line
6926 fancy_abort(const char *file, int line, const char *func) argument
[all...]
H A Dgcov.c1 /* Gcov.c: prepend line execution counts and branch probabilities to a
25 and list the line numbers corresponding to those blocks. Also, perhaps
26 list the line numbers with the highest execution counts, only printing
104 /* Next branch on line. */
143 /* Array of line numbers and source files. source files are
144 introduced by a linenumber of zero, the next 'line number' is
149 } line; /* Valid until blocks are linked onto lines */ member in union:block_info::__anon1318
152 /* Single line graph cycle workspace. Used for all-blocks
161 line. */
184 /* First line numbe
185 unsigned line; member in struct:function_info
1486 line_t *line = NULL; /* This is propagated from one iteration to the local
1558 line_t *line; local
1784 const line_t *line; /* current line info ptr. */ local
[all...]
H A Dgenautomata.c981 const char *file, int line, const char *func)
986 file, line, func, expected_mode_str, decl_name (mode));
1069 const char *file, int line, const char *func)
1074 file, line, func, expected_mode_str, regexp_name (mode));
7146 /* The following function adds vector VECT to table TAB as its line
8607 /* Maximal length of line for pretty printing into description
976 decl_mode_check_failed(enum decl_mode mode, const char *expected_mode_str, const char *file, int line, const char *func) argument
1063 regexp_mode_check_failed(enum regexp_mode mode, const char *expected_mode_str, const char *file, int line, const char *func) argument
H A Dgengtype-lex.l50 lexer_line.line++;
370 "#define"[^\n]*\n {lexer_line.line++;}
378 \n { lexer_line.line++; }
386 \n { lexer_line.line++; }
395 \n { lexer_line.line++; }
601 lexer_line.line = 1;
H A Dgengtype-yacc.y165 p->line = lexer_line;
176 p->line = lexer_line;
193 p->line = lexer_line;
203 p->line = lexer_line;
213 p->line = lexer_line;
H A Dgengtype.c46 fprintf (stderr, "%s:%d: ", pos->file, pos->line);
112 error_at_line (&p->line, "previously defined here");
121 p->line = *pos;
170 else if (si->u.s.line.file != NULL && si->u.s.bitmap != bitmap)
202 if (s->u.s.line.file != NULL
206 error_at_line (&s->u.s.line, "previous definition here");
211 s->u.s.line = *pos;
333 n->line = *pos;
352 field->line.file = __FILE__;
353 field->line
1427 struct fileloc *line; member in struct:walk_type_data
2572 write_root(outf_p f, pair_p v, type_p type, const char *name, int has_length, struct fileloc *line, const char *if_marked) argument
[all...]
/freebsd-11-stable/contrib/gcc/cp/
H A Ddecl.c29 line numbers. For example, the CONST_DECLs for enum values. */
373 location = input_location; /* FIXME want (input_filename, (line)0) */
376 location.line = 0;
1656 line information on the declaration, and also make
3174 /* Adjust various flags based on command-line settings. */
5561 install its line number and initial value.
10790 user can request that for all enumerations with a command line
11880 special line 0. */
11989 /* Store the end of the function, so that we get good line number
H A Ddecl2.c29 line numbers. For example, the CONST_DECLs for enum values. */
2628 /* Trick the compiler into thinking we are at the file and line
2630 that the debugger will show somewhat sensible file and line
2894 locus->line++;
3227 /* Set the line and file, so that it is obviously not from
3269 locusp->line++;
3274 been emitted yet. If out-of-line copies of these functions
H A Derror.c2261 /* Avoid redundancy with the "In function" line. */;
2289 xloc.file, xloc.line,
2295 xloc.file, xloc.line);
H A Dname-lookup.c780 at line 0), and install this TYPE_DECL as the new type's typedef
1209 cxx_scope_debug (cxx_scope *scope, int line, const char *action)
1214 scope->this_entity, (void *) scope, line);
1216 verbatim ("%s %s %p %d\n", action, desc, (void *) scope, line);
1535 /* We can probably fit 3 names to a line? */
1207 cxx_scope_debug(cxx_scope *scope, int line, const char *action) argument
H A Dpt.c1243 line number so any errors match this new
1442 already, the first line specializes "f" which is a non-template
1443 member function, whilst the second line specializes "f" which
2773 /* This next line is the `argument expression is not just a
5266 /* Restore the filename and line number stashed away when we started
5918 /* The the file and line for this declaration, to
6077 /* The the file and line for this declaration, to
6100 /* Set the file and line number information to whatever is given for
7049 /* Restore the file and line information. */
7563 && (last_loc.line !
[all...]
H A Dtree.c473 DR 295 queries this and the proposed resolution brings it into line
2435 lang_check_failed (const char* file, int line, const char* function)
2438 function, trim_filename (file), line);
2426 lang_check_failed(const char* file, int line, const char* function) argument
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex104 % starts a new line in the output.
107 % Use TeX 3.0's \inputlineno to get the line number, for better error
208 % @| inserts a changebar to the left of the current line. It should
218 % Append this vertical mode material after the current line in the output.
325 \line{\ewtop\hfil\ewtop}%
327 \line{%
334 \line\bgroup
352 \hfil\egroup % end of (centering) \line\bgroup
356 \line{%
362 \line{\ewbo
[all...]
/freebsd-11-stable/contrib/gcc/doc/
H A Dmakefile.texi170 stage3 compilers, set @code{BOOT_CFLAGS} on the command line when doing
178 on the command line when doing @samp{make}.

Completed in 699 milliseconds

<<11121314151617181920>>