HomeSort by relevance Sort by last modified time
    Searched refs:EntryContext (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Analysis/
ThreadSafety.cpp 306 LocalVarContext EntryContext; // Context held at entry to block
322 : EntryContext(EmptyCtx), ExitContext(EmptyCtx), Reachable(false)
714 CurrBlockInfo->EntryContext = PrevBlockInfo->ExitContext;
718 CurrBlockInfo->EntryContext =
719 intersectContexts(CurrBlockInfo->EntryContext,
727 CurrBlockInfo->EntryContext =
728 createReferenceContext(CurrBlockInfo->EntryContext);
731 saveContext(nullptr, CurrBlockInfo->EntryContext);
735 VarMapBuilder VMapBuilder(this, CurrBlockInfo->EntryContext);
758 Context LoopBegin = BlockInfo[FirstLoopBlock->getBlockID()].EntryContext;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h 432 IN PVOID EntryContext);
438 PVOID EntryContext;
    [all...]

Completed in 166 milliseconds