Searched refs:getCommonType (Results 1 – 5 of 5) sorted by relevance
37 assertEquals(PrimitiveType.intType(), declaration.getCommonType()); in getCommonTypeWorksForNormalVariables()42 parseVariableDeclarationExpr("int a[],b[]").getCommonType(); in getCommonTypeWorksForArrayTypes()47 parseVariableDeclarationExpr("int a[],b[][]").getCommonType(); in getCommonTypeFailsOnArrayDifferences()54 declaration.getCommonType(); in getCommonTypeFailsOnDodgySetterUsage()61 declaration.getCommonType(); in getCommonTypeFailsOnInvalidEmptyVariableList()
68 default Type getCommonType() { in getCommonType() method
32 static llvm::Type *getCommonType(llvm::Type *first, llvm::Type *second) { in getCommonType() function46 if (auto commonTy = getCommonType(firstVecTy->getElementType(), in getCommonType()305 if (auto entryType = getCommonType(Entries[index].Type, type)) { in addEntry()
119 Type jpType = fieldDeclaration.getCommonType(); in solvingReferenceToAnAncestorInternalClass()
140 Node t = field.getCommonType(); in checkNodeTextCreatedGenericType()