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

References

tools/clang/include/clang/Analysis/Analyses/ThreadSafetyTIL.h
 1540   int blockID() const { return BlockID; }
tools/clang/lib/Analysis/ThreadSafetyTIL.cpp
  174   BlockID = --ID;
  175   Blocks[BlockID] = this;
  200   BlockID = ID++;
  201   Blocks[BlockID] = this;
  213     if (Pred->BlockID >= BlockID) continue;
  213     if (Pred->BlockID >= BlockID) continue;
  222       if (Candidate->BlockID > Alternate->BlockID)
  222       if (Candidate->BlockID > Alternate->BlockID)
  240     if (Succ->BlockID <= BlockID) continue;
  240     if (Succ->BlockID <= BlockID) continue;
  249       if (Candidate->BlockID < Alternate->BlockID)
  249       if (Candidate->BlockID < Alternate->BlockID)
  298       Blocks[NI]->BlockID = NI;