Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DConsumed.cpp313 VarTestResult VarTest; member
321 PropagationInfo(const VarTestResult &VarTest) in PropagationInfo() argument
322 : InfoType(IT_VarTest), VarTest(VarTest) {} in PropagationInfo()
326 VarTest.Var = Var; in PropagationInfo()
327 VarTest.TestsFor = TestsFor; in PropagationInfo()
364 return VarTest; in getVarTest()
429 return PropagationInfo(VarTest.Var, in invertTest()
430 invertConsumedUnconsumed(VarTest.TestsFor)); in invertTest()