Searched defs:IsSameContent (Results 1 – 2 of 2) sorted by relevance
2603 bool UnaryNode::IsSameContent(const BaseNode *node) const in IsSameContent() function in maple::UnaryNode2615 bool TypeCvtNode::IsSameContent(const BaseNode *node) const in IsSameContent() function in maple::TypeCvtNode2626 bool IreadNode::IsSameContent(const BaseNode *node) const in IsSameContent() function in maple::IreadNode2637 bool IreadoffNode::IsSameContent(const BaseNode *node) const in IsSameContent() function in maple::IreadoffNode2648 bool IreadFPoffNode::IsSameContent(const BaseNode *node) const in IsSameContent() function in maple::IreadFPoffNode2660 bool BinaryOpnds::IsSameContent(const BaseNode *node) const in IsSameContent() function in maple::BinaryOpnds2671 bool BinaryNode::IsSameContent(const BaseNode *node) const in IsSameContent() function in maple::BinaryNode2683 bool ConstvalNode::IsSameContent(const BaseNode *node) const in IsSameContent() function in maple::ConstvalNode2708 bool ConststrNode::IsSameContent(const BaseNode *node) const in IsSameContent() function in maple::ConststrNode2717 bool Conststr16Node::IsSameContent(const BaseNode *node) const in IsSameContent() function in maple::Conststr16Node[all …]
215 virtual bool IsSameContent([[maybe_unused]] const BaseNode *node) const in IsSameContent() function