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

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

Completed in 213 milliseconds