Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_nodes.h2582 DassignoffNode() : UnaryStmtNode(OP_dassignoff), stIdx() {} in DassignoffNode() function
2584 explicit DassignoffNode(PrimType typ) : UnaryStmtNode(OP_dassignoff, typ), stIdx() {} in DassignoffNode() function
2586DassignoffNode(PrimType typ, BaseNode *opnd) : UnaryStmtNode(OP_dassignoff, typ, opnd), stIdx() {} in DassignoffNode() function
2588 DassignoffNode(const StIdx &lhsStIdx, int32 dOffset, PrimType rhsType, BaseNode *rhsNode) in DassignoffNode() function