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

References

tools/clang/lib/Analysis/ThreadSafety.cpp
  743          PE  = CurrBlock->pred_end(); PI != PE; ++PI) {
  743          PE  = CurrBlock->pred_end(); PI != PE; ++PI) {
  745       if (*PI == nullptr || !VisitedBlocks.alreadySet(*PI)) {
  745       if (*PI == nullptr || !VisitedBlocks.alreadySet(*PI)) {
  750       unsigned PrevBlockID = (*PI)->getBlockID();