Home
last modified time | relevance | path

Searched refs:fromtype (Results 1 – 22 of 22) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/storemgmt/
H A Dfile_store_any2obj.c244 #define MAKE_DECODER(fromtype, objtype) \ argument
245 static const OSSL_DISPATCH fromtype##_to_obj_decoder_functions[] = { \
248 { OSSL_FUNC_DECODER_DECODE, (void (*)(void))fromtype##2obj_decode }, \
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Dresolve.cc383 elfcpp::STT fromtype = (object->pluginobj() != NULL in resolve() local
393 if (Symbol_table::should_override(to, frombits, fromtype, OBJECT, in resolve()
467 elfcpp::STT fromtype, Defined defined, in should_override() argument
489 if ((to->type() == elfcpp::STT_TLS) ^ (fromtype == elfcpp::STT_TLS) in should_override()
1012 elfcpp::STT fromtype, in should_override_with_special() argument
1018 bool ret = Symbol_table::should_override(to, frombits, fromtype, defined, in should_override_with_special()
H A DChangeLog-08156393 * resolve.cc (Symbol_table::should_override): Add fromtype
6396 (Symbol_table::should_override_with_special): Add fromtype
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Dresolve.cc383 elfcpp::STT fromtype = (object->pluginobj() != NULL in resolve() local
393 if (Symbol_table::should_override(to, frombits, fromtype, OBJECT, in resolve()
467 elfcpp::STT fromtype, Defined defined, in should_override() argument
489 if ((to->type() == elfcpp::STT_TLS) ^ (fromtype == elfcpp::STT_TLS) in should_override()
1012 elfcpp::STT fromtype, in should_override_with_special() argument
1018 bool ret = Symbol_table::should_override(to, frombits, fromtype, defined, in should_override_with_special()
H A DChangeLog-08156393 * resolve.cc (Symbol_table::should_override): Add fromtype
6396 (Symbol_table::should_override_with_special): Add fromtype
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcall.c3983 tree fromtype; in build_user_type_conversion_1() local
3995 fromtype = TREE_TYPE (expr); in build_user_type_conversion_1()
4000 gcc_assert (!MAYBE_CLASS_TYPE_P (fromtype) || !MAYBE_CLASS_TYPE_P (totype) in build_user_type_conversion_1()
4001 || !DERIVED_FROM_P (totype, fromtype)); in build_user_type_conversion_1()
4008 if (MAYBE_CLASS_TYPE_P (fromtype)) in build_user_type_conversion_1()
4011 if (same_type_ignoring_top_level_qualifiers_p (to_nonref, fromtype) || in build_user_type_conversion_1()
4012 (CLASS_TYPE_P (to_nonref) && CLASS_TYPE_P (fromtype) in build_user_type_conversion_1()
4013 && DERIVED_FROM_P (to_nonref, fromtype))) in build_user_type_conversion_1()
4022 conv_fns = lookup_conversions (fromtype); in build_user_type_conversion_1()
4106 conversion_path, TYPE_BINFO (fromtype), in build_user_type_conversion_1()
[all …]
H A Dinit.c4175 tree fromtype = inner_elt_type; in vec_copy_assign_is_trivial() local
4177 fromtype = cp_build_reference_type (fromtype, /*rval*/false); in vec_copy_assign_is_trivial()
4178 return is_trivially_xible (MODIFY_EXPR, inner_elt_type, fromtype); in vec_copy_assign_is_trivial()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcall.cc4139 tree fromtype; in build_user_type_conversion_1() local
4151 fromtype = TREE_TYPE (expr); in build_user_type_conversion_1()
4156 gcc_assert (!MAYBE_CLASS_TYPE_P (fromtype) || !MAYBE_CLASS_TYPE_P (totype) in build_user_type_conversion_1()
4157 || !DERIVED_FROM_P (totype, fromtype)); in build_user_type_conversion_1()
4165 if (MAYBE_CLASS_TYPE_P (fromtype)) in build_user_type_conversion_1()
4167 if (same_type_ignoring_top_level_qualifiers_p (to_nonref, fromtype) || in build_user_type_conversion_1()
4168 (CLASS_TYPE_P (to_nonref) && CLASS_TYPE_P (fromtype) in build_user_type_conversion_1()
4169 && DERIVED_FROM_P (to_nonref, fromtype))) in build_user_type_conversion_1()
4178 conv_fns = lookup_conversions (fromtype); in build_user_type_conversion_1()
4281 conversion_path, TYPE_BINFO (fromtype), in build_user_type_conversion_1()
[all …]
H A Dinit.cc4295 tree fromtype = inner_elt_type; in vec_copy_assign_is_trivial() local
4297 fromtype = cp_build_reference_type (fromtype, /*rval*/false); in vec_copy_assign_is_trivial()
4298 return is_trivially_xible (MODIFY_EXPR, inner_elt_type, fromtype); in vec_copy_assign_is_trivial()
H A Dclass.cc687 tree fromtype = TREE_TYPE (expr); in is_empty_base_ref() local
688 if (!POINTER_TYPE_P (fromtype)) in is_empty_base_ref()
690 fromtype = TREE_TYPE (fromtype); in is_empty_base_ref()
691 return (CLASS_TYPE_P (fromtype) in is_empty_base_ref()
692 && !same_type_ignoring_top_level_qualifiers_p (fromtype, type) in is_empty_base_ref()
693 && DERIVED_FROM_P (type, fromtype)); in is_empty_base_ref()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-common.cc3670 tree fromtype = TREE_TYPE (TREE_OPERAND (expr, 0)); in c_common_truthvalue_conversion() local
3674 && TREE_CODE (fromtype) == REFERENCE_TYPE) in c_common_truthvalue_conversion()
3690 || TREE_CODE (fromtype) == REFERENCE_TYPE) in c_common_truthvalue_conversion()
3694 if (TREE_CODE (fromtype) == ENUMERAL_TYPE in c_common_truthvalue_conversion()
3695 && ENUM_IS_SCOPED (fromtype)) in c_common_truthvalue_conversion()
3698 if (TYPE_PRECISION (totype) >= TYPE_PRECISION (fromtype)) in c_common_truthvalue_conversion()
3701 if ((TREE_CODE (fromtype) == POINTER_TYPE in c_common_truthvalue_conversion()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-common.c3432 tree fromtype = TREE_TYPE (TREE_OPERAND (expr, 0)); in c_common_truthvalue_conversion() local
3436 && TREE_CODE (fromtype) == REFERENCE_TYPE) in c_common_truthvalue_conversion()
3452 || TREE_CODE (fromtype) == REFERENCE_TYPE) in c_common_truthvalue_conversion()
3456 if (TREE_CODE (fromtype) == ENUMERAL_TYPE in c_common_truthvalue_conversion()
3457 && ENUM_IS_SCOPED (fromtype)) in c_common_truthvalue_conversion()
3460 if (TYPE_PRECISION (totype) >= TYPE_PRECISION (fromtype)) in c_common_truthvalue_conversion()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/ia64/
H A Dia64.cc11237 ia64_invalid_conversion (const_tree fromtype, const_tree totype) in ia64_invalid_conversion() argument
11240 if (TYPE_MODE (fromtype) == RFmode in ia64_invalid_conversion()
11245 && TYPE_MODE (fromtype) != RFmode) in ia64_invalid_conversion()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/ia64/
H A Dia64.c11237 ia64_invalid_conversion (const_tree fromtype, const_tree totype) in ia64_invalid_conversion() argument
11240 if (TYPE_MODE (fromtype) == RFmode in ia64_invalid_conversion()
11245 && TYPE_MODE (fromtype) != RFmode) in ia64_invalid_conversion()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000.cc28302 rs6000_invalid_conversion (const_tree fromtype, const_tree totype) in rs6000_invalid_conversion() argument
28305 if (TYPE_CANONICAL (fromtype) != NULL_TREE) in rs6000_invalid_conversion()
28306 fromtype = TYPE_CANONICAL (fromtype); in rs6000_invalid_conversion()
28310 machine_mode frommode = TYPE_MODE (fromtype); in rs6000_invalid_conversion()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000.c26873 rs6000_invalid_conversion (const_tree fromtype, const_tree totype) in rs6000_invalid_conversion() argument
26876 if (TYPE_CANONICAL (fromtype) != NULL_TREE) in rs6000_invalid_conversion()
26877 fromtype = TYPE_CANONICAL (fromtype); in rs6000_invalid_conversion()
26881 machine_mode frommode = TYPE_MODE (fromtype); in rs6000_invalid_conversion()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64.c23398 aarch64_invalid_conversion (const_tree fromtype, const_tree totype) in aarch64_invalid_conversion() argument
23400 if (element_mode (fromtype) != element_mode (totype)) in aarch64_invalid_conversion()
23403 if (TYPE_MODE (fromtype) == BFmode) in aarch64_invalid_conversion()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64.cc27085 aarch64_invalid_conversion (const_tree fromtype, const_tree totype) in aarch64_invalid_conversion() argument
27087 if (element_mode (fromtype) != element_mode (totype)) in aarch64_invalid_conversion()
27090 if (TYPE_MODE (fromtype) == BFmode) in aarch64_invalid_conversion()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm.c33273 arm_invalid_conversion (const_tree fromtype, const_tree totype) in arm_invalid_conversion() argument
33275 if (element_mode (fromtype) != element_mode (totype)) in arm_invalid_conversion()
33278 if (TYPE_MODE (fromtype) == BFmode) in arm_invalid_conversion()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm.cc34046 arm_invalid_conversion (const_tree fromtype, const_tree totype) in arm_invalid_conversion() argument
34048 if (element_mode (fromtype) != element_mode (totype)) in arm_invalid_conversion()
34051 if (TYPE_MODE (fromtype) == BFmode) in arm_invalid_conversion()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtarget.def5285 invalid to convert from @var{fromtype} to @var{totype}, or @code{NULL}\n\
5287 const char *, (const_tree fromtype, const_tree totype),
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dtm.texi11985 @deftypefn {Target Hook} {const char *} TARGET_INVALID_CONVERSION (const_tree @var{fromtype}, const…
11987 invalid to convert from @var{fromtype} to @var{totype}, or @code{NULL}