Home
last modified time | relevance | path

Searched refs:alt_dump_file (Results 1 – 25 of 63) sorted by relevance

123

/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Ddumpfile.c48 FILE *alt_dump_file = NULL; variable
371 if (alt_dump_file && (dump_kind & alt_flags)) in dump_gimple_stmt()
387 if (alt_dump_file && (dump_kind & alt_flags)) in dump_gimple_stmt_loc()
389 dump_loc (dump_kind, alt_dump_file, loc); in dump_gimple_stmt_loc()
404 if (alt_dump_file && (dump_kind & alt_flags)) in dump_generic_expr()
422 if (alt_dump_file && (dump_kind & alt_flags)) in dump_generic_expr_loc()
446 vfprintf (alt_dump_file, format, ap); in dump_printf()
471 vfprintf (alt_dump_file, format, ap); in dump_printf_loc()
488 print_dec (value, alt_dump_file, sgn); in dump_dec()
542 alt_dump_file = dfi->alt_stream; in dump_start()
[all …]
H A Ddumpfile.h191 extern FILE *alt_dump_file;
199 return (dump_file || alt_dump_file); in dump_enabled_p()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Ddumpfile.c48 FILE *alt_dump_file = NULL; variable
371 if (alt_dump_file && (dump_kind & alt_flags)) in dump_gimple_stmt()
387 if (alt_dump_file && (dump_kind & alt_flags)) in dump_gimple_stmt_loc()
389 dump_loc (dump_kind, alt_dump_file, loc); in dump_gimple_stmt_loc()
404 if (alt_dump_file && (dump_kind & alt_flags)) in dump_generic_expr()
422 if (alt_dump_file && (dump_kind & alt_flags)) in dump_generic_expr_loc()
446 vfprintf (alt_dump_file, format, ap); in dump_printf()
471 vfprintf (alt_dump_file, format, ap); in dump_printf_loc()
488 print_dec (value, alt_dump_file, sgn); in dump_dec()
542 alt_dump_file = dfi->alt_stream; in dump_start()
[all …]
H A Ddumpfile.h191 extern FILE *alt_dump_file;
199 return (dump_file || alt_dump_file); in dump_enabled_p()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Ddumpfile.c48 FILE *alt_dump_file = NULL; variable
371 if (alt_dump_file && (dump_kind & alt_flags)) in dump_gimple_stmt()
387 if (alt_dump_file && (dump_kind & alt_flags)) in dump_gimple_stmt_loc()
389 dump_loc (dump_kind, alt_dump_file, loc); in dump_gimple_stmt_loc()
404 if (alt_dump_file && (dump_kind & alt_flags)) in dump_generic_expr()
422 if (alt_dump_file && (dump_kind & alt_flags)) in dump_generic_expr_loc()
446 vfprintf (alt_dump_file, format, ap); in dump_printf()
471 vfprintf (alt_dump_file, format, ap); in dump_printf_loc()
488 print_dec (value, alt_dump_file, sgn); in dump_dec()
542 alt_dump_file = dfi->alt_stream; in dump_start()
[all …]
H A Ddumpfile.h191 extern FILE *alt_dump_file;
199 return (dump_file || alt_dump_file); in dump_enabled_p()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Ddumpfile.c48 FILE *alt_dump_file = NULL; variable
371 if (alt_dump_file && (dump_kind & alt_flags)) in dump_gimple_stmt()
387 if (alt_dump_file && (dump_kind & alt_flags)) in dump_gimple_stmt_loc()
389 dump_loc (dump_kind, alt_dump_file, loc); in dump_gimple_stmt_loc()
404 if (alt_dump_file && (dump_kind & alt_flags)) in dump_generic_expr()
422 if (alt_dump_file && (dump_kind & alt_flags)) in dump_generic_expr_loc()
446 vfprintf (alt_dump_file, format, ap); in dump_printf()
471 vfprintf (alt_dump_file, format, ap); in dump_printf_loc()
488 print_dec (value, alt_dump_file, sgn); in dump_dec()
542 alt_dump_file = dfi->alt_stream; in dump_start()
[all …]
H A Ddumpfile.h191 extern FILE *alt_dump_file;
199 return (dump_file || alt_dump_file); in dump_enabled_p()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Ddumpfile.c48 FILE *alt_dump_file = NULL; variable
371 if (alt_dump_file && (dump_kind & alt_flags)) in dump_gimple_stmt()
387 if (alt_dump_file && (dump_kind & alt_flags)) in dump_gimple_stmt_loc()
389 dump_loc (dump_kind, alt_dump_file, loc); in dump_gimple_stmt_loc()
404 if (alt_dump_file && (dump_kind & alt_flags)) in dump_generic_expr()
422 if (alt_dump_file && (dump_kind & alt_flags)) in dump_generic_expr_loc()
446 vfprintf (alt_dump_file, format, ap); in dump_printf()
471 vfprintf (alt_dump_file, format, ap); in dump_printf_loc()
488 print_dec (value, alt_dump_file, sgn); in dump_dec()
542 alt_dump_file = dfi->alt_stream; in dump_start()
[all …]
H A Ddumpfile.h191 extern FILE *alt_dump_file;
199 return (dump_file || alt_dump_file); in dump_enabled_p()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Ddumpfile.c48 FILE *alt_dump_file = NULL; variable
371 if (alt_dump_file && (dump_kind & alt_flags)) in dump_gimple_stmt()
387 if (alt_dump_file && (dump_kind & alt_flags)) in dump_gimple_stmt_loc()
389 dump_loc (dump_kind, alt_dump_file, loc); in dump_gimple_stmt_loc()
404 if (alt_dump_file && (dump_kind & alt_flags)) in dump_generic_expr()
422 if (alt_dump_file && (dump_kind & alt_flags)) in dump_generic_expr_loc()
446 vfprintf (alt_dump_file, format, ap); in dump_printf()
471 vfprintf (alt_dump_file, format, ap); in dump_printf_loc()
488 print_dec (value, alt_dump_file, sgn); in dump_dec()
542 alt_dump_file = dfi->alt_stream; in dump_start()
[all …]
H A Ddumpfile.h191 extern FILE *alt_dump_file;
199 return (dump_file || alt_dump_file); in dump_enabled_p()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Ddumpfile.c44 FILE *alt_dump_file = NULL; variable
289 if (alt_dump_file && (dump_kind & alt_flags)) in dump_gimple_stmt()
305 if (alt_dump_file && (dump_kind & alt_flags)) in dump_gimple_stmt_loc()
307 dump_loc (dump_kind, alt_dump_file, loc); in dump_gimple_stmt_loc()
321 if (alt_dump_file && (dump_kind & alt_flags)) in dump_generic_expr()
339 if (alt_dump_file && (dump_kind & alt_flags)) in dump_generic_expr_loc()
341 dump_loc (dump_kind, alt_dump_file, loc); in dump_generic_expr_loc()
363 vfprintf (alt_dump_file, format, ap); in dump_printf()
387 vfprintf (alt_dump_file, format, ap); in dump_printf_loc()
437 alt_dump_file = dfi->alt_stream; in dump_start()
[all …]
H A Ddumpfile.h149 extern FILE *alt_dump_file;
157 return (dump_file || alt_dump_file); in dump_enabled_p()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Ddumpfile.c44 FILE *alt_dump_file = NULL; variable
282 if (alt_dump_file && (dump_kind & alt_flags)) in dump_gimple_stmt()
298 if (alt_dump_file && (dump_kind & alt_flags)) in dump_gimple_stmt_loc()
300 dump_loc (dump_kind, alt_dump_file, loc); in dump_gimple_stmt_loc()
314 if (alt_dump_file && (dump_kind & alt_flags)) in dump_generic_expr()
332 if (alt_dump_file && (dump_kind & alt_flags)) in dump_generic_expr_loc()
334 dump_loc (dump_kind, alt_dump_file, loc); in dump_generic_expr_loc()
356 vfprintf (alt_dump_file, format, ap); in dump_printf()
380 vfprintf (alt_dump_file, format, ap); in dump_printf_loc()
429 alt_dump_file = dfi->alt_stream; in dump_start()
[all …]
H A Ddumpfile.h152 extern FILE *alt_dump_file;
163 return (dump_file || alt_dump_file); in dump_enabled_p()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Ddumpfile.c44 FILE *alt_dump_file = NULL; variable
282 if (alt_dump_file && (dump_kind & alt_flags)) in dump_gimple_stmt()
298 if (alt_dump_file && (dump_kind & alt_flags)) in dump_gimple_stmt_loc()
300 dump_loc (dump_kind, alt_dump_file, loc); in dump_gimple_stmt_loc()
314 if (alt_dump_file && (dump_kind & alt_flags)) in dump_generic_expr()
332 if (alt_dump_file && (dump_kind & alt_flags)) in dump_generic_expr_loc()
334 dump_loc (dump_kind, alt_dump_file, loc); in dump_generic_expr_loc()
356 vfprintf (alt_dump_file, format, ap); in dump_printf()
380 vfprintf (alt_dump_file, format, ap); in dump_printf_loc()
429 alt_dump_file = dfi->alt_stream; in dump_start()
[all …]
H A Ddumpfile.h152 extern FILE *alt_dump_file;
163 return (dump_file || alt_dump_file); in dump_enabled_p()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Ddumpfile.c45 FILE *alt_dump_file = NULL; variable
350 if (alt_dump_file && (dump_kind & alt_flags)) in dump_gimple_stmt()
366 if (alt_dump_file && (dump_kind & alt_flags)) in dump_gimple_stmt_loc()
368 dump_loc (dump_kind, alt_dump_file, loc); in dump_gimple_stmt_loc()
382 if (alt_dump_file && (dump_kind & alt_flags)) in dump_generic_expr()
400 if (alt_dump_file && (dump_kind & alt_flags)) in dump_generic_expr_loc()
402 dump_loc (dump_kind, alt_dump_file, loc); in dump_generic_expr_loc()
424 vfprintf (alt_dump_file, format, ap); in dump_printf()
448 vfprintf (alt_dump_file, format, ap); in dump_printf_loc()
498 alt_dump_file = dfi->alt_stream; in dump_start()
[all …]
H A Ddumpfile.h151 extern FILE *alt_dump_file;
159 return (dump_file || alt_dump_file); in dump_enabled_p()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Ddumpfile.c45 FILE *alt_dump_file = NULL; variable
350 if (alt_dump_file && (dump_kind & alt_flags)) in dump_gimple_stmt()
366 if (alt_dump_file && (dump_kind & alt_flags)) in dump_gimple_stmt_loc()
368 dump_loc (dump_kind, alt_dump_file, loc); in dump_gimple_stmt_loc()
382 if (alt_dump_file && (dump_kind & alt_flags)) in dump_generic_expr()
400 if (alt_dump_file && (dump_kind & alt_flags)) in dump_generic_expr_loc()
402 dump_loc (dump_kind, alt_dump_file, loc); in dump_generic_expr_loc()
424 vfprintf (alt_dump_file, format, ap); in dump_printf()
448 vfprintf (alt_dump_file, format, ap); in dump_printf_loc()
498 alt_dump_file = dfi->alt_stream; in dump_start()
[all …]
H A Ddumpfile.h151 extern FILE *alt_dump_file;
159 return (dump_file || alt_dump_file); in dump_enabled_p()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Ddumpfile.c54 static FILE *alt_dump_file = NULL; variable
86 alt_dump_file = new_alt_dump_file; in set_alt_dump_file()
621 ::dump_loc (dump_kind, alt_dump_file, srcloc); in dump_loc_immediate()
1127 ::dump_loc (MSG_NOTE, alt_dump_file, src_loc); in begin_scope()
1239 fprintf (alt_dump_file, "%s", item->get_text ()); in emit_item()
1390 if (alt_dump_file in dump_dec()
1392 print_dec (value, alt_dump_file, sgn); in dump_dec()
1405 if (alt_dump_file in dump_hex()
1407 print_hex (value, alt_dump_file); in dump_hex()
2056 if (alt_dump_file
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Ddumpfile.c53 static FILE *alt_dump_file = NULL; variable
85 alt_dump_file = new_alt_dump_file; in set_alt_dump_file()
607 ::dump_loc (dump_kind, alt_dump_file, srcloc); in dump_loc_immediate()
1113 ::dump_loc (MSG_NOTE, alt_dump_file, src_loc); in begin_scope()
1221 fprintf (alt_dump_file, "%s", item->get_text ()); in emit_item()
1372 if (alt_dump_file in dump_dec()
1374 print_dec (value, alt_dump_file, sgn); in dump_dec()
1387 if (alt_dump_file in dump_hex()
1389 print_hex (value, alt_dump_file); in dump_hex()
2026 if (alt_dump_file
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Ddumpfile.c54 static FILE *alt_dump_file = NULL; variable
86 alt_dump_file = new_alt_dump_file; in set_alt_dump_file()
621 ::dump_loc (dump_kind, alt_dump_file, srcloc); in dump_loc_immediate()
1127 ::dump_loc (MSG_NOTE, alt_dump_file, src_loc); in begin_scope()
1239 fprintf (alt_dump_file, "%s", item->get_text ()); in emit_item()
1390 if (alt_dump_file in dump_dec()
1392 print_dec (value, alt_dump_file, sgn); in dump_dec()
1405 if (alt_dump_file in dump_hex()
1407 print_hex (value, alt_dump_file); in dump_hex()
2056 if (alt_dump_file
[all …]

123