Searched defs:StmtNode (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/include/ |
| D | phase_impl.h | 65 virtual void ProcessStmt(StmtNode &) {} in ProcessStmt() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/litecg/ |
| D | lmir_builder.h | 57 class StmtNode; variable
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | mir_nodes.h | 1706 …explicit StmtNode(Opcode o) : BaseNode(o), PtrListNodeBase(), stmtID(stmtIDNext), stmtOriginalID(s… in StmtNode() function 1711 StmtNode(Opcode o, uint8 numOpr) in StmtNode() function 1717 StmtNode(Opcode o, PrimType typ, uint8 numOpr) in StmtNode() function 1724 …StmtNode(Opcode o, PrimType typ, uint8 numOpr, const SrcPosition &srcPosition, uint32 stmtOriginal… in StmtNode() function
|