Searched refs:next_conversion (Results 1 – 7 of 7) sorted by relevance
195 static conversion *next_conversion (conversion *);883 next_conversion (conversion *conv) in next_conversion() function900 conv = next_conversion (conv); in strip_standard_conversion()1535 && next_conversion (conv)->rank <= cr_promotion) in standard_conversion()1545 conv = next_conversion (conv); in standard_conversion()1622 for (conversion *t = conv; t; t = next_conversion (t)) in involves_qualification_conversion_p()1956 for (conversion *t = conv; t; t = next_conversion (t)) in reference_binding()4422 for (conversion *t = cand->second_conv; t; t = next_conversion (t)) in build_user_type_conversion_1()4531 c = next_conversion (c)) in build_converted_constant_expr_internal()4556 type, next_conversion (c)->type); in build_converted_constant_expr_internal()[all …]
2625 (joust): Use next_conversion instead of accessing fields of struct
525 (is_subseq): Also strip ck_lvalue after next_conversion.
205 (next_conversion): New static function.
5450 (next_conversion): ...here.
5744 * call.c (next_conversion): Return NULL for ck_aggr.
204 static conversion *next_conversion (conversion *);871 next_conversion (conversion *conv) in next_conversion() function894 conv = next_conversion (conv); in strip_standard_conversion()1523 && next_conversion (conv)->rank <= cr_promotion) in standard_conversion()1533 conv = next_conversion (conv); in standard_conversion()1610 for (conversion *t = conv; t; t = next_conversion (t)) in involves_qualification_conversion_p()1929 for (conversion *t = conv; t; t = next_conversion (t)) in reference_binding()4247 for (conversion *t = cand->second_conv; t; t = next_conversion (t)) in build_user_type_conversion_1()4330 c = next_conversion (c)) in build_converted_constant_expr_internal()4353 type, next_conversion (c)->type); in build_converted_constant_expr_internal()[all …]