Home
last modified time | relevance | path

Searched refs:print_fn (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Dtoplev.c823 print_single_switch (print_switch_fn_type print_fn, in print_single_switch() argument
836 print_fn (SWITCH_TYPE_LINE_END, NULL); in print_single_switch()
841 pos += print_fn (SWITCH_TYPE_LINE_START, NULL); in print_single_switch()
843 print_fn (type, text); in print_single_switch()
853 print_switch_values (print_switch_fn_type print_fn) in print_switch_values() argument
864 pos = print_single_switch (print_fn, pos, in print_switch_values()
882 pos = print_single_switch (print_fn, pos, SWITCH_TYPE_PASSED, in print_switch_values()
887 print_fn (SWITCH_TYPE_LINE_END, NULL); in print_switch_values()
892 pos = print_single_switch (print_fn, 0, in print_switch_values()
898 pos = print_single_switch (print_fn, pos, in print_switch_values()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtoplev.c769 print_single_switch (print_switch_fn_type print_fn, in print_single_switch() argument
782 print_fn (SWITCH_TYPE_LINE_END, NULL); in print_single_switch()
787 pos += print_fn (SWITCH_TYPE_LINE_START, NULL); in print_single_switch()
789 print_fn (type, text); in print_single_switch()
799 print_switch_values (print_switch_fn_type print_fn) in print_switch_values() argument
805 pos = print_single_switch (print_fn, pos, in print_switch_values()
823 pos = print_single_switch (print_fn, pos, SWITCH_TYPE_PASSED, in print_switch_values()
828 print_fn (SWITCH_TYPE_LINE_END, NULL); in print_switch_values()
833 pos = print_single_switch (print_fn, 0, in print_switch_values()
839 pos = print_single_switch (print_fn, pos, in print_switch_values()
[all …]