Home
last modified time | relevance | path

Searched defs:rhsType (Results 1 – 18 of 18) sorted by relevance

/external/nullaway/nullaway/src/main/java/com/uber/nullaway/generics/
DCompareNullabilityVisitor.java24 public Boolean visitClassType(Type.ClassType lhsType, Type rhsType) { in visitClassType()
83 public Boolean visitArrayType(Type.ArrayType lhsType, Type rhsType) { in visitArrayType()
DGenericsChecks.java124 Tree tree, Type lhsType, Type rhsType, VisitorState state, NullAway analysis) { in reportInvalidAssignmentInstantiationError()
301 Type rhsType = getTreeType(rhsTree, state); in checkTypeParameterNullnessForAssignability() local
358 Type lhsType, Type rhsType, VisitorState state) { in compareNullabilityAnnotations()
/external/sdk-platform-java/gapic-generator-java/src/main/java/com/google/api/generator/engine/ast/
DRelationalOperationExpr.java107 private boolean isValidEqualityType(TypeNode lhsType, TypeNode rhsType) { in isValidEqualityType()
147 private boolean isValidRelationalType(TypeNode lhsType, TypeNode rhsType) { in isValidRelationalType()
DAssignmentExpr.java51 TypeNode rhsType = assignmentExpr.valueExpr().type(); in build() local
DArithmeticOperationExpr.java90 private boolean isValidConcatTypes(TypeNode lhsType, TypeNode rhsType) { in isValidConcatTypes()
DAssignmentOperationExpr.java77 TypeNode rhsType = assignmentOperationExpr.valueExpr().type(); in build() local
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/mhlo/transforms/
Dlegalize_to_standard.cc47 auto rhsType = rhs.getType().cast<TensorType>(); in matchAndRewrite() local
95 auto rhsType = rhs.getType().cast<TensorType>(); in matchAndRewrite() local
Dlegalize_einsum_to_dot_general.cc66 auto rhsType = einsum.rhs().getType().cast<RankedTensorType>(); in matchAndRewrite() local
Dchlo_legalize_to_hlo.cc1551 auto rhsType = in matchAndRewrite() local
1600 auto rhsType = rhs.getType().dyn_cast<RankedTensorType>(); in matchAndRewrite() local
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/stablehlo/dialect/
DBroadcastUtils.cpp32 RankedTensorType rhsType = rhs.getType().dyn_cast<RankedTensorType>(); in isLegalNumpyRankedBroadcast() local
DChloOps.cpp142 ShapedType rhsType = operands[1].getType().dyn_cast<ShapedType>(); in InferBroadcastBinaryOpReturnTypeComponents() local
DStablehloOps.cpp1017 auto rhsType = op.rhs().getType().cast<ShapedType>(); in inferReturnTypes() local
1024 auto rhsType = rhs().getType().cast<ShapedType>(); in verify() local
1107 auto rhsType = this->rhs().getType().dyn_cast<RankedTensorType>(); in verify() local
1151 auto rhsType = rhs().getType().dyn_cast<ShapedType>(); in reifyReturnTypeShapes() local
1988 auto rhsType = op.rhs().getType().cast<RankedTensorType>(); in verifyConvolutionAttributes() local
2068 auto rhsType = op.rhs().getType().cast<RankedTensorType>(); in inferConvolutionOpReturnShape() local
2096 auto rhsType = rhs().getType().dyn_cast<RankedTensorType>(); in verify() local
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/utils/
Dbroadcast_utils.cc33 RankedTensorType rhsType = rhs.getType().dyn_cast<RankedTensorType>(); in isLegalNumpyRankedBroadcast() local
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/tosa/lib/Transforms/
Dlegalize_mhlo.cc81 auto rhsType = op.rhs().getType().dyn_cast<RankedTensorType>(); in matchAndRewrite() local
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/lhlo/transforms/
Dlhlo_legalize_to_affine.cc54 MemRefType rhsType = rhs.getType().cast<MemRefType>(); in matchAndRewrite() local
569 const auto& rhsType = rhs.getType().template cast<MemRefType>(); in matchAndRewrite() local
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/mhlo/IR/
Dchlo_ops.cc169 ShapedType rhsType = operands[1].getType().dyn_cast<ShapedType>(); in InferBroadcastBinaryOpReturnTypeComponents() local
Dhlo_ops.cc1015 auto rhsType = op.rhs().getType().cast<ShapedType>(); in inferReturnTypes() local
1022 auto rhsType = rhs().getType().cast<ShapedType>(); in verify() local
1105 auto rhsType = this->rhs().getType().dyn_cast<RankedTensorType>(); in verify() local
1188 auto rhsType = rhs().getType().dyn_cast<ShapedType>(); in reifyReturnTypeShapes() local
2283 auto rhsType = op.rhs().getType().cast<RankedTensorType>(); in verifyConvolutionAttributes() local
2363 auto rhsType = op.rhs().getType().cast<RankedTensorType>(); in inferConvolutionOpReturnShape() local
2495 auto rhsType = rhs().getType().dyn_cast<RankedTensorType>(); in verify() local
/external/clang/lib/Sema/
DSemaObjCProperty.cpp1199 QualType rhsType =Context.getCanonicalType(IvarType).getUnqualifiedType(); in ActOnPropertyImplDecl() local
1516 QualType rhsType =Context.getCanonicalType(GetterType).getUnqualifiedType(); in DiagnosePropertyAccessorMismatch() local