Searched refs:CapE (Results 1 – 2 of 2) sorted by relevance
87 void push_back_nodup(const CapabilityExpr &CapE) { in push_back_nodup() argument89 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 …]
305 bool matchesUniv(const CapabilityExpr &CapE) const { in matchesUniv() argument306 return isUniversal() || matches(CapE); in matchesUniv()