Home
last modified time | relevance | path

Searched defs:CFGBlockInfo (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Analysis/
DThreadSafety.cpp303 struct CFGBlockInfo { struct
304 FactSet EntrySet; // Lockset held at entry to block
305 FactSet ExitSet; // Lockset held at exit from block
306 LocalVarContext EntryContext; // Context held at entry to block
307 LocalVarContext ExitContext; // Context held at exit from block
308 SourceLocation EntryLoc; // Location of first statement in block
309 SourceLocation ExitLoc; // Location of last statement in block.
310 unsigned EntryIndex; // Used to replay contexts later
311 bool Reachable; // Is this block reachable?
313 const FactSet &getSet(CFGBlockSide Side) const { in getSet()
[all …]