Searched refs:shouldIgnore (Results 1 – 2 of 2) sorted by relevance
1189 if (Entry->shouldIgnore()) in addLock()1229 if (Cp.shouldIgnore()) in removeLock()1264 if (!Cp.shouldIgnore()) in getMutexIDs()1276 if (!Cp.shouldIgnore()) in getMutexIDs()1514 } else if (Cp.shouldIgnore()) { in warnIfMutexNotHeld()1573 } else if (Cp.shouldIgnore()) { in warnIfMutexHeld()
303 bool shouldIgnore() const { return CapExpr == nullptr; } in shouldIgnore() function