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

References

tools/clang/lib/Analysis/ThreadSafety.cpp
  814     CFGBlockInfo *CurrBlockInfo = &BlockInfo[CurrBlock->getBlockID()];
  818     if (const Stmt *S = CurrBlock->getTerminatorStmt()) {
  821       for (CFGBlock::const_reverse_iterator BI = CurrBlock->rbegin(),
  822            BE = CurrBlock->rend(); BI != BE; ++BI) {
  834       for (const auto &BI : *CurrBlock) {
  841     } else if (CurrBlock->pred_size() == 1 && *CurrBlock->pred_begin() &&
  841     } else if (CurrBlock->pred_size() == 1 && *CurrBlock->pred_begin() &&
  842                CurrBlock != &CFGraph->getExit()) {
  846           BlockInfo[(*CurrBlock->pred_begin())->getBlockID()].ExitLoc;