Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DConsumed.cpp305 VarTestResult VarTest; member
313 PropagationInfo(const VarTestResult &VarTest) in PropagationInfo() argument
314 : InfoType(IT_VarTest), VarTest(VarTest) {} in PropagationInfo()
318 VarTest.Var = Var; in PropagationInfo()
319 VarTest.TestsFor = TestsFor; in PropagationInfo()
356 return VarTest; in getVarTest()
421 return PropagationInfo(VarTest.Var, in invertTest()
422 invertConsumedUnconsumed(VarTest.TestsFor)); in invertTest()