Home
last modified time | relevance | path

Searched refs:checkedType (Results 1 – 25 of 34) sorted by relevance

12

/dports/devel/spark/spark-2.1.1/sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/analysis/
H A DTypeCoercionSuite.scala103 shouldCast(checkedType, NumericType, checkedType)
104 shouldCast(checkedType, IntegralType, checkedType)
111 shouldCast(checkedType, NumericType, checkedType)
112 shouldCast(checkedType, IntegralType, checkedType)
119 shouldCast(checkedType, NumericType, checkedType)
120 shouldCast(checkedType, IntegralType, checkedType)
127 shouldCast(checkedType, NumericType, checkedType)
135 shouldCast(checkedType, NumericType, checkedType)
143 shouldCast(checkedType, NumericType, checkedType)
150 shouldCast(checkedType, DecimalType, checkedType)
[all …]
/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/ast/
H A DInstanceOfExpression.java91 TypeBinding checkedType = this.type.resolveType(scope, true /* check bounds*/); in resolveType() local
92 if (expressionType != null && checkedType != null && checkedType.hasNullTypeAnnotations()) { in resolveType()
94 …if (!expressionType.isCompatibleWith(checkedType) || NullAnnotationMatching.analyse(checkedType, e… in resolveType()
97 if (expressionType == null || checkedType == null) in resolveType()
100 if (!checkedType.isReifiable()) { in resolveType()
101 scope.problemReporter().illegalInstanceOfGenericType(checkedType, this); in resolveType()
102 } else if (checkedType.isValidBinding()) { in resolveType()
105 || !checkCastTypesCompatibility(scope, checkedType, expressionType, null)) { in resolveType()
106 scope.problemReporter().notCompatibleTypesError(this, expressionType, checkedType); in resolveType()
H A DAllocationExpression.java164 public void checkCapturedLocalInitializationIfNecessary(ReferenceBinding checkedType, BlockScope cu… in checkCapturedLocalInitializationIfNecessary() argument
165 …if (((checkedType.tagBits & ( TagBits.AnonymousTypeMask|TagBits.LocalTypeMask)) == TagBits.LocalTy… in checkCapturedLocalInitializationIfNecessary()
166 && !currentScope.isDefinedInType(checkedType)) { // only check external allocations in checkCapturedLocalInitializationIfNecessary()
167 NestedTypeBinding nestedType = (NestedTypeBinding) checkedType; in checkCapturedLocalInitializationIfNecessary()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/
H A DInstanceOfExpression.java168 TypeBinding checkedType = this.type.resolveType(scope, true /* check bounds*/); in resolveType() local
175 …if (!expressionType.isCompatibleWith(checkedType) || NullAnnotationMatching.analyse(checkedType, e… in resolveType()
178 if (expressionType == null || checkedType == null) in resolveType()
181 if (!checkedType.isReifiable()) { in resolveType()
185 scope.problemReporter().illegalInstanceOfGenericType(checkedType, this); in resolveType()
191 …boolean isLegal = checkCastTypesCompatibility(scope, checkedType, expressionType, this.expression,… in resolveType()
193 scope.problemReporter().unsafeCastInInstanceof(this.expression, checkedType, expressionType); in resolveType()
197 } else if (checkedType.isValidBinding()) { in resolveType()
200 || checkedType.isBaseType() in resolveType()
201 || !checkCastTypesCompatibility(scope, checkedType, expressionType, null, true)) { in resolveType()
[all …]
H A DAllocationExpression.java158 public void checkCapturedLocalInitializationIfNecessary(ReferenceBinding checkedType, BlockScope cu… in checkCapturedLocalInitializationIfNecessary() argument
159 …if (((checkedType.tagBits & ( TagBits.AnonymousTypeMask|TagBits.LocalTypeMask)) == TagBits.LocalTy… in checkCapturedLocalInitializationIfNecessary()
160 && !currentScope.isDefinedInType(checkedType)) { // only check external allocations in checkCapturedLocalInitializationIfNecessary()
161 NestedTypeBinding nestedType = (NestedTypeBinding) checkedType; in checkCapturedLocalInitializationIfNecessary()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/workspace/Compiler/src/org/eclipse/jdt/internal/compiler/ast/
H A DInstanceOfExpression.java80 TypeBinding checkedType = type.resolveType(scope); in resolveType() local
81 if (expressionType == null || checkedType == null) in resolveType()
84 …if (checkedType.isTypeVariable() || checkedType.isParameterizedType() || checkedType.isGenericType… in resolveType()
85 scope.problemReporter().illegalInstanceOfGenericType(checkedType, this); in resolveType()
87 checkCastTypesCompatibility(scope, checkedType, expressionType, null); in resolveType()
H A DAllocationExpression.java61 …public void checkCapturedLocalInitializationIfNecessary(ReferenceBinding checkedType, BlockScope c… in checkCapturedLocalInitializationIfNecessary() argument
63 if (checkedType.isLocalType() in checkCapturedLocalInitializationIfNecessary()
64 && !checkedType.isAnonymousType() in checkCapturedLocalInitializationIfNecessary()
65 && !currentScope.isDefinedInType(checkedType)) { // only check external allocations in checkCapturedLocalInitializationIfNecessary()
66 NestedTypeBinding nestedType = (NestedTypeBinding) checkedType; in checkCapturedLocalInitializationIfNecessary()
/dports/graphics/opendx/dx-4.4.4/src/exec/dxmods/
H A D_compinput.c51 MetaType checkedType;
78 &checkedType.items, &checkedType.type, &checkedType.category,
79 &checkedType.rank, checkedType.shape) == NULL) {
83 if ( masterType.items != checkedType.items ||
84 masterType.type != checkedType.type ||
85 masterType.category != checkedType.category ||
86 masterType.rank != checkedType.rank) {
125 &checkedType.items, &checkedType.type, &checkedType.category,
126 &checkedType.rank, checkedType.shape) == NULL) {
131 masterType.type != checkedType.type ||
[all …]
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/ast/
H A DAllocationExpression.java68 ReferenceBinding checkedType, BlockScope currentScope, in checkCapturedLocalInitializationIfNecessary() argument
71 if (checkedType.isLocalType() && !checkedType.isAnonymousType() in checkCapturedLocalInitializationIfNecessary()
72 && !currentScope.isDefinedInType(checkedType)) { // only in checkCapturedLocalInitializationIfNecessary()
76 NestedTypeBinding nestedType = (NestedTypeBinding) checkedType; in checkCapturedLocalInitializationIfNecessary()
/dports/net-mgmt/zabbix5-java/zabbix-5.0.19/src/zabbix_java/src/com/zabbix/gateway/
H A DJMXItemChecker.java624 Object checkedType = null == attribute ? JSONObject.NULL : attribute.getClass().getName(); in formatPrimitiveTypeResult() local
632 counter.put("{#JMXTYPE}", checkedType); in formatPrimitiveTypeResult()
640 counter.put("type", checkedType); in formatPrimitiveTypeResult()
/dports/net-mgmt/zabbix54-server/zabbix-5.4.9/src/zabbix_java/src/com/zabbix/gateway/
H A DJMXItemChecker.java625 Object checkedType = null == attribute ? JSONObject.NULL : attribute.getClass().getName(); in formatPrimitiveTypeResult() local
633 counter.put("{#JMXTYPE}", checkedType); in formatPrimitiveTypeResult()
641 counter.put("type", checkedType); in formatPrimitiveTypeResult()
/dports/net-mgmt/zabbix54-agent/zabbix-5.4.9/src/zabbix_java/src/com/zabbix/gateway/
H A DJMXItemChecker.java625 Object checkedType = null == attribute ? JSONObject.NULL : attribute.getClass().getName(); in formatPrimitiveTypeResult() local
633 counter.put("{#JMXTYPE}", checkedType); in formatPrimitiveTypeResult()
641 counter.put("type", checkedType); in formatPrimitiveTypeResult()
/dports/net-mgmt/zabbix5-server/zabbix-5.0.19/src/zabbix_java/src/com/zabbix/gateway/
H A DJMXItemChecker.java624 Object checkedType = null == attribute ? JSONObject.NULL : attribute.getClass().getName(); in formatPrimitiveTypeResult() local
632 counter.put("{#JMXTYPE}", checkedType); in formatPrimitiveTypeResult()
640 counter.put("type", checkedType); in formatPrimitiveTypeResult()
/dports/net-mgmt/zabbix54-proxy/zabbix-5.4.9/src/zabbix_java/src/com/zabbix/gateway/
H A DJMXItemChecker.java625 Object checkedType = null == attribute ? JSONObject.NULL : attribute.getClass().getName(); in formatPrimitiveTypeResult() local
633 counter.put("{#JMXTYPE}", checkedType); in formatPrimitiveTypeResult()
641 counter.put("type", checkedType); in formatPrimitiveTypeResult()
/dports/net-mgmt/zabbix5-proxy/zabbix-5.0.19/src/zabbix_java/src/com/zabbix/gateway/
H A DJMXItemChecker.java624 Object checkedType = null == attribute ? JSONObject.NULL : attribute.getClass().getName(); in formatPrimitiveTypeResult() local
632 counter.put("{#JMXTYPE}", checkedType); in formatPrimitiveTypeResult()
640 counter.put("type", checkedType); in formatPrimitiveTypeResult()
/dports/net-mgmt/zabbix5-agent/zabbix-5.0.19/src/zabbix_java/src/com/zabbix/gateway/
H A DJMXItemChecker.java624 Object checkedType = null == attribute ? JSONObject.NULL : attribute.getClass().getName(); in formatPrimitiveTypeResult() local
632 counter.put("{#JMXTYPE}", checkedType); in formatPrimitiveTypeResult()
640 counter.put("type", checkedType); in formatPrimitiveTypeResult()
/dports/net-mgmt/zabbix5-frontend/zabbix-5.0.19/src/zabbix_java/src/com/zabbix/gateway/
H A DJMXItemChecker.java624 Object checkedType = null == attribute ? JSONObject.NULL : attribute.getClass().getName(); in formatPrimitiveTypeResult() local
632 counter.put("{#JMXTYPE}", checkedType); in formatPrimitiveTypeResult()
640 counter.put("type", checkedType); in formatPrimitiveTypeResult()
/dports/net-mgmt/zabbix54-java/zabbix-5.4.9/src/zabbix_java/src/com/zabbix/gateway/
H A DJMXItemChecker.java625 Object checkedType = null == attribute ? JSONObject.NULL : attribute.getClass().getName(); in formatPrimitiveTypeResult() local
633 counter.put("{#JMXTYPE}", checkedType); in formatPrimitiveTypeResult()
641 counter.put("type", checkedType); in formatPrimitiveTypeResult()
/dports/net-mgmt/zabbix54-frontend/zabbix-5.4.9/src/zabbix_java/src/com/zabbix/gateway/
H A DJMXItemChecker.java625 Object checkedType = null == attribute ? JSONObject.NULL : attribute.getClass().getName(); in formatPrimitiveTypeResult() local
633 counter.put("{#JMXTYPE}", checkedType); in formatPrimitiveTypeResult()
641 counter.put("type", checkedType); in formatPrimitiveTypeResult()
/dports/net-mgmt/zabbix4-server/zabbix-4.0.30/src/zabbix_java/src/com/zabbix/gateway/
H A DJMXItemChecker.java495 Object checkedType = null == attribute ? JSONObject.NULL : attribute.getClass().getName(); in findPrimitiveAttributes() local
501 counter.put("{#JMXTYPE}", checkedType); in findPrimitiveAttributes()
/dports/net-mgmt/zabbix4-proxy/zabbix-4.0.30/src/zabbix_java/src/com/zabbix/gateway/
H A DJMXItemChecker.java495 Object checkedType = null == attribute ? JSONObject.NULL : attribute.getClass().getName(); in findPrimitiveAttributes() local
501 counter.put("{#JMXTYPE}", checkedType); in findPrimitiveAttributes()
/dports/net-mgmt/zabbix4-frontend/zabbix-4.0.30/src/zabbix_java/src/com/zabbix/gateway/
H A DJMXItemChecker.java495 Object checkedType = null == attribute ? JSONObject.NULL : attribute.getClass().getName(); in findPrimitiveAttributes() local
501 counter.put("{#JMXTYPE}", checkedType); in findPrimitiveAttributes()
/dports/net-mgmt/zabbix4-agent/zabbix-4.0.30/src/zabbix_java/src/com/zabbix/gateway/
H A DJMXItemChecker.java495 Object checkedType = null == attribute ? JSONObject.NULL : attribute.getClass().getName(); in findPrimitiveAttributes() local
501 counter.put("{#JMXTYPE}", checkedType); in findPrimitiveAttributes()
/dports/net-mgmt/zabbix4-java/zabbix-4.0.30/src/zabbix_java/src/com/zabbix/gateway/
H A DJMXItemChecker.java495 Object checkedType = null == attribute ? JSONObject.NULL : attribute.getClass().getName(); in findPrimitiveAttributes() local
501 counter.put("{#JMXTYPE}", checkedType); in findPrimitiveAttributes()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.java/src/org/graalvm/compiler/java/
H A DBytecodeParser.java1889 LogicNode condition = genUnique(createInstanceOf(checkedType, receiver, null)); in emitCheckForDeclaringClassChange()
1891 … args[0] = append(PiNode.create(receiver, StampFactory.object(checkedType, true), fixedGuard)); in emitCheckForDeclaringClassChange()
1912 LogicNode condition = genUnique(createInstanceOf(checkedType, receiver, null)); in emitCheckForInvokeSuperSpecial()
4409 … TypeReference checkedType = TypeReference.createTrusted(graph.getAssumptions(), resolvedType); in genCheckCast() local
4410 JavaTypeProfile profile = getProfileForTypeCheck(checkedType); in genCheckCast()
4413 if (plugin.handleCheckCast(this, object, checkedType.getType(), profile)) { in genCheckCast()
4423 if (singleType != null && checkedType.getType().isAssignableFrom(singleType)) { in genCheckCast()
4437 LogicNode condition = genUnique(createInstanceOfAllowNull(checkedType, object, null)); in genCheckCast()
4473 JavaTypeProfile profile = getProfileForTypeCheck(checkedType); in genInstanceOf()
4476 if (plugin.handleInstanceOf(this, object, checkedType.getType(), profile)) { in genInstanceOf()
[all …]

12