Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/ir/expressions/
DupdateExpression.cpp60 checker::Type *operandType = argument_->Check(checker); in Check() local
DunaryExpression.cpp121 checker::Type *operandType = argument_->Check(checker); in Check() local
/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzerHelpers.cpp515 … ProcessExclamationMark(ETSChecker *checker, ir::UnaryExpression *expr, checker::Type *operandType) in ProcessExclamationMark() argument
540 …sTypeForUnaryExpression(ETSChecker *checker, ir::UnaryExpression *expr, checker::Type *operandType) in SetTsTypeForUnaryExpression() argument
DTSAnalyzer.cpp989 checker::Type *operandType = expr->argument_->Check(checker); in Check() local
1046 checker::Type *operandType = expr->argument_->Check(checker); in Check() local
DETSAnalyzer.cpp2595 …checker::Type *operandType = checker->ApplyUnaryOperatorPromotion(argType, true, true, isCondExpr); in Check() local
2649 checker::Type *operandType = expr->argument_->Check(checker); in Check() local
/arkcompiler/ets_frontend/es2panda/typescript/core/
Dhelpers.cpp291 Type *Checker::GetUnaryResultType(Type *operandType) in GetUnaryResultType()
/arkcompiler/ets_frontend/ets2panda/checker/ts/
Dhelpers.cpp309 Type *TSChecker::GetUnaryResultType(Type *operandType) in GetUnaryResultType()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dmcr_gate_meta_data.h364 static uint64_t ToValue(ParamType operandType, TypedBinOp binOp) in ToValue()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp1245 PrimType operandType = cmpNode.GetOpndType(); in SelectCondSpecialCase2() local