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

  /src/external/gpl3/gcc/dist/gcc/c-family/
c-format.cc 75 static format_type decode_format_type (const char *, bool * = NULL);
353 info->format_type = decode_format_type (p, &info->is_raw);
1126 decode_format_type (const char *s, bool *is_raw /* = NULL */)
1263 int format_type = decode_format_type (
5169 /* Translate to unified attribute name. This is used in decode_format_type and
5350 int idx = decode_format_type (name);
1125 decode_format_type (const char *s, bool *is_raw \/* = NULL *\/) function
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-format.cc 75 static format_type decode_format_type (const char *, bool * = NULL);
354 info->format_type = decode_format_type (p, &info->is_raw);
1114 decode_format_type (const char *s, bool *is_raw /* = NULL */)
1219 int format_type = decode_format_type (
5125 /* Translate to unified attribute name. This is used in decode_format_type and
5299 int idx = decode_format_type (name);
1113 decode_format_type (const char *s, bool *is_raw \/* = NULL *\/) function

Completed in 23 milliseconds