clang
6.0.0
|
#include "clang/Analysis/Analyses/ThreadSafetyTIL.h"
#include "clang/Analysis/Analyses/ThreadSafetyTraverse.h"
Go to the source code of this file.
Functions | |
static void | computeNodeSize (BasicBlock *B, BasicBlock::TopologyNode BasicBlock::*TN) |
static void | computeNodeID (BasicBlock *B, BasicBlock::TopologyNode BasicBlock::*TN) |
|
inlinestatic |
Definition at line 281 of file ThreadSafetyTIL.cpp.
References clang::threadSafety::til::BasicBlock::TopologyNode::NodeID, P, and clang::threadSafety::til::BasicBlock::TopologyNode::Parent.
|
inlinestatic |
Definition at line 270 of file ThreadSafetyTIL.cpp.
References clang::threadSafety::til::BasicBlock::TopologyNode::NodeID, P, clang::threadSafety::til::BasicBlock::TopologyNode::Parent, and clang::threadSafety::til::BasicBlock::TopologyNode::SizeOfSubTree.