Lines Matching refs:TCond
1655 bool getStaticBooleanValue(Expr* E, bool& TCond) { in getStaticBooleanValue() argument
1657 TCond = false; in getStaticBooleanValue()
1660 TCond = BLE->getValue(); in getStaticBooleanValue()
1663 TCond = ILE->getValue().getBoolValue(); in getStaticBooleanValue()
1666 return getStaticBooleanValue(CE->getSubExpr(), TCond); in getStaticBooleanValue()
1709 bool TCond = false; in getTrylockCallExpr() local
1710 if (getStaticBooleanValue(BOP->getRHS(), TCond)) { in getTrylockCallExpr()
1711 if (!TCond) Negate = !Negate; in getTrylockCallExpr()
1714 TCond = false; in getTrylockCallExpr()
1715 if (getStaticBooleanValue(BOP->getLHS(), TCond)) { in getTrylockCallExpr()
1716 if (!TCond) Negate = !Negate; in getTrylockCallExpr()