Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DPthreadLockChecker.cpp33 struct LockState { struct
43 LockState(Kind K) : K(K) {} in LockState() argument
46 static LockState getLocked() { return LockState(Locked); } in getLocked() argument
47 static LockState getUnlocked() { return LockState(Unlocked); } in getUnlocked() argument
48 static LockState getDestroyed() { return LockState(Destroyed); } in getDestroyed() argument
49 static LockState getUntouchedAndPossiblyDestroyed() { in getUntouchedAndPossiblyDestroyed() argument
34 Kind__anon2fde34a60111::LockState global() argument
40 K__anon2fde34a60111::LockState global() argument
52 getUnlockedAndPossiblyDestroyed__anon2fde34a60111::LockState getUnlockedAndPossiblyDestroyed() argument
56 operator ==__anon2fde34a60111::LockState operator ==() argument
58 isLocked__anon2fde34a60111::LockState isLocked() argument
59 isUnlocked__anon2fde34a60111::LockState isUnlocked() argument
60 isDestroyed__anon2fde34a60111::LockState isDestroyed() argument
61 isUntouchedAndPossiblyDestroyed__anon2fde34a60111::LockState isUntouchedAndPossiblyDestroyed() argument
64 isUnlockedAndPossiblyDestroyed__anon2fde34a60111::LockState isUnlockedAndPossiblyDestroyed() argument
68 Profile__anon2fde34a60111::LockState Profile() argument
[all...]