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

References

tools/clang/lib/Analysis/ThreadSafety.cpp
 1417     return getStaticBooleanValue(CE->getSubExpr(), TCond);
 1458       if (getStaticBooleanValue(BOP->getRHS(), TCond)) {
 1463       if (getStaticBooleanValue(BOP->getLHS(), TCond)) {
 1478     if (getStaticBooleanValue(COP->getTrueExpr(), TCond) &&
 1479         getStaticBooleanValue(COP->getFalseExpr(), FCond)) {