reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Analysis/ThreadSafety.cpp
 2282   BlockInfo.resize(CFGraph->getNumBlockIDs(),
 2289   PostOrderCFGView::CFGBlockSet VisitedBlocks(CFGraph);
 2292   BlockInfo[CFGraph->getEntry().getBlockID()].Reachable = true;
 2295   LocalVarMap.traverseCFG(CFGraph, SortedGraph, BlockInfo);
 2298   findBlockLocations(CFGraph, SortedGraph, BlockInfo);
 2511   CFGBlockInfo *Initial = &BlockInfo[CFGraph->getEntry().getBlockID()];
 2512   CFGBlockInfo *Final   = &BlockInfo[CFGraph->getExit().getBlockID()];