Home
last modified time | relevance | path

Searched refs:convert_force (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/contrib/gcc/cp/
H A Dcvt.c523 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 Dinit.c812 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 DChangeLog-1994100 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 DChangeLog-1993501 * cp-cvt.c (convert_force): Add code to perform casting of pointer
H A DChangeLog-19951579 * 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 Dcp-tree.h3915 extern tree convert_force (tree, tree, int);
H A DChangeLog-2004348 (convert_force): Do not convert_from_reference.
1008 (convert_force): Likewise.
1664 (convert_force): Likewise.
H A Dtypeck.c5988 newrhs = convert_force (lhstype, newrhs, 0); in build_modify_expr()
H A DChangeLog-20013501 * init.c (build_delete): Always call convert_force to strip cv-quals.
H A DChangeLog-2002257 convert_to_void, convert, convert_force, build_type_conversion,