Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Analysis/
H A DConsumed.cpp280 ConsumedState TestsFor; member
323 PropagationInfo(const VarDecl *Var, ConsumedState TestsFor) in PropagationInfo() argument
326 VarTest.TestsFor = TestsFor; in PropagationInfo()
345 BinTest.LTest.TestsFor = LTestsFor; in PropagationInfo()
347 BinTest.RTest.TestsFor = RTestsFor; in PropagationInfo()
429 invertConsumedUnconsumed(VarTest.TestsFor)); in invertTest()
434 BinTest.LTest.Var, invertConsumedUnconsumed(BinTest.LTest.TestsFor), in invertTest()
435 BinTest.RTest.Var, invertConsumedUnconsumed(BinTest.RTest.TestsFor)); in invertTest()
714 LTest.TestsFor = CS_None; in VisitBinaryOperator()
721 RTest.TestsFor = CS_None; in VisitBinaryOperator()
[all …]