Home
last modified time | relevance | path

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

/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/lookup/
H A DCaptureBinding18.java153 boolean haveSubstitution = false; in substituteInferenceVariable()
157 haveSubstitution |= TypeBinding.notEquals(currentSuperclass, this.superclass); in substituteInferenceVariable()
162 if (haveSubstitution) in substituteInferenceVariable()
172 haveSubstitution = true; in substituteInferenceVariable()
180 if (haveSubstitution) in substituteInferenceVariable()
190 haveSubstitution = true; in substituteInferenceVariable()
195 if (haveSubstitution) { in substituteInferenceVariable()
H A DTypeVariableBinding.java531 boolean haveSubstitution = false; in substituteInferenceVariable()
535 haveSubstitution |= TypeBinding.notEquals(currentSuperclass, this.superclass); in substituteInferenceVariable()
540 if (haveSubstitution) in substituteInferenceVariable()
550 haveSubstitution = true; in substituteInferenceVariable()
555 if (haveSubstitution) { in substituteInferenceVariable()
H A DWildcardBinding.java600 boolean haveSubstitution = false; in substituteInferenceVariable()
604 haveSubstitution |= TypeBinding.notEquals(currentBound, this.bound); in substituteInferenceVariable()
609 if (haveSubstitution) in substituteInferenceVariable()
623 haveSubstitution |= currentOtherBounds != null; in substituteInferenceVariable()
624 if (haveSubstitution) { in substituteInferenceVariable()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/
H A DCaptureBinding18.java201 boolean haveSubstitution = false; in substituteInferenceVariable()
205 haveSubstitution |= TypeBinding.notEquals(currentSuperclass, this.superclass); in substituteInferenceVariable()
210 if (haveSubstitution) in substituteInferenceVariable()
220 haveSubstitution = true; in substituteInferenceVariable()
228 if (haveSubstitution) in substituteInferenceVariable()
238 haveSubstitution = true; in substituteInferenceVariable()
246 haveSubstitution |= TypeBinding.notEquals(this.firstBound, currentFirstBound); in substituteInferenceVariable()
248 if (haveSubstitution) { in substituteInferenceVariable()
H A DWildcardBinding.java733 boolean haveSubstitution = false; in substituteInferenceVariable()
737 haveSubstitution |= TypeBinding.notEquals(currentBound, this.bound); in substituteInferenceVariable()
742 if (haveSubstitution) in substituteInferenceVariable()
756 haveSubstitution |= currentOtherBounds != null; in substituteInferenceVariable()
757 if (haveSubstitution) { in substituteInferenceVariable()
H A DTypeVariableBinding.java648 boolean haveSubstitution = false; in substituteInferenceVariable()
652 haveSubstitution |= TypeBinding.notEquals(currentSuperclass, this.superclass); in substituteInferenceVariable()
657 if (haveSubstitution) in substituteInferenceVariable()
667 haveSubstitution = true; in substituteInferenceVariable()
672 if (haveSubstitution) { in substituteInferenceVariable()
/dports/devel/tpasm/tpasm1.11/
H A Dalias.c60 haveSubstitution; in HandleAliasMatches() local
71 haveSubstitution=false; // so far, no substitution is needed in HandleAliasMatches()
99 haveSubstitution=true; // found something, so remember it in HandleAliasMatches()
107 if(haveSubstitution&&!tooLong) // see if there was a substitution -- if so, update the line in HandleAliasMatches()