Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DThreadSafety.cpp1299 if (Entry->shouldIgnore()) in addLock()
1338 if (Cp.shouldIgnore()) in removeLock()
1375 if (!Cp.shouldIgnore()) in getMutexIDs()
1387 if (!Cp.shouldIgnore()) in getMutexIDs()
1638 } else if (Cp.shouldIgnore()) { in warnIfMutexNotHeld()
1696 } else if (Cp.shouldIgnore()) { in warnIfMutexHeld()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h321 bool shouldIgnore() const { return CapExpr == nullptr; } in shouldIgnore() function