Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/gcc/cp/
Dcall.c175 static conversion *build_conv (conversion_kind, tree, conversion *);
506 build_conv (conversion_kind code, tree type, conversion *from) in build_conv() function
621 conv = build_conv (ck_lvalue, from, conv); in standard_conversion()
635 conv = build_conv (ck_rvalue, from, conv); in standard_conversion()
649 conv = build_conv (part_conv->kind, to, conv); in standard_conversion()
664 conv = build_conv (ck_std, to, conv); in standard_conversion()
670 conv = build_conv (ck_std, to, conv); in standard_conversion()
677 conv = build_conv (ck_std, to, conv); in standard_conversion()
697 conv = build_conv (ck_ptr, from, conv); in standard_conversion()
711 conv = build_conv (ck_pmem, from, conv); in standard_conversion()
[all …]
DChangeLog-1997986 (build_conv): LVALUE_CONV and RVALUE_CONV get IDENTITY_RANK.
2393 (build_conv): Likewise.
DChangeLog-20013454 * call.c (build_conv): Typo in comment.
3801 * call.c (build_conv): Don't use build1 for USER_CONV.
DChangeLog-19961336 (build_conv): Use them.
1519 (build_conv): Propagate ICS_USER_FLAG.
DChangeLog-20041096 (build_conv): Clear base_p.
6098 (build_conv): Adjust to deal with new conversion data structures.
DChangeLog-2002471 sufficient_parms_p, build_conv, non_reference, strip_top_quals,
DChangeLog-20035433 (build_conv): Set ICS_USER_FLAG for USER_CONVs.