Searched refs:CBS_Entry (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Analysis/
H A DThreadSafety.cpp892 enum CFGBlockSide { CBS_Entry, CBS_Exit }; enumerator in enum:CFGBlockSide
908 return Side == CBS_Entry ? EntrySet : ExitSet;
911 return Side == CBS_Entry ? EntryLoc : ExitLoc;

Completed in 373 milliseconds