Searched refs:FullyRemove (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | ThreadSafety.cpp | 144 bool FullyRemove, 903 bool FullyRemove, in handleUnlock() argument 1016 bool FullyRemove, in handleUnlock() argument 1022 ThreadSafetyHandler *TSHandler = FullyRemove ? nullptr : &Handler; in handleUnlock() 1032 if (FullyRemove) in handleUnlock() 1109 SourceLocation UnlockLoc, bool FullyRemove, LockKind Kind); 1359 bool FullyRemove, LockKind ReceivedKind) { in removeLock() argument 1380 LDat->handleUnlock(FSet, FactMan, Cp, UnlockLoc, FullyRemove, Handler); in removeLock()
|