Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Disel.cpp682 PrimType rhsType = stmt.GetRHS()->GetPrimType(); in SelectDassign() local
698 PrimType rhsType = stmt.GetRHS()->GetPrimType(); in SelectIassign() local
756 PrimType rhsType = stmt.Opnd(0)->GetPrimType(); in SelectRegassign() local
783 PrimType rhsType = expr.GetPrimType(); in SelectRegread() local
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/utils/
DTsUtils.ts1250 const rhsType = this.tsTypeChecker.getTypeAtLocation(initExpr); constant
2059 const rhsType = this.tsTypeChecker.getTypeAtLocation(rhsExpr); constant
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DTypeScriptLinter.ts2400 const rhsType = this.tsTypeChecker.getTypeAtLocation(tsRhsExpr); constant
2723 const rhsType = this.tsTypeChecker.getTypeAtLocation(decl.initializer ?? decl.name); constant
6231 const rhsType = this.tsTypeChecker.getTypeAtLocation(rhsExpr); constant
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSGen.cpp719 const checker::Type *rhsType = node->Right()->TsType(); in IsInstanceDynamic() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp724 PrimType rhsType = stmt.Opnd(0)->GetPrimType(); in SelectRegassign() local