Home
last modified time | relevance | path

Searched refs:TCond (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Analysis/
DThreadSafety.cpp1591 bool getStaticBooleanValue(Expr* E, bool& TCond) { in getStaticBooleanValue() argument
1593 TCond = false; in getStaticBooleanValue()
1596 TCond = BLE->getValue(); in getStaticBooleanValue()
1599 TCond = ILE->getValue().getBoolValue(); in getStaticBooleanValue()
1602 return getStaticBooleanValue(CE->getSubExpr(), TCond); in getStaticBooleanValue()
1645 bool TCond = false; in getTrylockCallExpr() local
1646 if (getStaticBooleanValue(BOP->getRHS(), TCond)) { in getTrylockCallExpr()
1647 if (!TCond) Negate = !Negate; in getTrylockCallExpr()
1650 else if (getStaticBooleanValue(BOP->getLHS(), TCond)) { in getTrylockCallExpr()
1651 if (!TCond) Negate = !Negate; in getTrylockCallExpr()