Searched refs:outerType (Results 1 – 4 of 4) sorted by relevance
147 Type outerType = fieldDeclaration.getVariables().get(0).getType(); in fieldDeclarationWithArraysHasCorrectOrigins() local148 assertEquals(ArrayType.Origin.TYPE, outerType.asArrayType().getOrigin()); in fieldDeclarationWithArraysHasCorrectOrigins()149 …assertEquals(ArrayType.Origin.NAME, outerType.asArrayType().getComponentType().asArrayType().getOr… in fieldDeclarationWithArraysHasCorrectOrigins()156 Type outerType = method.getType(); in methodDeclarationWithArraysHasCorrectOrigins() local157 assertEquals(ArrayType.Origin.TYPE, outerType.asArrayType().getOrigin()); in methodDeclarationWithArraysHasCorrectOrigins()158 …assertEquals(ArrayType.Origin.NAME, outerType.asArrayType().getComponentType().asArrayType().getOr… in methodDeclarationWithArraysHasCorrectOrigins()172 ArrayType outerType = expr.createdType().asArrayType(); in getArrayCreationType() local173 Type innerType = outerType.getComponentType(); in getArrayCreationType()
286 auto outerType = getStdTypeForAttr(processType(value->getType())) in getConstantAsAttr() local288 if (!outerType) in getConstantAsAttr()303 return DenseElementsAttr::get(outerType, values); in getConstantAsAttr()
137 TypeInfo outerType = it.next(); in printClassInfo() local139 System.out.print(outerType.simpleTypeName()); in printClassInfo()144 printTypeVariables(outerType); in printClassInfo()
1261 if outerType := c.config.Bugs.OuterRecordType; outerType != 0 {1262 b.data[0] = byte(outerType)