Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DThreadSafety.cpp743 struct LockData { struct
744 SourceLocation AcquireLoc;
752 LockKind LKind;
753 bool Managed; // for ScopedLockable objects
754 SExpr UnderlyingMutex; // for ScopedLockable objects
756 LockData(SourceLocation AcquireLoc, LockKind LKind, bool M = false) in LockData() argument
761 LockData(SourceLocation AcquireLoc, LockKind LKind, const SExpr &Mu) in LockData() argument
766 bool operator==(const LockData &other) const { in operator ==()
770 bool operator!=(const LockData &other) const { in operator !=()
774 void Profile(llvm::FoldingSetNodeID &ID) const { in Profile()
[all …]