Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DThreadSafety.cpp1311 static bool getStaticBooleanValue(Expr *E, bool &TCond) { in getStaticBooleanValue() function
1322 return getStaticBooleanValue(CE->getSubExpr(), TCond); in getStaticBooleanValue()
1366 if (getStaticBooleanValue(BOP->getRHS(), TCond)) { in getTrylockCallExpr()
1371 if (getStaticBooleanValue(BOP->getLHS(), TCond)) { in getTrylockCallExpr()