Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DConsumed.cpp281 ConsumedState TestsFor; member
327 VarTest.TestsFor = TestsFor; in PropagationInfo()
346 BinTest.LTest.TestsFor = LTestsFor; in PropagationInfo()
348 BinTest.RTest.TestsFor = RTestsFor; in PropagationInfo()
715 LTest.TestsFor = CS_None; in VisitBinaryOperator()
722 RTest.TestsFor = CS_None; in VisitBinaryOperator()
946 } else if (VarState == Test.TestsFor) { in splitVarStateForIf()
967 if (RState == RTest.TestsFor) in splitVarStateForIfBinOp()
980 if (RState == RTest.TestsFor) in splitVarStateForIfBinOp()
998 else if (RState == RTest.TestsFor) in splitVarStateForIfBinOp()
[all …]