Home
last modified time | relevance | path

Searched defs:leftOp (Results 1 – 20 of 20) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/checker/migration/
DModifyStateVarCheck.ts123 const leftOp = stmt.getLeftOp(); constant
138 const leftOp = stmt.getLeftOp(); constant
DInteropBoxedTypeCheck.ts250 const leftOp = stmt.getLeftOp(); constant
426 const leftOp = stmt.getLeftOp(); constant
DUtils.ts168 const leftOp = stmt.getLeftOp(); constant
DCustomBuilderCheck.ts84 const leftOp = stmt.getLeftOp(); constant
DInteropJSModifyPropertyCheck.ts256 const leftOp = stmt.getLeftOp(); constant
DInteropS2DObjectLiteralsCheck.ts297 const leftOp = stmt.getLeftOp(); constant
DThisBindCheck.ts227 const leftOp = assign.getLeftOp(); constant
DInteropAssignCheck.ts167 const leftOp = stmt.getLeftOp(); constant
DObjectLiteralCheck.ts139 const leftOp = stmt.getLeftOp(); constant
DInteropBackwardDFACheck.ts150 const leftOp = stmt.getLeftOp(); constant
DNoTSLikeAsCheck.ts201 const leftOp = usedStmt.getLeftOp(); constant
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstring_builder_optimizer.cpp66 auto leftOp = acc_.GetOpCode(left); in FindBuilderBegin() local
127 auto leftOp = acc_.GetOpCode(left); in VisitGateUse() local
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/save/source/
DSourceBody.ts276 const leftOp = (stmts[j] as ArkAssignStmt).getLeftOp(); constant
DSourceStmt.ts163 private leftOp: Value = ValueUtil.getUndefinedConst(); property in SourceAssignStmt
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/common/
DTypeInference.ts359 const leftOp = stmt.getLeftOp(); constant
461 const leftOp = stmt.getLeftOp(); constant
DArkIRTransformer.ts206 const leftOp = new ArkInstanceFieldRef(this.getThisLocal(), fieldSignature); constant
803 const leftOp = this.arkValueTransformer.generateTempLocal(value.getType()); constant
DIRInference.ts730 const leftOp = lastStmt.getLeftOp(); constant
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/base/
DStmt.ts315 private leftOp: Value; property in ArkAssignStmt
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/callgraph/pointerAnalysis/
DPagBuilder.ts1606 let leftOp = (cs.callStmt as ArkAssignStmt).getLeftOp() as Local; variable
1624 let leftOp = (cs.callStmt as ArkAssignStmt).getLeftOp() as Local; variable
1653 let leftOp = (cs.callStmt as ArkAssignStmt).getLeftOp() as Local; variable
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/model/builder/
DBodyBuilder.ts496 const leftOp = usedStmt.getLeftOp(); constant