Home | History | Annotate | Download | only in Core

Lines Matching refs:CondV

1635   DefinedOrUnknownSVal CondV = CondV_untested.castAs<DefinedOrUnknownSVal>();
1667 CondV, CaseVal);
1673 // If CondV evaluates to a constant, then we know that this
1676 if (CondV.getAs<nonloc::ConcreteInt>())