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.cpp59 class CallDescriptionBasedMatcher { class
64 CallDescriptionBasedMatcher(CallDescription &&LockFn, in CallDescriptionBasedMatcher() function in __anon83a18dc50111::CallDescriptionBasedMatcher
75 class FirstArgMutexDescriptor : public CallDescriptionBasedMatcher {
78 : CallDescriptionBasedMatcher(std::move(LockFn), std::move(UnlockFn)) {} in FirstArgMutexDescriptor()
85 class MemberMutexDescriptor : public CallDescriptionBasedMatcher {
88 : CallDescriptionBasedMatcher(std::move(LockFn), std::move(UnlockFn)) {} in MemberMutexDescriptor()