Searched defs:NaryStmtNode (Results 1 – 1 of 1) sorted by relevance
1999 NaryStmtNode(MapleAllocator &allocator, Opcode o) : StmtNode(o), NaryOpnds(allocator) {} in NaryStmtNode() function2001 … NaryStmtNode(const MIRModule &mod, Opcode o) : NaryStmtNode(mod.GetCurFuncCodeMPAllocator(), o) {} in NaryStmtNode() function2003 NaryStmtNode(MapleAllocator &allocator, const NaryStmtNode &node) in NaryStmtNode() function2011 …NaryStmtNode(const MIRModule &mod, const NaryStmtNode &node) : NaryStmtNode(mod.GetCurFuncCodeMPAl… in NaryStmtNode() function