clang
8.0.0
|
#include "clang/Analysis/Analyses/ThreadSafetyTIL.h"
Public Member Functions | |
TopologyNode ()=default | |
bool | isParentOf (const TopologyNode &OtherNode) |
bool | isParentOfOrEqual (const TopologyNode &OtherNode) |
Public Attributes | |
int | NodeID = 0 |
int | SizeOfSubTree = 0 |
BasicBlock * | Parent = nullptr |
Definition at line 1509 of file ThreadSafetyTIL.h.
|
default |
|
inline |
Definition at line 1520 of file ThreadSafetyTIL.h.
References NodeID.
|
inline |
Definition at line 1525 of file ThreadSafetyTIL.h.
References NodeID.
int clang::threadSafety::til::BasicBlock::TopologyNode::NodeID = 0 |
Definition at line 1510 of file ThreadSafetyTIL.h.
Referenced by computeNodeID(), computeNodeSize(), isParentOf(), and isParentOfOrEqual().
BasicBlock* clang::threadSafety::til::BasicBlock::TopologyNode::Parent = nullptr |
Definition at line 1516 of file ThreadSafetyTIL.h.
Referenced by computeNodeID(), computeNodeSize(), and clang::threadSafety::til::simplifyIncompleteArg().
int clang::threadSafety::til::BasicBlock::TopologyNode::SizeOfSubTree = 0 |
Definition at line 1513 of file ThreadSafetyTIL.h.
Referenced by computeNodeSize().