Searched refs:diag_fci (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/contrib/gcc/
H A Dc-format.c2536 static format_char_info *diag_fci, *tdiag_fci, *cdiag_fci, *cxxdiag_fci;
2637 if (!diag_fci)
2639 diag_fci = (format_char_info *)
2645 i = find_char_info_specifier_index (diag_fci, 'H');
2646 diag_fci[i].types[0].type = &loc;
2647 diag_fci[i].pointer_count = 1;
2651 i = find_char_info_specifier_index (diag_fci, 'J');
2652 diag_fci[i].types[0].type = &t;
2653 diag_fci[i].pointer_count = 1;
2532 static format_char_info *diag_fci, *tdiag_fci, *cdiag_fci, *cxxdiag_fci; local

Completed in 117 milliseconds