Searched defs:conversion (Results 1 – 6 of 6) sorted by relevance
81 typedef struct conversion conversion; typedef82 struct conversion { struct84 conversion_kind kind; argument86 conversion_rank rank; argument90 /* True if this conversion would be permitted with a bending of argument96 conversion. */ argument98 /* If KIND is ck_ptr or ck_pmem, true to indicate that a conversion argument108 /* The type of the expression resulting from the conversion. */ argument111 /* The next conversion in the chain. Since the conversions are argument125 /* The function candidate corresponding to this conversion argument[all …]
47 char conversion; /* d i o u x X f e E g G c s p n U % but not C S */ member
82 struct conversion { struct84 conversion_kind kind; argument86 conversion_rank rank; argument90 /* True if this conversion would be permitted with a bending of argument96 conversion. If KIND is ck_ambig, true if the context is argument99 /* If KIND is ck_ptr or ck_pmem, true to indicate that a conversion argument110 /* The type of the expression resulting from the conversion. */ argument113 /* The next conversion in the chain. Since the conversions are argument127 /* The function candidate corresponding to this conversion argument151 static int compare_ics (conversion *, conversion *); argument[all …]
612 struct conversion struct618 static const struct conversion conversion_tab[] = { argument
847 char conversion; member1083 char *conversion = va_arg (args, char *); in format_cmdline() local
4283 gassign *conversion = gimple_build_assign (new_value, CONVERT_EXPR, value); in vect_add_conversion_to_patterm() local