Searched defs:TestsFor (Results 1 - 1 of 1) sorted by path

/external/clang/lib/Analysis/
H A DConsumed.cpp278 ConsumedState TestsFor; member in struct:__anon17774::VarTestResult
321 PropagationInfo(const VarDecl *Var, ConsumedState TestsFor) argument
325 VarTest.TestsFor = TestsFor;
346 BinTest.LTest.TestsFor = LTestsFor;
348 BinTest.RTest.TestsFor = RTestsFor;
431 invertConsumedUnconsumed(VarTest.TestsFor));
436 BinTest.LTest.Var, invertConsumedUnconsumed(BinTest.LTest.TestsFor),
437 BinTest.RTest.Var, invertConsumedUnconsumed(BinTest.RTest.TestsFor));
714 LTest.TestsFor
[all...]

Completed in 169 milliseconds