Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DThreadSafety.cpp87 void push_back_nodup(const CapabilityExpr &CapE) { in push_back_nodup() argument
89 return CapE.equals(CapE2); in push_back_nodup()
91 push_back(CapE); in push_back_nodup()
214 bool removeLock(FactManager& FM, const CapabilityExpr &CapE) { in removeLock() argument
220 if (FM[FactIDs[i]].matches(CapE)) { in removeLock()
226 if (FM[FactIDs[n-1]].matches(CapE)) { in removeLock()
233 iterator findLockIter(FactManager &FM, const CapabilityExpr &CapE) { in findLockIter() argument
235 return FM[ID].matches(CapE); in findLockIter()
239 const FactEntry *findLock(FactManager &FM, const CapabilityExpr &CapE) const { in findLock()
241 return FM[ID].matches(CapE); in findLock()
[all …]
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h306 bool matchesUniv(const CapabilityExpr &CapE) const { in matchesUniv() argument
307 return isUniversal() || matches(CapE); in matchesUniv()