Searched defs:CommentNode (Results 1 – 1 of 1) sorted by relevance
2526 …explicit CommentNode(const MapleAllocator &allocator) : StmtNode(OP_comment), comment(allocator.Ge… in CommentNode() function2528 explicit CommentNode(const MIRModule &mod) : CommentNode(mod.GetCurFuncCodeMPAllocator()) {} in CommentNode() function2530 CommentNode(const MapleAllocator &allocator, const std::string &cmt) in CommentNode() function2535 …CommentNode(const MIRModule &mod, const std::string &cmt) : CommentNode(mod.GetCurFuncCodeMPAlloca… in CommentNode() function2537 CommentNode(const MapleAllocator &allocator, const CommentNode &node) in CommentNode() function2542 …CommentNode(const MIRModule &mod, const CommentNode &node) : CommentNode(mod.GetCurFuncCodeMPAlloc… in CommentNode() function