Searched refs:decode_format_type (Results 1 – 5 of 5) sorted by relevance
75 static format_type decode_format_type (const char *, bool * = NULL);354 info->format_type = decode_format_type (p, &info->is_raw); in decode_format_attr()1113 decode_format_type (const char *s, bool *is_raw /* = NULL */) in decode_format_type() function1217 int format_type = decode_format_type ( in check_function_format()5297 int idx = decode_format_type (name); in get_info()
3168 (decode_format_type): Adjust signature. Handle "raw" diag attributes.3169 (decode_format_attr): Adjust call to decode_format_type.11462 * c-format.c (decode_format_type): Replace
75 static format_type decode_format_type (const char *, bool * = NULL);356 info->format_type = decode_format_type (p, &info->is_raw); in decode_format_attr()1121 decode_format_type (const char *s, bool *is_raw /* = NULL */) in decode_format_type() function1225 int format_type = decode_format_type ( in check_function_format()5291 int idx = decode_format_type (name); in get_info()
32334 (decode_format_type): New function.
22677 (decode_format_type): Return an int. Return format_type_error