Searched defs:otherType (Results 1 – 2 of 2) sorted by relevance
733 …AdjustNumberLiteralType(ir::NumberLiteral *const literal, Type *literalType, Type *const otherType) in AdjustNumberLiteralType()936 void CheckStringOperatorContext(ir::Expression *expression, checker::Type *otherType, lexer::TokenT… in CheckStringOperatorContext()
342 checker::Type *otherType = !unboxedL->IsIntType() ? unboxedL : unboxedR; in ApplyConditionalOperatorPromotion() local