HomeSort by relevance Sort by last modified time
    Searched full:exitcontext (Results 1 - 7 of 7) sorted by null

  /external/llvm/tools/llvm-diff/
DiffConsumer.h 41 virtual void exitContext() = 0;
84 void exitContext() override;
DifferenceEngine.h 42 Engine.consumer.exitContext();
DiffConsumer.cpp 148 void DiffConsumer::exitContext() {
  /external/swiftshader/third_party/LLVM/tools/llvm-diff/
DiffConsumer.h 40 virtual void exitContext() = 0;
85 void exitContext();
DifferenceEngine.h 44 Engine.consumer.exitContext();
DiffConsumer.cpp 143 void DiffConsumer::exitContext() {
  /external/clang/lib/Analysis/
ThreadSafety.cpp 307 LocalVarContext ExitContext; // Context held at exit from block
322 : EntryContext(EmptyCtx), ExitContext(EmptyCtx), Reachable(false)
714 CurrBlockInfo->EntryContext = PrevBlockInfo->ExitContext;
720 PrevBlockInfo->ExitContext);
748 CurrBlockInfo->ExitContext = VMapBuilder.Ctx;
759 Context LoopEnd = CurrBlockInfo->ExitContext;
766 saveContext(nullptr, BlockInfo[exitID].ExitContext);
    [all...]

Completed in 5661 milliseconds