Lines Matching refs:CondMet
4386 TheCondState.CondMet = ExprValue;
4387 TheCondState.Ignore = !TheCondState.CondMet;
4409 TheCondState.CondMet = ExpectBlank == Str.empty();
4410 TheCondState.Ignore = !TheCondState.CondMet;
4440 TheCondState.CondMet = ExpectEqual == (Str1.trim() == Str2.trim());
4441 TheCondState.Ignore = !TheCondState.CondMet;
4487 TheCondState.CondMet = ExpectEqual == (String1 == String2);
4488 TheCondState.Ignore = !TheCondState.CondMet;
4511 TheCondState.CondMet = (Sym && !Sym->isUndefined());
4513 TheCondState.CondMet = (!Sym || Sym->isUndefined());
4514 TheCondState.Ignore = !TheCondState.CondMet;
4532 if (LastIgnoreState || TheCondState.CondMet) {
4544 TheCondState.CondMet = ExprValue;
4545 TheCondState.Ignore = !TheCondState.CondMet;
4567 if (LastIgnoreState || TheCondState.CondMet)