Home
last modified time | relevance | path

Searched defs:rhsType (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/lib/
DTypeScriptLinter.ts1148 const rhsType = this.tsTypeChecker.getTypeAtLocation(tsRhsExpr); constant
1267 const rhsType = this.tsTypeChecker.getTypeAtLocation(decl.initializer ?? decl.name); constant
2747 const rhsType = this.tsTypeChecker.getTypeAtLocation(rhsExpr); constant
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Disel.cpp779 PrimType rhsType = stmt.GetRHS()->GetPrimType(); in SelectDassign() local
822 PrimType rhsType = stmt.GetRHS()->GetPrimType(); in SelectIassign() local
897 PrimType rhsType = stmt.Opnd(0)->GetPrimType(); in SelectRegassign() local
937 PrimType rhsType = expr.GetPrimType(); in SelectRegread() local
/arkcompiler/ets_frontend/ets2panda/linter/lib/utils/
DTsUtils.ts970 const rhsType = this.tsTypeChecker.getTypeAtLocation(initExpr); constant
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSGen.cpp690 const checker::Type *rhsType = node->Right()->TsType(); in IsInstanceDynamic() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_nodes.h2588 DassignoffNode(const StIdx &lhsStIdx, int32 dOffset, PrimType rhsType, BaseNode *rhsNode) in DassignoffNode()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp1638 PrimType rhsType = stmt.Opnd(0)->GetPrimType(); in SelectRegassign() local