clang
6.0.0
|
#include "clang/Analysis/Analyses/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 1529 of file ThreadSafetyTIL.h.
|
inline |
Definition at line 1530 of file ThreadSafetyTIL.h.
|
inline |
Definition at line 1532 of file ThreadSafetyTIL.h.
References NodeID.
|
inline |
Definition at line 1537 of file ThreadSafetyTIL.h.
References NodeID.
int clang::threadSafety::til::BasicBlock::TopologyNode::NodeID |
Definition at line 1542 of file ThreadSafetyTIL.h.
Referenced by computeNodeID(), computeNodeSize(), isParentOf(), and isParentOfOrEqual().
BasicBlock* clang::threadSafety::til::BasicBlock::TopologyNode::Parent |
Definition at line 1544 of file ThreadSafetyTIL.h.
Referenced by computeNodeID(), computeNodeSize(), and clang::threadSafety::til::simplifyIncompleteArg().
int clang::threadSafety::til::BasicBlock::TopologyNode::SizeOfSubTree |
Definition at line 1543 of file ThreadSafetyTIL.h.
Referenced by computeNodeSize().