Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/litecg/
Dlmir_builder.h55 class StmtNode; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_nodes.h1024 …explicit StmtNode(Opcode o) : BaseNode(o), PtrListNodeBase(), stmtID(stmtIDNext), stmtOriginalID(s… in StmtNode() function
1029 StmtNode(Opcode o, uint8 numOpr) in StmtNode() function
1035 StmtNode(Opcode o, PrimType typ, uint8 numOpr) in StmtNode() function
1042StmtNode(Opcode o, PrimType typ, uint8 numOpr, const SrcPosition &srcPosition, uint32 stmtOriginal… in StmtNode() function