Home
last modified time | relevance | path

Searched refs:POLY_TYPE (Results 1 – 25 of 26) sorted by relevance

12

/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/lookup/
H A DPolyTypeBinding.java78 return Binding.POLY_TYPE; in kind()
H A DBinding.java42 public static final int POLY_TYPE = TYPE | ASTNode.Bit17; field in Binding
H A DArrayBinding.java100 if (actualType == TypeBinding.NULL || actualType.kind() == POLY_TYPE) return; in collectSubstitutes()
H A DTypeVariableBinding.java255 case Binding.POLY_TYPE: // cannot steer inference, only learn from it. in collectSubstitutes()
H A DWildcardBinding.java151 if (actualType == TypeBinding.NULL || actualType.kind() == POLY_TYPE) return; in collectSubstitutes()
H A DCompilationUnitScope.java812 case Binding.POLY_TYPE: // not a real type, will mutate into one, hopefully soon. in typeToRecord()
H A DParameterizedTypeBinding.java214 if (actualType == TypeBinding.NULL || actualType.kind() == POLY_TYPE) return; in collectSubstitutes()
H A DLookupEnvironment.java437 case Binding.POLY_TYPE: in computeBoxingType()
H A DScope.java639 if (type.isBaseType() || type.kind() == Binding.POLY_TYPE) in boxing()
4825 if (arg.kind() == Binding.POLY_TYPE || (arg.isBaseType() != param.isBaseType())) {
4848 if (arg.kind() == Binding.POLY_TYPE || (arg.isBaseType() != param.isBaseType())) {
/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 DPolyTypeBinding.java95 return Binding.POLY_TYPE; in kind()
H A DBinding.java46 public static final int POLY_TYPE = TYPE | ASTNode.Bit17; field in Binding
H A DTypeBindingVisitor.java144 case Binding.POLY_TYPE: in visit()
H A DArrayBinding.java105 if (actualType == TypeBinding.NULL || actualType.kind() == POLY_TYPE) return; in collectSubstitutes()
H A DConstraintTypeFormula.java352 case Binding.POLY_TYPE: in reduceSubType()
H A DWildcardBinding.java281 if (actualType == TypeBinding.NULL || actualType.kind() == POLY_TYPE) return; in collectSubstitutes()
H A DTypeVariableBinding.java351 case Binding.POLY_TYPE: // cannot steer inference, only learn from it. in collectSubstitutes()
H A DCompilationUnitScope.java921 case Binding.POLY_TYPE: // not a real type, will mutate into one, hopefully soon. in typeToRecord()
H A DParameterizedTypeBinding.java246 if (actualType == TypeBinding.NULL || actualType.kind() == POLY_TYPE) return; in collectSubstitutes()
H A DScope.java738 if (type.isBaseType() || type.kind() == Binding.POLY_TYPE) in boxing()
5053 if (arg.kind() == Binding.POLY_TYPE || (arg.isBaseType() != param.isBaseType())) {
5080 if (arg.kind() == Binding.POLY_TYPE || (arg.isBaseType() != param.isBaseType())) {
/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/ast/
H A DConditionalExpression.java480 if (this.originalValueIfTrueType.kind() == Binding.POLY_TYPE) in resolveType()
482 if (this.originalValueIfFalseType.kind() == Binding.POLY_TYPE) in resolveType()
754 …riginalValueIfTrueType.kind() == Binding.POLY_TYPE || this.originalValueIfFalseType.kind() == Bind… in isPolyExpression()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/tinsel/
H A Dpolygons.cpp43 enum POLY_TYPE { enum
157 POLY_TYPE getType() const { return (POLY_TYPE)FROM_32(type); } in getType()
166 POLY_TYPE type; ///< type of polygon
235 type = (POLY_TYPE)typeVal; in nextPoly()
/dports/games/scummvm/scummvm-2.5.1/engines/tinsel/
H A Dpolygons.cpp43 enum POLY_TYPE { enum
157 POLY_TYPE getType() const { return (POLY_TYPE)FROM_32(type); } in getType()
166 POLY_TYPE type; ///< type of polygon
244 type = (POLY_TYPE)typeVal; in nextPoly()
/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 DConditionalExpression.java488 if (this.originalValueIfTrueType.kind() == Binding.POLY_TYPE) in resolveType()
490 if (this.originalValueIfFalseType.kind() == Binding.POLY_TYPE) in resolveType()
H A DSwitchExpression.java511 if (resultExpr.resolvedType == null || resultExpr.resolvedType.kind() == Binding.POLY_TYPE) { in resolveTypeInternal()
H A DASTNode.java739 if (updatedArgumentType != null && updatedArgumentType.kind() != Binding.POLY_TYPE) { in resolvePolyExpressionArguments()

12