Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DThreadSafety.cpp1186 if (Entry->shouldIgnore()) in addLock()
1226 if (Cp.shouldIgnore()) in removeLock()
1261 if (!Cp.shouldIgnore()) in getMutexIDs()
1273 if (!Cp.shouldIgnore()) in getMutexIDs()
1511 } else if (Cp.shouldIgnore()) { in warnIfMutexNotHeld()
1570 } else if (Cp.shouldIgnore()) { in warnIfMutexHeld()
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyCommon.h305 bool shouldIgnore() const { return CapExpr == nullptr; } in shouldIgnore() function