Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DThreadSafety.cpp897 struct CFGBlockInfo { struct
898 FactSet EntrySet; // Lockset held at entry to block
899 FactSet ExitSet; // Lockset held at exit from block
900 LocalVarContext EntryContext; // Context held at entry to block
901 LocalVarContext ExitContext; // Context held at exit from block
902 SourceLocation EntryLoc; // Location of first statement in block
903 SourceLocation ExitLoc; // Location of last statement in block.
904 unsigned EntryIndex; // Used to replay contexts later
905 bool Reachable; // Is this block reachable?
907 const FactSet &getSet(CFGBlockSide Side) const { in getSet()
[all …]