reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/StaticAnalyzer/Checkers/PthreadLockChecker.cpp
   40   static LockState getUnlocked() { return LockState(Unlocked); }
   54   bool isUnlocked() const { return K == Unlocked; }