Searched refs:line_no (Results 1 - 18 of 18) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dgencodes.c78 int line_no; local
81 desc = read_md_rtx (&line_no, &insn_code_number);
H A Dgenflags.c190 gen_insn (int line_no, rtx insn) argument
201 message_with_line (line_no, "unresolved iterator");
209 message_with_line (line_no,
276 int line_no, insn_code_number = 0; local
278 desc = read_md_rtx (&line_no, &insn_code_number);
282 gen_insn (line_no, desc);
H A Dgenattr-common.c83 int line_no, insn_code_number; local
85 desc = read_md_rtx (&line_no, &insn_code_number);
H A Dgenattr.c167 int line_no, insn_code_number; local
169 desc = read_md_rtx (&line_no, &insn_code_number);
H A Dgenemit.c856 int line_no;
858 desc = read_md_rtx (&line_no, &insn_code_number);
865 gen_insn (desc, line_no);
869 printf ("/* %s:%d */\n", read_md_filename, line_no);
874 printf ("/* %s:%d */\n", read_md_filename, line_no);
879 printf ("/* %s:%d */\n", read_md_filename, line_no);
850 int line_no; local
H A Dgenextract.c79 int line_no; variable
191 message_with_line (line_no, "repeated operand number %d", ix);
414 while ((desc = read_md_rtx (&line_no, &insn_code_number)) != NULL)
H A Dgenconfig.c296 int line_no, insn_code_number = 0; local
298 desc = read_md_rtx (&line_no, &insn_code_number);
H A Dgenpeep.c406 int line_no;
409 desc = read_md_rtx (&line_no, &insn_code_number);
403 int line_no; local
H A Dgenoutput.c1101 int line_no;
1103 desc = read_md_rtx (&line_no, &next_code_number);
1110 gen_insn (desc, line_no);
1114 gen_peephole (desc, line_no);
1118 gen_expand (desc, line_no);
1123 gen_split (desc, line_no);
1130 note_constraint (desc, line_no);
1091 int line_no; local
H A Dgenopinit.c351 int line_no, insn_code_number = 0; local
352 rtx desc = read_md_rtx (&line_no, &insn_code_number);
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/sh/torture/
H A Dpr70416.c62 int line_no; member in struct:ruby_dtrace_method_hook_args
114 [_SDT_S4] "n" (((!__extension__ (__builtin_constant_p ((((unsigned long long) (__typeof (__builtin_choose_expr (((__builtin_classify_type ( args.line_no ) + 3) & -4) == 4, ( args.line_no ), 0U))) __sdt_unsp) & ((unsigned long long)1 << (sizeof (unsigned long long) * 8 - 1))) == 0) || (__typeof (__builtin_choose_expr (((__builtin_classify_type ( args.line_no ) + 3) & -4) == 4, ( args.line_no ), 0U))) -1 > (__typeof (__builtin_choose_expr (((__builtin_classify_type ( args.line_no ) + 3) & -4) == 4, ( args.line_no ), 0U))) 0)) ? 1 : -1) * (int) ((__builtin_classify_type ( args.line_no ) == 14 || __builtin_classify_type ( args.line_no ) == 5) ? sizeof (void *) : sizeof ( args.line_no ))),
[all...]
/haiku-buildtools/legacy/gcc/gcc/f/
H A Dwhere.c60 ffewhereLineNumber line_no; /* ffelex_line_number() at time of creation. */ member in struct:_ffewhere_ll_
104 if (ll->line_no <= ln)
166 ll->line_no = ffelex_line_number ();
175 = ll->line_no - ll->previous->line_no + ll->previous->offset;
222 return wl->line_num + ll->offset - ll->line_no;
/haiku-buildtools/legacy/binutils/gas/config/
H A Dobj-coff.c297 struct line_no
299 struct line_no *next;
352 static struct line_no *line_nos;
359 struct line_no * new_line = xmalloc (sizeof (* new_line));
1395 struct line_no *lptr;
1398 lptr = (struct line_no *) coffsymbol (symbol_get_bfdsym (symp))->lineno;
1401 lptr = (struct line_no *) coffsymbol (symbol_get_bfdsym (symp))->lineno;
295 struct line_no struct
/haiku-buildtools/gcc/libsanitizer/asan/
H A Dasan_interface_internal.h33 int line_no; member in struct:__asan_global_source_location
H A Dasan_globals.cc86 g.location->filename, g.location->filename, g.location->line_no,
H A Dasan_report.cc272 if (g.location->line_no)
273 str->append(":%d", g.location->line_no);
/haiku-buildtools/binutils/gas/config/
H A Dobj-coff.c364 struct line_no
366 struct line_no *next;
421 static struct line_no *line_nos;
428 struct line_no * new_line = XNEW (struct line_no);
1437 struct line_no *lptr;
1440 lptr = (struct line_no *) coffsymbol (symbol_get_bfdsym (symp))->lineno;
1443 lptr = (struct line_no *) coffsymbol (symbol_get_bfdsym (symp))->lineno;
362 struct line_no struct
/haiku-buildtools/legacy/gcc/texinfo/makeinfo/
H A Dmakeinfo.c291 int line_no; /* defining line in source file. */
349 int line_no; /* Line number where the reference occurs. */
4346 line_number = tag->line_no;
4681 remember_node (node, prev, next, up, position, line_no, no_warn)
4683 int position, line_no, no_warn;
4693 node, tag->line_no);
4709 new->line_no = line_no;
5066 line_number = tags->line_no;
5078 validate (tags->next, tags->line_no, "Nex
290 int line_no; /* defining line in source file. */ member in struct:tentry
348 int line_no; /* Line number where the reference occurs. */ member in struct:node_ref
[all...]

Completed in 1017 milliseconds