Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallDescription.cpp60 return matchesImpl(FD, Call.getNumArgs(), Call.parameters().size()); in matches()
68 return matchesImpl(FD, CE.getNumArgs(), FD->param_size()); in matchesAsWritten()
113 bool ento::CallDescription::matchesImpl(const FunctionDecl *FD, size_t ArgCount, in matchesImpl() function in ento::CallDescription
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBlockInCriticalSectionChecker.cpp111 template <typename T> bool matchesImpl(const CallEvent &Call) const { in matchesImpl() function in __anon83a18dc50111::RAIIMutexDescriptor
125 return matchesImpl<CXXConstructorCall>(Call); in matches()
127 return matchesImpl<CXXDestructorCall>(Call); in matches()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallDescription.h185 bool matchesImpl(const FunctionDecl *Callee, size_t ArgCount,