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

References

tools/clang/lib/StaticAnalyzer/Checkers/PthreadLockChecker.cpp
   50     return K == X.K;
   50     return K == X.K;
   53   bool isLocked() const { return K == Locked; }
   54   bool isUnlocked() const { return K == Unlocked; }
   55   bool isDestroyed() const { return K == Destroyed; }
   57     return K == UntouchedAndPossiblyDestroyed;
   60     return K == UnlockedAndPossiblyDestroyed;
   64     ID.AddInteger(K);