Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DThreadSafety.cpp88 void push_back_nodup(const CapabilityExpr &CapE) { in push_back_nodup() argument
91 return CapE.equals(CapE2); in push_back_nodup()
94 push_back(CapE); in push_back_nodup()
217 bool removeLock(FactManager& FM, const CapabilityExpr &CapE) { in removeLock() argument
223 if (FM[FactIDs[i]].matches(CapE)) { in removeLock()
229 if (FM[FactIDs[n-1]].matches(CapE)) { in removeLock()
236 iterator findLockIter(FactManager &FM, const CapabilityExpr &CapE) { in findLockIter() argument
238 return FM[ID].matches(CapE); in findLockIter()
242 const FactEntry *findLock(FactManager &FM, const CapabilityExpr &CapE) const { in findLock()
244 return FM[ID].matches(CapE); in findLock()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h296 bool matchesUniv(const CapabilityExpr &CapE) const { in matchesUniv() argument
297 return isUniversal() || matches(CapE); in matchesUniv()