Home
last modified time | relevance | path

Searched refs:isProtectedNull (Results 1 – 7 of 7) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/
H A DNullReferenceImplTests.java677 isProtectedNull = state.isProtectedNull(TestLocalVariableBinding.local0), in test2400_state_consistency()
684 || isProtectedNull)) { in test2400_state_consistency()
703 || isProtectedNull)) { in test2400_state_consistency()
711 || isProtectedNull && !isDefinitelyNull in test2400_state_consistency()
717 || isProtectedNull) in test2400_state_consistency()
723 || canOnlyBeNull != (isProtectedNull || in test2400_state_consistency()
751 isProtectedNull = state.isProtectedNull(TestLocalVariableBinding.local64), in test2400_state_consistency()
758 || isProtectedNull)) { in test2400_state_consistency()
777 || isProtectedNull)) { in test2400_state_consistency()
785 || isProtectedNull && !isDefinitelyNull in test2400_state_consistency()
[all …]
/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/flow/
H A DConditionalFlowInfo.java142 public boolean isProtectedNull(LocalVariableBinding local) { in isProtectedNull() method in ConditionalFlowInfo
143 return this.initsWhenTrue.isProtectedNull(local) in isProtectedNull()
144 && this.initsWhenFalse.isProtectedNull(local); in isProtectedNull()
H A DFlowInfo.java132 return isDefinitelyNull(local) || isProtectedNull(local); in canOnlyBeNull()
258 public abstract boolean isProtectedNull(LocalVariableBinding local); in isProtectedNull() method in FlowInfo
H A DUnconditionalFlowInfo.java1012 final public boolean isProtectedNull(LocalVariableBinding local) { in isProtectedNull() method in UnconditionalFlowInfo
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/flow/
H A DConditionalFlowInfo.java165 public boolean isProtectedNull(LocalVariableBinding local) { in isProtectedNull() method in ConditionalFlowInfo
166 return this.initsWhenTrue.isProtectedNull(local) in isProtectedNull()
167 && this.initsWhenFalse.isProtectedNull(local); in isProtectedNull()
H A DFlowInfo.java140 return isDefinitelyNull(local) || isProtectedNull(local); in canOnlyBeNull()
266 public abstract boolean isProtectedNull(LocalVariableBinding local); in isProtectedNull() method in FlowInfo
H A DUnconditionalFlowInfo.java1105 final public boolean isProtectedNull(LocalVariableBinding local) { in isProtectedNull() method in UnconditionalFlowInfo