Searched refs:convert_force (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | cvt.c | 523 rval = convert_force (build_pointer_type (TREE_TYPE (reftype)), in convert_to_reference() 1030 convert_force (tree type, tree expr, int convtype) in convert_force() function
|
| H A D | init.c | 812 vtbl = convert_force (TREE_TYPE (vtbl_ptr), vtbl, 0); in expand_virtual_init() 2753 addr = convert_force (build_pointer_type (type), addr, 0); in build_delete() 2776 addr = convert_force (build_pointer_type (type), addr, 0); in build_delete()
|
| H A D | ChangeLog-1994 | 100 convert_force. 101 (convert_force): Likewise. 1480 * typeck.c (build_component_addr): Use convert_force to convert the 1911 (build_modify_expr): Use convert instead of convert_force again. 2444 Use convert_force to convert the result of a recursive call when we 3965 (convert_force): Call convert_to_reference with LOOKUP_COMPLAIN. 3999 * cvt.c (convert_force): Update call site of build_ptrmemfunc. 5068 * init.c (build_member_call): Use convert_force here, too. 5088 * call.c (build_method_call): Use convert_force to cast `this' --
|
| H A D | ChangeLog-1993 | 501 * cp-cvt.c (convert_force): Add code to perform casting of pointer
|
| H A D | ChangeLog-1995 | 1579 * cvt.c (convert_force): Pass LOOKUP_NORMAL to cp_convert. 1618 (convert_force): Pass LOOKUP_COMPLAIN to cp_convert. 3069 * cvt.c (convert_force): Use CONV_C_CAST instead of CONV_OLD_CONVERT.
|
| H A D | cp-tree.h | 3915 extern tree convert_force (tree, tree, int);
|
| H A D | ChangeLog-2004 | 348 (convert_force): Do not convert_from_reference. 1008 (convert_force): Likewise. 1664 (convert_force): Likewise.
|
| H A D | typeck.c | 5988 newrhs = convert_force (lhstype, newrhs, 0); in build_modify_expr()
|
| H A D | ChangeLog-2001 | 3501 * init.c (build_delete): Always call convert_force to strip cv-quals.
|
| H A D | ChangeLog-2002 | 257 convert_to_void, convert, convert_force, build_type_conversion,
|