|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
tools/clang/lib/Analysis/ThreadSafety.cpp 1811 if (VD) {
1827 A, Exp, D, VD);
1840 Analyzer->getMutexIDs(AssertLocks, A, Exp, D, VD);
1852 Analyzer->getMutexIDs(AssertLocks, A, Exp, D, VD);
1864 Analyzer->getMutexIDs(AssertLocks, A, Exp, D, VD);
1880 Analyzer->getMutexIDs(GenericLocksToRemove, A, Exp, D, VD);
1882 Analyzer->getMutexIDs(SharedLocksToRemove, A, Exp, D, VD);
1884 Analyzer->getMutexIDs(ExclusiveLocksToRemove, A, Exp, D, VD);
1900 A, Exp, D, VD);
1941 SourceLocation MLoc = VD->getLocation();
1942 DeclRefExpr DRE(VD->getASTContext(), VD, false, VD->getType(), VK_LValue,
1942 DeclRefExpr DRE(VD->getASTContext(), VD, false, VD->getType(), VK_LValue,
1942 DeclRefExpr DRE(VD->getASTContext(), VD, false, VD->getType(), VK_LValue,
1943 VD->getLocation());