Searched defs:CommentNode (Results 1 – 1 of 1) sorted by relevance
4254 …explicit CommentNode(const MapleAllocator &allocator) : StmtNode(OP_comment), comment(allocator.Ge… in CommentNode() function4256 explicit CommentNode(const MIRModule &mod) : CommentNode(mod.GetCurFuncCodeMPAllocator()) {} in CommentNode() function4258 CommentNode(const MapleAllocator &allocator, const std::string &cmt) in CommentNode() function4263 …CommentNode(const MIRModule &mod, const std::string &cmt) : CommentNode(mod.GetCurFuncCodeMPAlloca… in CommentNode() function4265 CommentNode(const MapleAllocator &allocator, const CommentNode &node) in CommentNode() function4270 …CommentNode(const MIRModule &mod, const CommentNode &node) : CommentNode(mod.GetCurFuncCodeMPAlloc… in CommentNode() function