Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBlockInCriticalSectionChecker.cpp58 class CallDescriptionBasedMatcher { class
63 CallDescriptionBasedMatcher(CallDescription &&LockFn, in CallDescriptionBasedMatcher() function in __anon83a18dc50111::CallDescriptionBasedMatcher
74 class FirstArgMutexDescriptor : public CallDescriptionBasedMatcher {
77 : CallDescriptionBasedMatcher(std::move(LockFn), std::move(UnlockFn)) {} in FirstArgMutexDescriptor()
84 class MemberMutexDescriptor : public CallDescriptionBasedMatcher {
87 : CallDescriptionBasedMatcher(std::move(LockFn), std::move(UnlockFn)) {} in MemberMutexDescriptor()