Searched refs:build_conv (Results 1 – 7 of 7) sorted by relevance
| /freebsd-10-stable/contrib/gcc/cp/ |
| D | call.c | 175 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 …]
|
| D | ChangeLog-1997 | 986 (build_conv): LVALUE_CONV and RVALUE_CONV get IDENTITY_RANK. 2393 (build_conv): Likewise.
|
| D | ChangeLog-2001 | 3454 * call.c (build_conv): Typo in comment. 3801 * call.c (build_conv): Don't use build1 for USER_CONV.
|
| D | ChangeLog-1996 | 1336 (build_conv): Use them. 1519 (build_conv): Propagate ICS_USER_FLAG.
|
| D | ChangeLog-2004 | 1096 (build_conv): Clear base_p. 6098 (build_conv): Adjust to deal with new conversion data structures.
|
| D | ChangeLog-2002 | 471 sufficient_parms_p, build_conv, non_reference, strip_top_quals,
|
| D | ChangeLog-2003 | 5433 (build_conv): Set ICS_USER_FLAG for USER_CONVs.
|