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

References

tools/clang/lib/Analysis/ThreadSafety.cpp
 1478     if (getStaticBooleanValue(COP->getTrueExpr(), TCond) &&
 1479         getStaticBooleanValue(COP->getFalseExpr(), FCond)) {
 1481         return getTrylockCallExpr(COP->getCond(), C, Negate);
 1484         return getTrylockCallExpr(COP->getCond(), C, Negate);