Searched refs:fromtype (Results 1 - 19 of 19) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl/dist/providers/implementations/storemgmt/
H A Dfile_store_any2obj.c244 #define MAKE_DECODER(fromtype, objtype) \
245 static const OSSL_DISPATCH fromtype##_to_obj_decoder_functions[] = { \
248 { OSSL_FUNC_DECODER_DECODE, (void (*)(void))fromtype##2obj_decode }, \
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Dresolve.cc383 elfcpp::STT fromtype = (object->pluginobj() != NULL local
393 if (Symbol_table::should_override(to, frombits, fromtype, OBJECT,
467 elfcpp::STT fromtype, Defined defined,
489 if ((to->type() == elfcpp::STT_TLS) ^ (fromtype == elfcpp::STT_TLS)
1012 elfcpp::STT fromtype,
1018 bool ret = Symbol_table::should_override(to, frombits, fromtype, defined,
466 should_override(const Symbol* to, unsigned int frombits, elfcpp::STT fromtype, Defined defined, Object* object, bool* adjust_common_sizes, bool* adjust_dyndef, bool is_default_version) argument
1011 should_override_with_special(const Symbol* to, elfcpp::STT fromtype, Defined defined) argument
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Dresolve.cc383 elfcpp::STT fromtype = (object->pluginobj() != NULL local
393 if (Symbol_table::should_override(to, frombits, fromtype, OBJECT,
467 elfcpp::STT fromtype, Defined defined,
489 if ((to->type() == elfcpp::STT_TLS) ^ (fromtype == elfcpp::STT_TLS)
1012 elfcpp::STT fromtype,
1018 bool ret = Symbol_table::should_override(to, frombits, fromtype, defined,
466 should_override(const Symbol* to, unsigned int frombits, elfcpp::STT fromtype, Defined defined, Object* object, bool* adjust_common_sizes, bool* adjust_dyndef, bool is_default_version) argument
1011 should_override_with_special(const Symbol* to, elfcpp::STT fromtype, Defined defined) argument
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Dresolve.cc383 elfcpp::STT fromtype = (object->pluginobj() != NULL local
393 if (Symbol_table::should_override(to, frombits, fromtype, OBJECT,
467 elfcpp::STT fromtype, Defined defined,
489 if ((to->type() == elfcpp::STT_TLS) ^ (fromtype == elfcpp::STT_TLS)
1012 elfcpp::STT fromtype,
1018 bool ret = Symbol_table::should_override(to, frombits, fromtype, defined,
466 should_override(const Symbol* to, unsigned int frombits, elfcpp::STT fromtype, Defined defined, Object* object, bool* adjust_common_sizes, bool* adjust_dyndef, bool is_default_version) argument
1011 should_override_with_special(const Symbol* to, elfcpp::STT fromtype, Defined defined) argument
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcall.c3983 tree fromtype; local
3995 fromtype = TREE_TYPE (expr);
4000 gcc_assert (!MAYBE_CLASS_TYPE_P (fromtype) || !MAYBE_CLASS_TYPE_P (totype)
4001 || !DERIVED_FROM_P (totype, fromtype));
4008 if (MAYBE_CLASS_TYPE_P (fromtype))
4011 if (same_type_ignoring_top_level_qualifiers_p (to_nonref, fromtype) ||
4012 (CLASS_TYPE_P (to_nonref) && CLASS_TYPE_P (fromtype)
4013 && DERIVED_FROM_P (to_nonref, fromtype)))
4022 conv_fns = lookup_conversions (fromtype);
4106 conversion_path, TYPE_BINFO (fromtype),
4206 fromtype, totype); local
[all...]
H A Dinit.c4178 tree fromtype = inner_elt_type;
4180 fromtype = cp_build_reference_type (fromtype, /*rval*/false);
4181 return is_trivially_xible (MODIFY_EXPR, inner_elt_type, fromtype);
4175 tree fromtype = inner_elt_type; local
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dcall.cc4139 tree fromtype; local
4151 fromtype = TREE_TYPE (expr);
4156 gcc_assert (!MAYBE_CLASS_TYPE_P (fromtype) || !MAYBE_CLASS_TYPE_P (totype)
4157 || !DERIVED_FROM_P (totype, fromtype));
4165 if (MAYBE_CLASS_TYPE_P (fromtype))
4167 if (same_type_ignoring_top_level_qualifiers_p (to_nonref, fromtype) ||
4168 (CLASS_TYPE_P (to_nonref) && CLASS_TYPE_P (fromtype)
4169 && DERIVED_FROM_P (to_nonref, fromtype)))
4178 conv_fns = lookup_conversions (fromtype);
4281 conversion_path, TYPE_BINFO (fromtype),
4381 fromtype, totype); local
[all...]
H A Dinit.cc4293 tree fromtype = inner_elt_type;
4295 fromtype = cp_build_reference_type (fromtype, /*rval*/false);
4296 return is_trivially_xible (MODIFY_EXPR, inner_elt_type, fromtype);
4290 tree fromtype = inner_elt_type; local
H A Dclass.cc687 tree fromtype = TREE_TYPE (expr); local
688 if (!POINTER_TYPE_P (fromtype))
690 fromtype = TREE_TYPE (fromtype);
691 return (CLASS_TYPE_P (fromtype)
692 && !same_type_ignoring_top_level_qualifiers_p (fromtype, type)
693 && DERIVED_FROM_P (type, fromtype));
/netbsd-current/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-common.cc3679 tree fromtype = TREE_TYPE (TREE_OPERAND (expr, 0));
3683 && TREE_CODE (fromtype) == REFERENCE_TYPE)
3699 || TREE_CODE (fromtype) == REFERENCE_TYPE)
3703 if (TREE_CODE (fromtype) == ENUMERAL_TYPE
3704 && ENUM_IS_SCOPED (fromtype))
3707 if (TYPE_PRECISION (totype) >= TYPE_PRECISION (fromtype))
3710 if ((TREE_CODE (fromtype) == POINTER_TYPE
3670 tree fromtype = TREE_TYPE (TREE_OPERAND (expr, 0)); local
/netbsd-current/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-common.c3441 tree fromtype = TREE_TYPE (TREE_OPERAND (expr, 0));
3445 && TREE_CODE (fromtype) == REFERENCE_TYPE)
3461 || TREE_CODE (fromtype) == REFERENCE_TYPE)
3465 if (TREE_CODE (fromtype) == ENUMERAL_TYPE
3466 && ENUM_IS_SCOPED (fromtype))
3469 if (TYPE_PRECISION (totype) >= TYPE_PRECISION (fromtype))
3432 tree fromtype = TREE_TYPE (TREE_OPERAND (expr, 0)); local
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/ia64/
H A Dia64.c11261 ia64_invalid_conversion (const_tree fromtype, const_tree totype)
11264 if (TYPE_MODE (fromtype) == RFmode
11269 && TYPE_MODE (fromtype) != RFmode)
11237 ia64_invalid_conversion(const_tree fromtype, const_tree totype) argument
/netbsd-current/external/gpl3/gcc/dist/gcc/config/ia64/
H A Dia64.cc11261 ia64_invalid_conversion (const_tree fromtype, const_tree totype)
11264 if (TYPE_MODE (fromtype) == RFmode
11269 && TYPE_MODE (fromtype) != RFmode)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000.c26933 rs6000_invalid_conversion (const_tree fromtype, const_tree totype)
26936 if (TYPE_CANONICAL (fromtype) != NULL_TREE)
26937 fromtype = TYPE_CANONICAL (fromtype);
26941 machine_mode frommode = TYPE_MODE (fromtype);
26873 rs6000_invalid_conversion(const_tree fromtype, const_tree totype) argument
/netbsd-current/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000.cc28366 rs6000_invalid_conversion (const_tree fromtype, const_tree totype)
28369 if (TYPE_CANONICAL (fromtype) != NULL_TREE)
28370 fromtype = TYPE_CANONICAL (fromtype);
28374 machine_mode frommode = TYPE_MODE (fromtype);
28307 rs6000_invalid_conversion(const_tree fromtype, const_tree totype) argument
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64.c23398 aarch64_invalid_conversion (const_tree fromtype, const_tree totype) argument
23400 if (element_mode (fromtype) != element_mode (totype))
23403 if (TYPE_MODE (fromtype) == BFmode)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm.c33301 arm_invalid_conversion (const_tree fromtype, const_tree totype)
33303 if (element_mode (fromtype) != element_mode (totype))
33306 if (TYPE_MODE (fromtype) == BFmode)
33273 arm_invalid_conversion(const_tree fromtype, const_tree totype) argument
/netbsd-current/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64.cc27011 aarch64_invalid_conversion (const_tree fromtype, const_tree totype)
27013 if (element_mode (fromtype) != element_mode (totype))
27016 if (TYPE_MODE (fromtype) == BFmode)
/netbsd-current/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm.cc33946 arm_invalid_conversion (const_tree fromtype, const_tree totype)
33948 if (element_mode (fromtype) != element_mode (totype))
33951 if (TYPE_MODE (fromtype) == BFmode)

Completed in 1131 milliseconds