Home
last modified time | relevance | path

Searched refs:flag_specs (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-format.cc1840 const format_flag_spec *flag_specs,
1952 const format_flag_spec * const flag_specs; member in argument_parser
2004 const format_flag_spec *flag_specs, in validate() argument
2018 const format_flag_spec *s = get_flag_spec (flag_specs, in validate()
2044 t = get_flag_spec (flag_specs, m_flag_chars[i], fci->flags2); in validate()
2126 flag_specs (fki->flag_specs), in argument_parser()
2190 const format_flag_spec *s = get_flag_spec (flag_specs, in read_format_flags()
2523 const format_flag_spec *s = get_flag_spec (flag_specs, in read_any_other_modifier()
2596 s = get_flag_spec (flag_specs, bad_flag_pairs[i].flag_char1, NULL); in validate_flag_pairs()
2597 t = get_flag_spec (flag_specs, bad_flag_pairs[i].flag_char2, NULL); in validate_flag_pairs()
[all …]
H A Dc-format.h241 const format_flag_spec *flag_specs; member
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-format.c1847 const format_flag_spec *flag_specs,
1959 const format_flag_spec * const flag_specs; variable
2011 const format_flag_spec *flag_specs, in validate() argument
2025 const format_flag_spec *s = get_flag_spec (flag_specs, in validate()
2051 t = get_flag_spec (flag_specs, m_flag_chars[i], fci->flags2); in validate()
2133 flag_specs (fki->flag_specs), in argument_parser()
2197 const format_flag_spec *s = get_flag_spec (flag_specs, in read_format_flags()
2530 const format_flag_spec *s = get_flag_spec (flag_specs, in read_any_other_modifier()
2603 s = get_flag_spec (flag_specs, bad_flag_pairs[i].flag_char1, NULL); in validate_flag_pairs()
2604 t = get_flag_spec (flag_specs, bad_flag_pairs[i].flag_char2, NULL); in validate_flag_pairs()
[all …]
H A Dc-format.h241 const format_flag_spec *flag_specs; member