/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/storemgmt/ |
H A D | file_store_any2obj.c | 244 #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 D | resolve.cc | 383 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 D | ChangeLog-0815 | 6393 * 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 D | resolve.cc | 383 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 D | ChangeLog-0815 | 6393 * 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 D | call.c | 3983 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 D | init.c | 4175 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 D | call.cc | 4139 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 D | init.cc | 4295 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 D | class.cc | 687 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 D | c-common.cc | 3670 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 D | c-common.c | 3432 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 D | ia64.cc | 11237 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 D | ia64.c | 11237 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 D | rs6000.cc | 28302 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 D | rs6000.c | 26873 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 D | aarch64.c | 23398 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 D | aarch64.cc | 27085 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 D | arm.c | 33273 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 D | arm.cc | 34046 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 D | target.def | 5285 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 D | tm.texi | 11985 @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}
|