Lines Matching refs:conversion_char

1040 				char conversion_char,
1048 char conversion_char);
1836 char conversion_char);
2643 char conversion_char) in check_argument_type() argument
2752 conversion_char, arglocs); in check_argument_type()
3049 char conversion_char, in check_format_types() argument
3079 conversion_char); in check_format_types()
3165 offset_to_type_start, conversion_char); in check_format_types()
3235 offset_to_type_start, conversion_char); in check_format_types()
3346 char conversion_char) in get_format_for_type_1() argument
3355 if (conversion_char) in get_format_for_type_1()
3356 if (!strchr (spec->format_chars, conversion_char)) in get_format_for_type_1()
3376 if (conversion_char) in get_format_for_type_1()
3381 return xasprintf ("%s%c", len_modifier, conversion_char); in get_format_for_type_1()
3405 char conversion_char) in get_format_for_type() argument
3408 gcc_assert (conversion_char); in get_format_for_type()
3413 char *result = get_format_for_type_1 (fki, arg_type, conversion_char); in get_format_for_type()
3456 int offset_to_type_start, char conversion_char) in get_corrected_substring() argument
3522 char *format_for_type = get_format_for_type (fki, arg_type, conversion_char); in get_corrected_substring()
3577 char conversion_char) in format_type_warning() argument
3628 offset_to_type_start, conversion_char); in format_type_warning()
4167 char conversion_char) in assert_format_for_type_streq() argument
4173 char *actual_format = get_format_for_type (fki, type, conversion_char); in assert_format_for_type_streq()