Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DConsumed.cpp315 BinTestTy BinTest; member
332 BinTest.Source = Source; in PropagationInfo()
333 BinTest.EOp = EOp; in PropagationInfo()
334 BinTest.LTest = LTest; in PropagationInfo()
335 BinTest.RTest = RTest; in PropagationInfo()
368 return BinTest.LTest; in getLTest()
373 return BinTest.RTest; in getRTest()
401 return BinTest.EOp; in testEffectiveOp()
406 return BinTest.Source; in testSourceNode()
434 BinTest.LTest.Var, invertConsumedUnconsumed(BinTest.LTest.TestsFor), in invertTest()
[all …]