Home | History | Annotate | Download | only in MCParser

Lines Matching refs:CondMet

3556     TheCondState.CondMet = ExprValue;
3557 TheCondState.Ignore = !TheCondState.CondMet;
3579 TheCondState.CondMet = ExpectBlank == Str.empty();
3580 TheCondState.Ignore = !TheCondState.CondMet;
3609 TheCondState.CondMet = ExpectEqual == (Str1 == Str2);
3610 TheCondState.Ignore = !TheCondState.CondMet;
3634 TheCondState.CondMet = (Sym != NULL && !Sym->isUndefined());
3636 TheCondState.CondMet = (Sym == NULL || Sym->isUndefined());
3637 TheCondState.Ignore = !TheCondState.CondMet;
3655 if (LastIgnoreState || TheCondState.CondMet) {
3667 TheCondState.CondMet = ExprValue;
3668 TheCondState.Ignore = !TheCondState.CondMet;
3690 if (LastIgnoreState || TheCondState.CondMet)