Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Analysis/
H A DConsumed.cpp312 VarTestResult VarTest; member
320 PropagationInfo(const VarTestResult &VarTest) in PropagationInfo() argument
321 : InfoType(IT_VarTest), VarTest(VarTest) {} in PropagationInfo()
325 VarTest.Var = Var; in PropagationInfo()
326 VarTest.TestsFor = TestsFor; in PropagationInfo()
363 return VarTest; in getVarTest()
428 return PropagationInfo(VarTest.Var, in invertTest()
429 invertConsumedUnconsumed(VarTest.TestsFor)); in invertTest()