Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Analysis/
H A DConsumed.cpp280 ConsumedState TestsFor; member
326 VarTest.TestsFor = TestsFor; in PropagationInfo()
345 BinTest.LTest.TestsFor = LTestsFor; in PropagationInfo()
347 BinTest.RTest.TestsFor = RTestsFor; in PropagationInfo()
714 LTest.TestsFor = CS_None; in VisitBinaryOperator()
721 RTest.TestsFor = CS_None; in VisitBinaryOperator()
945 } else if (VarState == Test.TestsFor) { in splitVarStateForIf()
966 if (RState == RTest.TestsFor) in splitVarStateForIfBinOp()
979 if (RState == RTest.TestsFor) in splitVarStateForIfBinOp()
997 else if (RState == RTest.TestsFor) in splitVarStateForIfBinOp()
[all …]