Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DConsumed.cpp979 RState = RTest.Var ? ThenStates->getState(RTest.Var) : CS_None; in splitVarStateForIfBinOp() local
989 } else if (LState == LTest.TestsFor && isKnownState(RState)) { in splitVarStateForIfBinOp()
990 if (RState == RTest.TestsFor) in splitVarStateForIfBinOp()
1005 isKnownState(RState)) { in splitVarStateForIfBinOp()
1007 if (RState == RTest.TestsFor) in splitVarStateForIfBinOp()
1017 if (RState == CS_Unknown) in splitVarStateForIfBinOp()
1019 else if (RState == invertConsumedUnconsumed(RTest.TestsFor)) in splitVarStateForIfBinOp()
1023 if (RState == CS_Unknown) in splitVarStateForIfBinOp()
1026 else if (RState == RTest.TestsFor) in splitVarStateForIfBinOp()