Home
last modified time | relevance | path

Searched refs:shouldIgnore (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Analysis/
DThreadSafety.cpp1189 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()
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyCommon.h303 bool shouldIgnore() const { return CapExpr == nullptr; } in shouldIgnore() function