Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DThreadSafety.cpp789 SExpr MutID; member
793 : MutID(M), LDat(L) in FactEntry()
854 if (FM[FactIDs[i]].MutID.matches(M)) { in removeLock()
860 if (FM[FactIDs[n-1]].MutID.matches(M)) { in removeLock()
869 const SExpr &Exp = FM[*I].MutID; in findLock()
878 const SExpr &Exp = FM[*I].MutID; in findLockUniv()
887 const SExpr& Exp = FM[*I].MutID; in findPartialMatch()
1810 std::string PartMatchStr = FEntry->MutID.toString(); in warnIfMutexNotHeld()
2171 const SExpr &FSet2Mutex = FactMan[*I].MutID; in intersectAndWarn()
2204 const SExpr &FSet1Mutex = FactMan[*I].MutID; in intersectAndWarn()