Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DConsumed.cpp973 RState = RTest.Var ? ThenStates->getState(RTest.Var) : CS_None; in splitVarStateForIfBinOp() local
983 } else if (LState == LTest.TestsFor && isKnownState(RState)) { in splitVarStateForIfBinOp()
984 if (RState == RTest.TestsFor) in splitVarStateForIfBinOp()
999 isKnownState(RState)) { in splitVarStateForIfBinOp()
1001 if (RState == RTest.TestsFor) in splitVarStateForIfBinOp()
1011 if (RState == CS_Unknown) in splitVarStateForIfBinOp()
1013 else if (RState == invertConsumedUnconsumed(RTest.TestsFor)) in splitVarStateForIfBinOp()
1017 if (RState == CS_Unknown) in splitVarStateForIfBinOp()
1020 else if (RState == RTest.TestsFor) in splitVarStateForIfBinOp()