Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/ir/expressions/
H A DupdateExpression.cpp63 checker::Type *operandType = argument_->Check(checker); in Check() local
H A DunaryExpression.cpp122 checker::Type *operandType = argument_->Check(checker); in Check() local
/arkcompiler/ets_frontend/es2panda/typescript/core/
H A Dhelpers.cpp301 Type *Checker::GetUnaryResultType(Type *operandType) in GetUnaryResultType() argument
/arkcompiler/ets_frontend/ets2panda/checker/ts/
H A Dhelpers.cpp299 Type *TSChecker::GetUnaryResultType(Type *operandType) in GetUnaryResultType() argument
/arkcompiler/ets_frontend/ets2panda/checker/
H A DETSAnalyzerHelpers.cpp409 void ProcessExclamationMark(ETSChecker *checker, ir::UnaryExpression *expr, checker::Type *operandType) in ProcessExclamationMark() argument
436 void SetTsTypeForUnaryExpression(ETSChecker *checker, ir::UnaryExpression *expr, checker::Type *operandType) in SetTsTypeForUnaryExpression() argument
[all...]
H A DTSAnalyzer.cpp979 checker::Type *operandType = expr->argument_->Check(checker); in Check() local
1036 checker::Type *operandType = expr->argument_->Check(checker); in Check() local
[all...]
H A DETSAnalyzer.cpp1745 checker::Type *operandType = checker->ApplyUnaryOperatorPromotion(argType, true, true, isCondExpr); in Check() local
1802 checker::Type *operandType = expr->argument_->Check(checker); in Check() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dmcr_gate_meta_data.h283 static uint64_t ToValue(ParamType operandType, TypedBinOp binOp) in ToValue() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_cgfunc.cpp1313 PrimType operandType = cmpNode.GetOpndType(); in SelectCondSpecialCase2() local

Completed in 18 milliseconds