Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DConsumed.cpp273 ConsumedState TestsFor; member
316 PropagationInfo(const VarDecl *Var, ConsumedState TestsFor) in PropagationInfo() argument
319 VarTest.TestsFor = TestsFor; in PropagationInfo()
338 BinTest.LTest.TestsFor = LTestsFor; in PropagationInfo()
340 BinTest.RTest.TestsFor = RTestsFor; in PropagationInfo()
422 invertConsumedUnconsumed(VarTest.TestsFor)); in invertTest()
427 BinTest.LTest.Var, invertConsumedUnconsumed(BinTest.LTest.TestsFor), in invertTest()
428 BinTest.RTest.Var, invertConsumedUnconsumed(BinTest.RTest.TestsFor)); in invertTest()
707 LTest.TestsFor = CS_None; in VisitBinaryOperator()
714 RTest.TestsFor = CS_None; in VisitBinaryOperator()
[all …]