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