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);
  775     VarMapBuilder VMapBuilder(this, CurrBlockInfo->EntryContext);
  797       Context LoopBegin = BlockInfo[FirstLoopBlock->getBlockID()].EntryContext;
 1599         LVarCtx(Info.EntryContext), CtxIndex(Info.EntryIndex) {}