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

References

tools/clang/lib/Analysis/ThreadSafety.cpp
  754         CurrBlockInfo->EntryContext = PrevBlockInfo->ExitContext;
  758         CurrBlockInfo->EntryContext =
  759           intersectContexts(CurrBlockInfo->EntryContext,
  767       CurrBlockInfo->EntryContext =
  768         createReferenceContext(CurrBlockInfo->EntryContext);
  771     saveContext(nullptr, CurrBlockInfo->EntryContext);
  772     CurrBlockInfo->EntryIndex = getContextIndex();
  775     VarMapBuilder VMapBuilder(this, CurrBlockInfo->EntryContext);
  787     CurrBlockInfo->ExitContext = VMapBuilder.Ctx;
  798       Context LoopEnd   = CurrBlockInfo->ExitContext;