Home
last modified time | relevance | path

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

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