Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallDescription.h133 friend bool matchesAny(const CallEvent &Call, const CallDescription &CD1) { in matchesAny() function
139 friend bool matchesAny(const CallEvent &Call, const CallDescription &CD1, in matchesAny() function
141 return CD1.matches(Call) || matchesAny(Call, CDs...); in matchesAny()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMmapWriteExecChecker.cpp51 if (matchesAny(Call, MmapFn, MprotectFn)) { in checkPreCall()
H A DChrootChecker.cpp120 if (matchesAny(Call, Chroot, Chdir)) in checkPreCall()