Home
last modified time | relevance | path

Searched refs:ExitContext (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Analysis/
DThreadSafety.cpp913 LocalVarContext ExitContext; // Context held at exit from block member
928 : EntryContext(EmptyCtx), ExitContext(EmptyCtx), Reachable(false) in CFGBlockInfo()
1327 CurrBlockInfo->EntryContext = PrevBlockInfo->ExitContext; in traverseCFG()
1333 PrevBlockInfo->ExitContext); in traverseCFG()
1361 CurrBlockInfo->ExitContext = VMapBuilder.Ctx; in traverseCFG()
1372 Context LoopEnd = CurrBlockInfo->ExitContext; in traverseCFG()
1379 saveContext(0, BlockInfo[exitID].ExitContext); in traverseCFG()
1678 const LocalVarContext &LVarCtx = PredBlockInfo->ExitContext; in getEdgeLockset()