clang API Documentation
#include <ThreadSafetyTIL.h>
Public Member Functions | |
TopologyNode () | |
bool | isParentOf (const TopologyNode &OtherNode) |
bool | isParentOfOrEqual (const TopologyNode &OtherNode) |
Public Attributes | |
int | NodeID |
int | SizeOfSubTree |
BasicBlock * | Parent |
Definition at line 1530 of file ThreadSafetyTIL.h.
Definition at line 1531 of file ThreadSafetyTIL.h.
bool clang::threadSafety::til::BasicBlock::TopologyNode::isParentOf | ( | const TopologyNode & | OtherNode | ) | [inline] |
Definition at line 1533 of file ThreadSafetyTIL.h.
References NodeID.
bool clang::threadSafety::til::BasicBlock::TopologyNode::isParentOfOrEqual | ( | const TopologyNode & | OtherNode | ) | [inline] |
Definition at line 1538 of file ThreadSafetyTIL.h.
References NodeID.
Definition at line 1543 of file ThreadSafetyTIL.h.
Referenced by clang::threadSafety::til::computeNodeID(), clang::threadSafety::til::computeNodeSize(), isParentOf(), and isParentOfOrEqual().
Definition at line 1545 of file ThreadSafetyTIL.h.
Referenced by clang::threadSafety::til::computeNodeID(), and clang::threadSafety::til::computeNodeSize().
Definition at line 1544 of file ThreadSafetyTIL.h.
Referenced by clang::threadSafety::til::computeNodeSize().