Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DThreadSafety.cpp909 struct CFGBlockInfo { struct
910 FactSet EntrySet; // Lockset held at entry to block
911 FactSet ExitSet; // Lockset held at exit from block
912 LocalVarContext EntryContext; // Context held at entry to block
913 LocalVarContext ExitContext; // Context held at exit from block
914 SourceLocation EntryLoc; // Location of first statement in block
915 SourceLocation ExitLoc; // Location of last statement in block.
916 unsigned EntryIndex; // Used to replay contexts later
917 bool Reachable; // Is this block reachable?
919 const FactSet &getSet(CFGBlockSide Side) const { in getSet()
[all …]