Searched defs:conversion (Results 1 – 4 of 4) sorted by relevance
77 typedef struct conversion conversion; typedef78 struct conversion { struct80 conversion_kind kind; argument82 conversion_rank rank; argument89 conversion. */ argument95 /* If KIND is ck_ptr or ck_pmem, true to indicate that a conversion argument98 /* The type of the expression resulting from the conversion. */ argument101 /* The next conversion in the chain. Since the conversions are argument110 /* The function candidate corresponding to this conversion argument127 static int compare_ics (conversion *, conversion *); argument
48 char conversion; /* d i o u x X f e E g G c s p n U % but not C S */ member
48 wchar_t conversion; /* d i o u x X f e E g G c s p n U % but not C S */ member
595 struct conversion struct601 static const struct conversion conversion_tab[] = { argument