Lines Matching defs:conversion
83 struct conversion { struct
85 conversion_kind kind; argument
87 conversion_rank rank; argument
91 /* True if this conversion would be permitted with a bending of argument
97 conversion. If KIND is ck_ambig or ck_user, true means force argument
100 /* If KIND is ck_ptr or ck_pmem, true to indicate that a conversion argument
114 /* True if this conversion is taking place in a copy-initialization context argument
118 /* The type of the expression resulting from the conversion. */ argument
121 /* The next conversion in the chain. Since the conversions are argument
136 /* The function candidate corresponding to this conversion argument
160 static int compare_ics (conversion *, conversion *); argument
465 struct conversion_info conversion; member