Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_nodes.h2526 …explicit CommentNode(const MapleAllocator &allocator) : StmtNode(OP_comment), comment(allocator.Ge… in CommentNode() function
2528 explicit CommentNode(const MIRModule &mod) : CommentNode(mod.GetCurFuncCodeMPAllocator()) {} in CommentNode() function
2530 CommentNode(const MapleAllocator &allocator, const std::string &cmt) in CommentNode() function
2535CommentNode(const MIRModule &mod, const std::string &cmt) : CommentNode(mod.GetCurFuncCodeMPAlloca… in CommentNode() function
2537 CommentNode(const MapleAllocator &allocator, const CommentNode &node) in CommentNode() function
2542CommentNode(const MIRModule &mod, const CommentNode &node) : CommentNode(mod.GetCurFuncCodeMPAlloc… in CommentNode() function