reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Analysis/ThreadSafety.cpp
 2198     if (Iter1 != FSet1.end()) LDat1 = &FactMan[*Iter1];
 2200     if (LDat1) {
 2201       if (LDat1->kind() != LDat2->kind()) {
 2203                                          LDat2->loc(), LDat1->loc());
 2204         if (Modify && LDat1->kind() != LK_Exclusive) {
 2209       else if (Modify && LDat1->asserted() && !LDat2->asserted()) {