clang 22.0.0git
|
#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 1514 of file ThreadSafetyTIL.h.
|
default |
Referenced by isParentOf(), and isParentOfOrEqual().
|
inline |
Definition at line 1525 of file ThreadSafetyTIL.h.
References NodeID, SizeOfSubTree, and TopologyNode().
|
inline |
Definition at line 1530 of file ThreadSafetyTIL.h.
References NodeID, SizeOfSubTree, and TopologyNode().
int clang::threadSafety::til::BasicBlock::TopologyNode::NodeID = 0 |
Definition at line 1515 of file ThreadSafetyTIL.h.
Referenced by computeNodeID(), computeNodeSize(), isParentOf(), and isParentOfOrEqual().
BasicBlock* clang::threadSafety::til::BasicBlock::TopologyNode::Parent = nullptr |
Definition at line 1521 of file ThreadSafetyTIL.h.
Referenced by computeNodeID(), and computeNodeSize().
int clang::threadSafety::til::BasicBlock::TopologyNode::SizeOfSubTree = 0 |
Definition at line 1518 of file ThreadSafetyTIL.h.
Referenced by computeNodeSize(), isParentOf(), and isParentOfOrEqual().