Searched defs:stmtNode (Results 1 – 4 of 4) sorted by relevance
81 …for (StmtNode *stmtNode = block.GetFirst(), *next = nullptr; stmtNode != nullptr; stmtNode = next)… in ProcessBlock() local
189 bool MIRParser::ParseNaryExpr(NaryStmtNode &stmtNode) in ParseNaryExpr()
217 void BlockNode::ReplaceStmtWithBlock(StmtNode &stmtNode, BlockNode &blk) in ReplaceStmtWithBlock()
3626 …explicit SafetyCheckStmtNode(const SafetyCheckStmtNode &stmtNode) : funcNameIdx(stmtNode.GetFuncNa… in SafetyCheckStmtNode()3653 explicit SafetyCallCheckStmtNode(const SafetyCallCheckStmtNode &stmtNode) in SafetyCallCheckStmtNode()3735 AssertBoundaryStmtNode(MapleAllocator &allocator, const AssertBoundaryStmtNode &stmtNode) in AssertBoundaryStmtNode()3769 … CallAssertBoundaryStmtNode(MapleAllocator &allocator, const CallAssertBoundaryStmtNode &stmtNode) in CallAssertBoundaryStmtNode()