Home | History | Annotate | Download | only in Core

Lines Matching refs:CO

792     if (const ConditionalOperator *CO = dyn_cast<ConditionalOperator>(Ex)) {
794 SVal CondVal = State->getSVal(CO->getCond(), N->getLocationContext());
796 S = CO->getTrueExpr();
799 S = CO->getFalseExpr();