Searched defs:Mtxs (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Analysis/
H A DThreadSafety.cpp1457 void getMutexIDs(MutexIDList &Mtxs, AttrType *Attr, Expr *Exp,
1461 void getMutexIDs(MutexIDList &Mtxs, AttrType *Attr, Expr *Exp,
1546 /// and push them onto Mtxs, discarding any duplicates.
1548 void ThreadSafetyAnalyzer::getMutexIDs(MutexIDList &Mtxs, AttrType *Attr, argument
1559 Mtxs.push_back_nodup(Mu);
1568 Mtxs.push_back_nodup(Mu);
1574 /// trylock applies to the given edge, then push them onto Mtxs, discarding
1577 void ThreadSafetyAnalyzer::getMutexIDs(MutexIDList &Mtxs, AttrType *Attr, argument
1598 getMutexIDs(Mtxs, Attr, Exp, D);

Completed in 338 milliseconds