Home
last modified time | relevance | path

Searched defs:otherType (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/ets/
Darithmetic.cpp817 …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()
Dhelpers.cpp348 checker::Type *otherType = !unboxedL->IsIntType() ? unboxedL : unboxedR; in ApplyConditionalOperatorPromotion() local