Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/ir/expressions/
DupdateExpression.cpp63 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()
/arkcompiler/ets_frontend/ets2panda/checker/ts/
Dhelpers.cpp300 Type *TSChecker::GetUnaryResultType(Type *operandType) in GetUnaryResultType()
/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzer.cpp1524 … ProcessExclamationMark(ETSChecker *checker, ir::UnaryExpression *expr, checker::Type *operandType) in ProcessExclamationMark() argument
1549 …sTypeForUnaryExpression(ETSChecker *checker, ir::UnaryExpression *expr, checker::Type *operandType, in SetTsTypeForUnaryExpression() argument
1608 …checker::Type *operandType = checker->ApplyUnaryOperatorPromotion(argType, true, true, isCondExpr); in Check() local
1660 checker::Type *operandType = expr->argument_->Check(checker); in Check() local
DTSAnalyzer.cpp1076 checker::Type *operandType = expr->argument_->Check(checker); in Check() local
1133 checker::Type *operandType = expr->argument_->Check(checker); in Check() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp3969 PrimType operandType = cmpNode.GetOpndType(); in SelectCondSpecialCase2() local