Home
last modified time | relevance | path

Searched refs:target_type (Results 1 – 25 of 3970) sorted by relevance

12345678910>>...159

/dports/lang/mono/mono-5.10.1.57/mcs/mcs/
H A Dconvert.cs115 …if (base_type == target_type || TypeSpec.IsBaseClass (base_type, target_type, false) || base_type.… in ImplicitTypeParameterConversion()
125 if (target_type.IsInterface && expr_type.IsConvertibleToInterface (target_type)) { in ImplicitTypeParameterConversion()
210 if (target_type.IsStruct) in ImplicitReferenceConversionExists()
225 if (target_type.IsClass) { in ImplicitReferenceConversionExists()
766 if (!target_type.IsDelegate && !target_type.IsExpressionTreeType) in ImplicitConversionExists()
1222 target_type = Nullable.NullableInfo.GetUnderlyingType (target_type); in UserDefinedConversion()
1402 if (target_type == null) in ImplicitConversion()
1581 return expr_type == target_type ? expr : EmptyCast.Create (expr, target_type); in ImplicitConversionStandard()
1977 if (target_type.IsPointer || target_type.IsByRefLike) in ExplicitReferenceConversion()
2157 …TypeSpec real_target = target_type.IsEnum ? EnumSpec.GetUnderlyingType (target_type) : target_type; in ExplicitConversionCore()
[all …]
H A Dconstant.cs364 if (Type == target_type) { in TryReduceConstant()
375 if (target_type.IsEnum) { in TryReduceConstant()
625 switch (target_type.BuiltinType) { in ConvertExplicitly()
748 switch (target_type.BuiltinType) { in ConvertExplicitly()
853 switch (target_type.BuiltinType) { in ConvertExplicitly()
956 switch (target_type.BuiltinType) { in ConvertExplicitly()
1069 switch (target_type.BuiltinType) { in ConvertExplicitly()
1178 switch (target_type.BuiltinType) { in ConvertExplicitly()
1251 switch (target_type.BuiltinType) { in TryImplicitIntConversion()
1354 switch (target_type.BuiltinType) { in ConvertExplicitly()
[all …]
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/none/tests/s390x/
H A Dfpconv.c24 #define DO_INSN_I32_TO_F(insn, target_type) \ argument
26 printf("\n----- int32_t -> " #target_type "\n");\
27 I2F(insn, 0, target_type); \
28 I2F(insn, 1, target_type); \
29 I2F(insn, -1, target_type); \
30 I2F(insn, 42, target_type); \
31 I2F(insn, SHRT_MAX, target_type); \
32 I2F(insn, SHRT_MIN, target_type); \
33 I2F(insn, INT_MAX, target_type); \
34 I2F(insn, INT_MIN, target_type); \
[all …]
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/none/tests/s390x/
H A Dfpconv.c24 #define DO_INSN_I32_TO_F(insn, target_type) \ argument
26 printf("\n----- int32_t -> " #target_type "\n");\
27 I2F(insn, 0, target_type); \
28 I2F(insn, 1, target_type); \
29 I2F(insn, -1, target_type); \
30 I2F(insn, 42, target_type); \
31 I2F(insn, SHRT_MAX, target_type); \
32 I2F(insn, SHRT_MIN, target_type); \
33 I2F(insn, INT_MAX, target_type); \
34 I2F(insn, INT_MIN, target_type); \
[all …]
/dports/databases/percona56-server/percona-server-5.6.51-91.0/mysql-test/extra/rpl_tests/
H A Dtype_conversions.test18 let $target_type = TINYBLOB;
25 let $target_type= BLOB;
39 let $target_type= LONGBLOB;
55 let $target_type= BLOB;
85 let $target_type= BLOB;
115 let $target_type= BLOB;
271 let $target_type= INT;
320 let $target_type= INT;
369 let $target_type= INT;
418 let $target_type= INT;
[all …]
/dports/databases/percona56-client/percona-server-5.6.51-91.0/mysql-test/extra/rpl_tests/
H A Dtype_conversions.test18 let $target_type = TINYBLOB;
25 let $target_type= BLOB;
39 let $target_type= LONGBLOB;
55 let $target_type= BLOB;
85 let $target_type= BLOB;
115 let $target_type= BLOB;
271 let $target_type= INT;
320 let $target_type= INT;
369 let $target_type= INT;
418 let $target_type= INT;
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/extra/rpl_tests/
H A Dtype_conversions.test31 let $target_type= BLOB;
45 let $target_type= LONGBLOB;
61 let $target_type= BLOB;
91 let $target_type= BLOB;
121 let $target_type= BLOB;
144 let $target_type = BLOB;
277 let $target_type= INT;
326 let $target_type= INT;
375 let $target_type= INT;
424 let $target_type= INT;
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/mysql-test/extra/rpl_tests/
H A Dtype_conversions.test31 let $target_type= BLOB;
45 let $target_type= LONGBLOB;
61 let $target_type= BLOB;
91 let $target_type= BLOB;
121 let $target_type= BLOB;
144 let $target_type = BLOB;
277 let $target_type= INT;
326 let $target_type= INT;
375 let $target_type= INT;
424 let $target_type= INT;
[all …]
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/mysql-test/extra/rpl_tests/
H A Dtype_conversions.test18 let $target_type = TINYBLOB;
25 let $target_type= BLOB;
39 let $target_type= LONGBLOB;
55 let $target_type= BLOB;
85 let $target_type= BLOB;
115 let $target_type= BLOB;
271 let $target_type= INT;
320 let $target_type= INT;
369 let $target_type= INT;
418 let $target_type= INT;
[all …]
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/mysql-test/extra/rpl_tests/
H A Dtype_conversions.test31 let $target_type= BLOB;
45 let $target_type= LONGBLOB;
61 let $target_type= BLOB;
91 let $target_type= BLOB;
121 let $target_type= BLOB;
144 let $target_type = BLOB;
277 let $target_type= INT;
326 let $target_type= INT;
375 let $target_type= INT;
424 let $target_type= INT;
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/mysql-test/extra/rpl_tests/
H A Dtype_conversions.test31 let $target_type= BLOB;
45 let $target_type= LONGBLOB;
61 let $target_type= BLOB;
91 let $target_type= BLOB;
121 let $target_type= BLOB;
144 let $target_type = BLOB;
277 let $target_type= INT;
326 let $target_type= INT;
375 let $target_type= INT;
424 let $target_type= INT;
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/mysql-test/extra/rpl_tests/
H A Dtype_conversions.test31 let $target_type= BLOB;
45 let $target_type= LONGBLOB;
61 let $target_type= BLOB;
91 let $target_type= BLOB;
121 let $target_type= BLOB;
144 let $target_type = BLOB;
277 let $target_type= INT;
326 let $target_type= INT;
375 let $target_type= INT;
424 let $target_type= INT;
[all …]
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/mysql-test/extra/rpl_tests/
H A Dtype_conversions.test31 let $target_type= BLOB;
45 let $target_type= LONGBLOB;
61 let $target_type= BLOB;
91 let $target_type= BLOB;
121 let $target_type= BLOB;
144 let $target_type = BLOB;
277 let $target_type= INT;
326 let $target_type= INT;
375 let $target_type= INT;
424 let $target_type= INT;
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/mysql-test/extra/rpl_tests/
H A Dtype_conversions.test31 let $target_type= BLOB;
45 let $target_type= LONGBLOB;
61 let $target_type= BLOB;
91 let $target_type= BLOB;
121 let $target_type= BLOB;
144 let $target_type = BLOB;
277 let $target_type= INT;
326 let $target_type= INT;
375 let $target_type= INT;
424 let $target_type= INT;
[all …]
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/mysql-test/extra/rpl_tests/
H A Dtype_conversions.test18 let $target_type = TINYBLOB;
25 let $target_type= BLOB;
39 let $target_type= LONGBLOB;
55 let $target_type= BLOB;
85 let $target_type= BLOB;
115 let $target_type= BLOB;
271 let $target_type= INT;
320 let $target_type= INT;
369 let $target_type= INT;
418 let $target_type= INT;
[all …]
/dports/databases/mysql56-client/mysql-5.6.51/mysql-test/extra/rpl_tests/
H A Dtype_conversions.test18 let $target_type = TINYBLOB;
25 let $target_type= BLOB;
39 let $target_type= LONGBLOB;
55 let $target_type= BLOB;
85 let $target_type= BLOB;
115 let $target_type= BLOB;
271 let $target_type= INT;
320 let $target_type= INT;
369 let $target_type= INT;
418 let $target_type= INT;
[all …]
/dports/databases/mysql55-client/mysql-5.5.62/mysql-test/extra/rpl_tests/
H A Dtype_conversions.test18 let $target_type = TINYBLOB;
25 let $target_type= BLOB;
39 let $target_type= LONGBLOB;
55 let $target_type= BLOB;
85 let $target_type= BLOB;
115 let $target_type= BLOB;
271 let $target_type= INT;
320 let $target_type= INT;
369 let $target_type= INT;
418 let $target_type= INT;
[all …]
/dports/devel/rttr/rttr-0.9.6-16-gb3a131c/src/rttr/
H A Dvariant.cpp229 if (source_type == target_type) in can_convert()
240 … if (target_type.get_wrapped_type() == source_type && target_type.m_type_data->create_wrapper) in can_convert()
276 if (target_type == source_type) in convert()
290 ok = var.convert(target_type); in convert()
299 if (target_type == type::get<bool>()) in convert()
305 else if (target_type == type::get<char>()) in convert()
371 else if (target_type == string_type) in convert()
379 && target_type.is_enumeration()) in convert()
381 variant var = target_type; in convert()
418 bool variant::convert(const type& target_type) in convert() argument
[all …]
/dports/lang/gnat_util/gcc-6-20180516/liboffloadmic/runtime/
H A Doffload_omp_host.cpp58 TARGET_TYPE target_type, in omp_set_int_target() argument
81 TARGET_TYPE target_type, in omp_get_int_target() argument
106 TARGET_TYPE target_type, in omp_set_num_threads_target() argument
116 TARGET_TYPE target_type, in omp_get_max_threads_target() argument
125 TARGET_TYPE target_type, in omp_get_num_procs_target() argument
134 TARGET_TYPE target_type, in omp_set_dynamic_target() argument
144 TARGET_TYPE target_type, in omp_get_dynamic_target() argument
153 TARGET_TYPE target_type, in omp_set_nested_target() argument
163 TARGET_TYPE target_type, in omp_get_nested_target() argument
172 TARGET_TYPE target_type, in omp_set_schedule_target() argument
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/liboffloadmic/runtime/
H A Doffload_omp_host.cpp58 TARGET_TYPE target_type, in omp_set_int_target() argument
81 TARGET_TYPE target_type, in omp_get_int_target() argument
106 TARGET_TYPE target_type, in omp_set_num_threads_target() argument
116 TARGET_TYPE target_type, in omp_get_max_threads_target() argument
125 TARGET_TYPE target_type, in omp_get_num_procs_target() argument
134 TARGET_TYPE target_type, in omp_set_dynamic_target() argument
144 TARGET_TYPE target_type, in omp_get_dynamic_target() argument
153 TARGET_TYPE target_type, in omp_set_nested_target() argument
163 TARGET_TYPE target_type, in omp_get_nested_target() argument
172 TARGET_TYPE target_type, in omp_set_schedule_target() argument
[all …]
/dports/irc/irssi-scripts/irssi-scripts/scripts/
H A Dhide.pl22 my ($target_type, $data) = @_;
23 my $target = target_check ($target_type);
27 print (CRAP "\cBUsage:\cB hide $target_type add [$target_type]+");
47 my ($target_type, $data) = @_;
48 my $target = target_check ($target_type);
52 print (CRAP "\cBUsage:\cB hide $target_type remove [$target_type]+");
71 my ($target_type) = @_;
73 if ($target_type eq 'level') {
76 elsif ($target_type eq 'target') {
95 my ($target_type) = @_;
[all …]
/dports/math/geogram/geogram-1.7.7/src/bin/fpg/
H A DSymbol.cpp59 Type::isEqual( Type *target_type ) const { in isEqual()
107 argused(target_type); in isConvertible()
133 BaseType::isEqual( Type *target_type ) const { in isEqual()
134 return this == target_type; in isEqual()
147 PointerType::isEqual( Type *target_type ) const { in isEqual()
161 AliasType::isEqual( Type *target_type ) const { in isEqual()
162 return base_type->isEqual( target_type ); in isEqual()
168 return dynamic_cast<EnumType*>(target_type) in isConvertible()
169 || is_int(target_type); in isConvertible()
173 EnumType::isEqual ( Type *target_type ) const { in isEqual()
[all …]
/dports/misc/py-onnx/onnx-1.10.2/onnx/defs/
H A Dshape_inference.cc47 if (target_type.has_shape()) { in UnionShapeInfoForTensor()
48 TensorShapeProto* target_shape = target_type.mutable_shape(); in UnionShapeInfoForTensor()
53 target_type.clear_shape(); in UnionShapeInfoForTensor()
62 UnionShapeInfoForTensor(source_shape, target_type); in UnionShapeInfo()
66 UnionShapeInfoForTensor(source_shape, target_type); in UnionShapeInfo()
70 void UnionTypeInfo(const TypeProto& source_type, TypeProto& target_type) { in UnionTypeInfo() argument
71 if (source_type.value_case() != target_type.value_case()) { in UnionTypeInfo()
75 const auto target_case = target_type.value_case(); in UnionTypeInfo()
78 auto target_elem_type = target_type.tensor_type().elem_type(); in UnionTypeInfo()
88 auto target_elem_type = target_type.sparse_tensor_type().elem_type(); in UnionTypeInfo()
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/mysql-test/suite/rpl/include/
H A Dtype_conversions.test18 let $target_type = TINYBLOB;
25 let $target_type= BLOB;
39 let $target_type= LONGBLOB;
55 let $target_type= BLOB;
85 let $target_type= BLOB;
115 let $target_type= BLOB;
271 let $target_type= INT;
320 let $target_type= INT;
369 let $target_type= INT;
418 let $target_type= INT;
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/mysql-test/suite/rpl/include/
H A Dtype_conversions.test18 let $target_type = TINYBLOB;
25 let $target_type= BLOB;
39 let $target_type= LONGBLOB;
55 let $target_type= BLOB;
85 let $target_type= BLOB;
115 let $target_type= BLOB;
271 let $target_type= INT;
320 let $target_type= INT;
369 let $target_type= INT;
418 let $target_type= INT;
[all …]

12345678910>>...159