Searched refs:getCommonElementType (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | ASTContext.cpp | 12402 static QualType getCommonElementType(ASTContext &Ctx, const T *X, const T *Y) { in getCommonElementType() function 12716 return Ctx.getConstantMatrixType(getCommonElementType(Ctx, MX, MY), in getCommonNonSugarTypeNode() 12725 getCommonElementType(Ctx, MX, MY), MX->getRowExpr(), in getCommonNonSugarTypeNode() 12732 return Ctx.getVectorType(getCommonElementType(Ctx, VX, VY), in getCommonNonSugarTypeNode() 12738 return Ctx.getExtVectorType(getCommonElementType(Ctx, VX, VY), in getCommonNonSugarTypeNode() 12744 return Ctx.getDependentSizedExtVectorType(getCommonElementType(Ctx, VX, VY), in getCommonNonSugarTypeNode() 12753 getCommonElementType(Ctx, VX, VY), getCommonSizeExpr(Ctx, VX, VY), in getCommonNonSugarTypeNode() 12815 return (Ctx.*MP)(getCommonElementType(Ctx, PX, PY)); in getCommonNonSugarTypeNode()
|