Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafety.cpp1301 if (Entry->shouldIgnore()) in addLock()
1340 if (Cp.shouldIgnore()) in removeLock()
1377 if (!Cp.shouldIgnore()) in getMutexIDs()
1389 if (!Cp.shouldIgnore()) in getMutexIDs()
1640 } else if (Cp.shouldIgnore()) { in warnIfMutexNotHeld()
1698 } else if (Cp.shouldIgnore()) { in warnIfMutexHeld()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h321 bool shouldIgnore() const { return CapExpr == nullptr; } in shouldIgnore() function