Searched refs:convtype (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | cvt.c | 415 convert_to_reference (tree reftype, tree expr, int convtype, in convert_to_reference() argument 442 && (convtype & CONV_IMPLICIT) && MAYBE_CLASS_TYPE_P (intype) in convert_to_reference() 460 if (((convtype & CONV_STATIC) in convert_to_reference() 462 || ((convtype & CONV_IMPLICIT) && can_convert_intype_to_type)) in convert_to_reference() 472 if (! (convtype & CONV_CONST) in convert_to_reference() 485 else if ((convtype & CONV_REINTERPRET) && obvalue_p (expr)) in convert_to_reference() 687 ocp_convert (tree type, tree expr, int convtype, int flags, in ocp_convert() argument 695 bool dofold = (convtype & CONV_FOLD); in ocp_convert() 702 e = ocp_convert (type, TREE_OPERAND (e, 1), convtype, flags, complain); in ocp_convert() 742 if (MAYBE_CLASS_TYPE_P (type) && (convtype & CONV_FORCE_TEMP)) in ocp_convert() [all …]
|
H A D | call.c | 4224 tree convtype; in build_user_type_conversion_1() local 4226 convtype = non_reference (TREE_TYPE (TREE_TYPE (cand->fn))); in build_user_type_conversion_1() 4231 convtype = cv_unqualified (totype); in build_user_type_conversion_1() 4233 convtype = totype; in build_user_type_conversion_1() 4237 convtype, in build_user_type_conversion_1()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | cvt.cc | 415 convert_to_reference (tree reftype, tree expr, int convtype, in convert_to_reference() argument 442 && (convtype & CONV_IMPLICIT) && MAYBE_CLASS_TYPE_P (intype) in convert_to_reference() 460 if (((convtype & CONV_STATIC) in convert_to_reference() 462 || ((convtype & CONV_IMPLICIT) && can_convert_intype_to_type)) in convert_to_reference() 472 if (! (convtype & CONV_CONST) in convert_to_reference() 485 else if ((convtype & CONV_REINTERPRET) && obvalue_p (expr)) in convert_to_reference() 692 ocp_convert (tree type, tree expr, int convtype, int flags, in ocp_convert() argument 700 bool dofold = (convtype & CONV_FOLD); in ocp_convert() 707 e = ocp_convert (type, TREE_OPERAND (e, 1), convtype, flags, complain); in ocp_convert() 747 if (MAYBE_CLASS_TYPE_P (type) && (convtype & CONV_FORCE_TEMP)) in ocp_convert() [all …]
|
H A D | call.cc | 4264 tree convtype = non_reference (TREE_TYPE (conv_fns)); in build_user_type_conversion_1() local 4266 && !WILDCARD_TYPE_P (convtype) in build_user_type_conversion_1() 4268 != CLASS_TYPE_P (convtype))) in build_user_type_conversion_1() 4399 tree convtype; in build_user_type_conversion_1() local 4401 convtype = non_reference (TREE_TYPE (TREE_TYPE (cand->fn))); in build_user_type_conversion_1() 4406 convtype = cv_unqualified (totype); in build_user_type_conversion_1() 4408 convtype = totype; in build_user_type_conversion_1() 4412 convtype, in build_user_type_conversion_1()
|
H A D | ChangeLog-1994 | 2455 * cvt.c (convert_to_reference): Modify to use convtype parameter.
|
/netbsd-src/sys/arch/prep/prep/ |
H A D | residual.c | 980 static const unsigned char *convtype[] = in large_vendor_bat_subr() local 991 le64dec(&p->PPCData[20]), convtype[p->PPCData[2] - 1], in large_vendor_bat_subr()
|