Home
last modified time | relevance | path

Searched refs:UnlockFn (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBlockInCriticalSectionChecker.cpp60 CallDescription UnlockFn; member in __anon83a18dc50111::CallDescriptionBasedMatcher
64 CallDescription &&UnlockFn) in CallDescriptionBasedMatcher() argument
65 : LockFn(std::move(LockFn)), UnlockFn(std::move(UnlockFn)) {} in CallDescriptionBasedMatcher()
70 return UnlockFn.matches(Call); in matches()
76 FirstArgMutexDescriptor(CallDescription &&LockFn, CallDescription &&UnlockFn) in FirstArgMutexDescriptor() argument
77 : CallDescriptionBasedMatcher(std::move(LockFn), std::move(UnlockFn)) {} in FirstArgMutexDescriptor()
86 MemberMutexDescriptor(CallDescription &&LockFn, CallDescription &&UnlockFn) in MemberMutexDescriptor() argument
87 : CallDescriptionBasedMatcher(std::move(LockFn), std::move(UnlockFn)) {} in MemberMutexDescriptor()