Searched refs:convert_force (Results 1 - 9 of 9) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dcvt.c499 rval = convert_force (build_pointer_type (TREE_TYPE (reftype)),
902 convert_force (type, expr, convtype)
899 convert_force (type, expr, convtype) function
H A Dinit.c831 vtbl = convert_force (TREE_TYPE (vtbl_ptr), vtbl, 0);
1655 decl = convert_force (build_pointer_type (newtype), olddecl, 0);
3234 addr = convert_force (build_pointer_type (type), addr, 0);
3263 addr = convert_force (build_pointer_type (type), addr, 0);
3434 tree this_addr = convert_force (build_pointer_type (BINFO_TYPE (vbases)),
H A Dtypeck.c4291 rval = convert_force (argtype, rval, 0);
5802 the reference type, since the call to convert_force below
5862 value = convert_force (type, value, CONV_C_CAST);
6253 newrhs = convert_force (lhstype, newrhs, 0);
H A Dsearch.c2687 expr = convert_force (TREE_TYPE (addr), expr, 0);
H A Dcall.c3194 t = convert_force (parmtype, TREE_VALUE (arg), CONV_C_CAST);
H A Dcp-tree.h2822 extern tree convert_force PROTO((tree, tree, int));
/haiku-buildtools/gcc/gcc/cp/
H A Dcvt.c507 rval = convert_force (build_pointer_type (TREE_TYPE (reftype)),
1483 convert_force (tree type, tree expr, int convtype, tsubst_flags_t complain)
1481 convert_force (tree type, tree expr, int convtype, tsubst_flags_t complain) function
H A Dinit.c1250 vtbl = convert_force (TREE_TYPE (vtbl_ptr), vtbl, 0, tf_warning_or_error);
4055 addr = convert_force (build_pointer_type (type), addr, 0, complain);
4068 addr = convert_force (build_pointer_type (type), addr, 0, complain);
H A Dcp-tree.h5356 extern tree convert_force (tree, tree, int,

Completed in 288 milliseconds