Home
last modified time | relevance | path

Searched refs:next_conversion (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcall.cc195 static conversion *next_conversion (conversion *);
883 next_conversion (conversion *conv) in next_conversion() function
900 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 …]
H A DChangeLog-20122625 (joust): Use next_conversion instead of accessing fields of struct
H A DChangeLog-2016525 (is_subseq): Also strip ck_lvalue after next_conversion.
H A DChangeLog-2011205 (next_conversion): New static function.
H A DChangeLog-20215450 (next_conversion): ...here.
H A DChangeLog-20205744 * call.c (next_conversion): Return NULL for ck_aggr.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcall.c204 static conversion *next_conversion (conversion *);
871 next_conversion (conversion *conv) in next_conversion() function
894 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 …]