Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DConsumed.cpp285 enum EffectiveOp { enum
302 EffectiveOp EOp;
328 PropagationInfo(const BinaryOperator *Source, EffectiveOp EOp, in PropagationInfo()
338 PropagationInfo(const BinaryOperator *Source, EffectiveOp EOp, in PropagationInfo()
401 EffectiveOp testEffectiveOp() const { in testEffectiveOp()
733 static_cast<EffectiveOp>(BinOp->getOpcode() == BO_LOr), LTest, RTest))); in VisitBinaryOperator()