Home | History | Annotate | Download | only in Core

Lines Matching defs:CO

1944       const ConditionalOperator *CO = cast<ConditionalOperator>(S);
1945 return CO->getCond() == Cond ||
1946 CO->getLHS() == Cond ||
1947 CO->getRHS() == Cond;