Searched refs:flag_specs (Results 1 – 4 of 4) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/c-family/ |
H A D | c-format.c | 1733 const format_flag_spec *flag_specs, 1844 const format_flag_spec * const flag_specs; variable 1896 const format_flag_spec *flag_specs, in validate() argument 1910 const format_flag_spec *s = get_flag_spec (flag_specs, in validate() 1936 t = get_flag_spec (flag_specs, m_flag_chars[i], fci->flags2); in validate() 2018 flag_specs (fki->flag_specs), in argument_parser() 2082 const format_flag_spec *s = get_flag_spec (flag_specs, in read_format_flags() 2415 const format_flag_spec *s = get_flag_spec (flag_specs, in read_any_other_modifier() 2488 s = get_flag_spec (flag_specs, bad_flag_pairs[i].flag_char1, NULL); in validate_flag_pairs() 2489 t = get_flag_spec (flag_specs, bad_flag_pairs[i].flag_char2, NULL); in validate_flag_pairs() [all …]
|
H A D | c-format.h | 236 const format_flag_spec *flag_specs; member
|
/dflybsd-src/contrib/gcc-4.7/gcc/c-family/ |
H A D | c-format.h | 226 const format_flag_spec *flag_specs; member
|
H A D | c-format.c | 1627 const format_flag_spec *flag_specs = fki->flag_specs; in check_format_info_main() local 1706 const format_flag_spec *s = get_flag_spec (flag_specs, in check_format_info_main() 1988 const format_flag_spec *s = get_flag_spec (flag_specs, in check_format_info_main() 2037 const format_flag_spec *s = get_flag_spec (flag_specs, in check_format_info_main() 2055 t = get_flag_spec (flag_specs, flag_chars[i], fci->flags2); in check_format_info_main() 2093 s = get_flag_spec (flag_specs, bad_flag_pairs[i].flag_char1, NULL); in check_format_info_main() 2094 t = get_flag_spec (flag_specs, bad_flag_pairs[i].flag_char2, NULL); in check_format_info_main()
|