Home
last modified time | relevance | path

Searched defs:TopologyNode (Results 1 – 1 of 1) sorted by relevance

/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyTIL.h1529 struct TopologyNode { struct
1530 TopologyNode() : NodeID(0), SizeOfSubTree(0), Parent(nullptr) {} in TopologyNode() function
1532 bool isParentOf(const TopologyNode& OtherNode) { in isParentOf() argument
1537 bool isParentOfOrEqual(const TopologyNode& OtherNode) { in isParentOfOrEqual() argument
1542 int NodeID;
1543 int SizeOfSubTree; // Includes this node, so must be > 1.
1544 BasicBlock *Parent; // Pointer to parent.