Home | History | Annotate | Download | only in Core

Lines Matching defs:CO

1929       const ConditionalOperator *CO = cast<ConditionalOperator>(S);
1930 return CO->getCond() == Cond ||
1931 CO->getLHS() == Cond ||
1932 CO->getRHS() == Cond;