Searched refs:matchesAny (Results 1 – 3 of 3) sorted by relevance
133 friend bool matchesAny(const CallEvent &Call, const CallDescription &CD1) { in matchesAny() function139 friend bool matchesAny(const CallEvent &Call, const CallDescription &CD1, in matchesAny() function141 return CD1.matches(Call) || matchesAny(Call, CDs...); in matchesAny()
51 if (matchesAny(Call, MmapFn, MprotectFn)) { in checkPreCall()
120 if (matchesAny(Call, Chroot, Chdir)) in checkPreCall()