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

/external/clang/lib/Analysis/
H A DThreadSafety.cpp1473 void intersectAndWarn(FactSet &FSet1, const FactSet &FSet2,
1478 void intersectAndWarn(FactSet &FSet1, const FactSet &FSet2, argument
1481 intersectAndWarn(FSet1, FSet2, JoinLoc, LEK1, LEK1, Modify);
2190 /// \param FSet2 The second lockset.
2195 const FactSet &FSet2,
2202 // Find locks in FSet2 that conflict or are not in FSet1, and warn.
2203 for (FactSet::const_iterator I = FSet2.begin(), E = FSet2.end();
2216 // Take the exclusive lock, which is the one in FSet2.
2221 // The non-asserted lock in FSet2 i
2194 intersectAndWarn(FactSet &FSet1, const FactSet &FSet2, SourceLocation JoinLoc, LockErrorKind LEK1, LockErrorKind LEK2, bool Modify) argument
[all...]

Completed in 60 milliseconds