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

References

tools/clang/lib/Analysis/ThreadSafety.cpp
 1453     if (BOP->getOpcode() == BO_EQ || BOP->getOpcode() == BO_NE) {
 1453     if (BOP->getOpcode() == BO_EQ || BOP->getOpcode() == BO_NE) {
 1454       if (BOP->getOpcode() == BO_NE)
 1458       if (getStaticBooleanValue(BOP->getRHS(), TCond)) {
 1460         return getTrylockCallExpr(BOP->getLHS(), C, Negate);
 1463       if (getStaticBooleanValue(BOP->getLHS(), TCond)) {
 1465         return getTrylockCallExpr(BOP->getRHS(), C, Negate);
 1469     if (BOP->getOpcode() == BO_LAnd) {
 1471       return getTrylockCallExpr(BOP->getRHS(), C, Negate);
 1473     if (BOP->getOpcode() == BO_LOr)
 1474       return getTrylockCallExpr(BOP->getRHS(), C, Negate);