Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafety.cpp1112 void getMutexIDs(CapExprSet &Mtxs, AttrType *Attr, const Expr *Exp,
1116 void getMutexIDs(CapExprSet &Mtxs, AttrType *Attr, const Expr *Exp,
1386 void ThreadSafetyAnalyzer::getMutexIDs(CapExprSet &Mtxs, AttrType *Attr, in getMutexIDs() function in ThreadSafetyAnalyzer
1418 void ThreadSafetyAnalyzer::getMutexIDs(CapExprSet &Mtxs, AttrType *Attr, in getMutexIDs() function in ThreadSafetyAnalyzer
1439 getMutexIDs(Mtxs, Attr, Exp, D); in getMutexIDs()
1559 getMutexIDs(Attr->isShared() ? SharedLocksToAdd : ExclusiveLocksToAdd, Attr, in getEdgeLockset()
1892 Analyzer->getMutexIDs(A->isShared() ? SharedLocksToAdd in handleCall()
1904 Analyzer->getMutexIDs(AssertLocks, A, Exp, D, Self); in handleCall()
1918 Analyzer->getMutexIDs(GenericLocksToRemove, A, Exp, D, Self); in handleCall()
1920 Analyzer->getMutexIDs(SharedLocksToRemove, A, Exp, D, Self); in handleCall()
[all …]