Home
last modified time | relevance | path

Searched defs:operandType (Results 1 – 9 of 9) 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/ets2panda/checker/
DETSAnalyzerHelpers.cpp406 … ProcessExclamationMark(ETSChecker *checker, ir::UnaryExpression *expr, checker::Type *operandType) in ProcessExclamationMark() argument
431 …sTypeForUnaryExpression(ETSChecker *checker, ir::UnaryExpression *expr, checker::Type *operandType) in SetTsTypeForUnaryExpression() argument
DETSAnalyzer.cpp1498 …checker::Type *operandType = checker->ApplyUnaryOperatorPromotion(argType, true, true, isCondExpr); in Check() local
1555 checker::Type *operandType = expr->argument_->Check(checker); in Check() local
DTSAnalyzer.cpp979 checker::Type *operandType = expr->argument_->Check(checker); in Check() local
1036 checker::Type *operandType = expr->argument_->Check(checker); in Check() local
/arkcompiler/ets_frontend/es2panda/typescript/core/
Dhelpers.cpp301 Type *Checker::GetUnaryResultType(Type *operandType) in GetUnaryResultType()
/arkcompiler/ets_frontend/ets2panda/checker/ts/
Dhelpers.cpp299 Type *TSChecker::GetUnaryResultType(Type *operandType) in GetUnaryResultType()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dmcr_gate_meta_data.h283 static uint64_t ToValue(ParamType operandType, TypedBinOp binOp) in ToValue()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp3366 PrimType operandType = cmpNode.GetOpndType(); in SelectCondSpecialCase2() local