HomeSort by: relevance | last modified time | path
    Searched defs:get_flag_spec (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/c-family/
c-format.cc 1103 static const format_flag_spec *get_flag_spec (const format_flag_spec *,
1527 get_flag_spec (const format_flag_spec *spec, int flag, const char *predicates)
2064 const format_flag_spec *s = get_flag_spec (flag_specs,
2090 t = get_flag_spec (flag_specs, m_flag_chars[i], fci->flags2);
2236 const format_flag_spec *s = get_flag_spec (flag_specs,
2569 const format_flag_spec *s = get_flag_spec (flag_specs,
2642 s = get_flag_spec (flag_specs, bad_flag_pairs[i].flag_char1, NULL);
2643 t = get_flag_spec (flag_specs, bad_flag_pairs[i].flag_char2, NULL);
1525 get_flag_spec (const format_flag_spec *spec, int flag, const char *predicates) function
c-format.cc 1103 static const format_flag_spec *get_flag_spec (const format_flag_spec *,
1527 get_flag_spec (const format_flag_spec *spec, int flag, const char *predicates)
2064 const format_flag_spec *s = get_flag_spec (flag_specs,
2090 t = get_flag_spec (flag_specs, m_flag_chars[i], fci->flags2);
2236 const format_flag_spec *s = get_flag_spec (flag_specs,
2569 const format_flag_spec *s = get_flag_spec (flag_specs,
2642 s = get_flag_spec (flag_specs, bad_flag_pairs[i].flag_char1, NULL);
2643 t = get_flag_spec (flag_specs, bad_flag_pairs[i].flag_char2, NULL);
1525 get_flag_spec (const format_flag_spec *spec, int flag, const char *predicates) function
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-format.cc 1091 static const format_flag_spec *get_flag_spec (const format_flag_spec *,
1483 get_flag_spec (const format_flag_spec *spec, int flag, const char *predicates)
2020 const format_flag_spec *s = get_flag_spec (flag_specs,
2046 t = get_flag_spec (flag_specs, m_flag_chars[i], fci->flags2);
2192 const format_flag_spec *s = get_flag_spec (flag_specs,
2525 const format_flag_spec *s = get_flag_spec (flag_specs,
2598 s = get_flag_spec (flag_specs, bad_flag_pairs[i].flag_char1, NULL);
2599 t = get_flag_spec (flag_specs, bad_flag_pairs[i].flag_char2, NULL);
1481 get_flag_spec (const format_flag_spec *spec, int flag, const char *predicates) function
c-format.cc 1091 static const format_flag_spec *get_flag_spec (const format_flag_spec *,
1483 get_flag_spec (const format_flag_spec *spec, int flag, const char *predicates)
2020 const format_flag_spec *s = get_flag_spec (flag_specs,
2046 t = get_flag_spec (flag_specs, m_flag_chars[i], fci->flags2);
2192 const format_flag_spec *s = get_flag_spec (flag_specs,
2525 const format_flag_spec *s = get_flag_spec (flag_specs,
2598 s = get_flag_spec (flag_specs, bad_flag_pairs[i].flag_char1, NULL);
2599 t = get_flag_spec (flag_specs, bad_flag_pairs[i].flag_char2, NULL);
1481 get_flag_spec (const format_flag_spec *spec, int flag, const char *predicates) function

Completed in 112 milliseconds