Searched refs:shouldIgnore (Results 1 – 5 of 5) sorted by relevance
59 bool APIIgnoresList::shouldIgnore(StringRef SymbolName) const { in shouldIgnore() function in APIIgnoresList
59 bool shouldIgnore(llvm::StringRef SymbolName) const;
1323 if (Entry->shouldIgnore()) in addLock()1360 if (Cp.shouldIgnore()) in removeLock()1397 if (!Cp.shouldIgnore()) in getMutexIDs()1409 if (!Cp.shouldIgnore()) in getMutexIDs()1639 } else if (Cp.shouldIgnore()) { in warnIfMutexNotHeld()1698 } else if (Cp.shouldIgnore()) { in warnIfMutexHeld()1933 if (!Scp.shouldIgnore()) in handleCall()1944 if (!Scp.shouldIgnore()) in handleCall()2064 !Scp.shouldIgnore() ? FactEntry::Managed : FactEntry::Acquired; in handleCall()2072 if (!Scp.shouldIgnore()) { in handleCall()
341 bool shouldIgnore() const { return sexpr() == nullptr; } in shouldIgnore() function
695 if (IgnoresList.shouldIgnore(Record->Name)) in shouldSkip()