Searched refs:new_line (Results 1 - 13 of 13) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.target/arm/
H A Dpr45701-3.c18 char *new_line; local
23 new_line = pre_process_line (line);
26 return (new_line == line) ? savestring (line) :
27 savestring1 (new_line, line, 0, old_verify+1);
H A Dpr45701-2.c19 char *new_line; local
24 new_line = pre_process_line (line);
27 return (new_line == line) ? savestring (line) : savestring1 (new_line, line);
H A Dpr45701-1.c18 char *new_line; local
23 new_line = pre_process_line (line);
25 return (new_line == line) ? savestring (line) : new_line;
/haiku-buildtools/legacy/binutils/gprof/
H A Dsource.c99 bfd_boolean new_line;
243 new_line = TRUE;
249 if (new_line)
254 new_line = FALSE;
257 new_line = (buf[i] == '\n');
98 bfd_boolean new_line; local
H A Dbasic_blocks.c465 Sym *sym, *line_stats, *new_line;
521 new_line = (Sym *) xmalloc (sizeof (*new_line));
522 *new_line = *line_stats;
523 new_line->addr = 0;
524 new_line->ncalls += sym->ncalls;
525 sym->file->line[sym->line_num - 1] = new_line;
464 Sym *sym, *line_stats, *new_line; local
/haiku-buildtools/binutils/gprof/
H A Dsource.c99 bfd_boolean new_line;
243 new_line = TRUE;
249 if (new_line)
256 new_line = (buf[i] == '\n');
98 bfd_boolean new_line; local
H A Dbasic_blocks.c465 Sym *sym, *line_stats, *new_line;
521 new_line = (Sym *) xmalloc (sizeof (*new_line));
522 *new_line = *line_stats;
523 new_line->addr = 0;
524 new_line->ncalls += sym->ncalls;
525 sym->file->line[sym->line_num - 1] = new_line;
464 Sym *sym, *line_stats, *new_line; local
/haiku-buildtools/legacy/binutils/gas/config/
H A Dobj-coff.c359 struct line_no * new_line = xmalloc (sizeof (* new_line));
374 new_line->next = line_nos;
375 new_line->frag = frag;
376 new_line->l.line_number = num;
377 new_line->l.u.offset = offset;
378 line_nos = new_line;
355 struct line_no * new_line = xmalloc (sizeof (* new_line)); local
/haiku-buildtools/binutils/gas/config/
H A Dobj-coff.c428 struct line_no * new_line = XNEW (struct line_no);
443 new_line->next = line_nos;
444 new_line->frag = frag;
445 new_line->l.line_number = num;
446 new_line->l.u.offset = offset;
447 line_nos = new_line;
424 struct line_no * new_line = XNEW (struct line_no); local
/haiku-buildtools/legacy/gcc/texinfo/info/
H A Dsession.c632 int old_line, new_line;
639 new_line = old_line + count;
640 move_to_new_line (old_line, new_line, window);
647 int old_line, new_line;
654 new_line = old_line - count;
655 move_to_new_line (old_line, new_line, window);
631 int old_line, new_line; local
646 int old_line, new_line; local
/haiku-buildtools/isl/
H A Disl_ast.c1338 __isl_keep isl_ast_print_options *options, int new_line);
1487 * If "new_line" is set then the if node should be printed on a new line.
1491 __isl_keep isl_ast_print_options *options, int new_line)
1493 if (new_line)
1489 print_if_c(__isl_take isl_printer *p, __isl_keep isl_ast_node *node, __isl_keep isl_ast_print_options *options, int new_line) argument
/haiku-buildtools/legacy/binutils/bfd/
H A Ddwarf2.c762 new_line_sorts_after (struct line_info *new_line, struct line_info *line) argument
764 return (new_line->address > line->address
765 || (new_line->address == line->address
766 && new_line->end_sequence < line->end_sequence));
/haiku-buildtools/binutils/bfd/
H A Ddwarf2.c1324 new_line_sorts_after (struct line_info *new_line, struct line_info *line) argument
1326 return (new_line->address > line->address
1327 || (new_line->address == line->address
1328 && (new_line->op_index > line->op_index
1329 || (new_line->op_index == line->op_index
1330 && new_line->end_sequence < line->end_sequence))));

Completed in 104 milliseconds