Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
220 if (FM[FactIDs[i]].matches(CapE)) { in removeLock()
226 if (FM[FactIDs[n-1]].matches(CapE)) { in removeLock()
235 return FM[ID].matches(CapE); in findLockIter()
241 return FM[ID].matches(CapE); in findLock()
249 return FM[ID].matchesUniv(CapE); in findLockUniv()
257 return FM[ID].partiallyMatches(CapE); in findPartialMatch()
1023 bool inCurrentScope(const CapabilityExpr &CapE);
[all …]
/llvm-project-15.0.7/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h305 bool matchesUniv(const CapabilityExpr &CapE) const { in matchesUniv() argument
306 return isUniversal() || matches(CapE); in matchesUniv()