Home
last modified time | relevance | path

Searched defs:operandType (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/expressions/
DupdateExpression.cpp58 checker::Type *operandType = argument_->Check(checker); in Check() local
DunaryExpression.cpp122 checker::Type *operandType = argument_->Check(checker); in Check() local
/arkcompiler/ets_frontend/es2panda/typescript/core/
Dhelpers.cpp299 Type *Checker::GetUnaryResultType(Type *operandType) in GetUnaryResultType()