reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
5071 TheCondState.CondMet = ExprValue; 5072 TheCondState.Ignore = !TheCondState.CondMet; 5093 TheCondState.CondMet = ExpectBlank == Str.empty(); 5094 TheCondState.Ignore = !TheCondState.CondMet; 5121 TheCondState.CondMet = ExpectEqual == (Str1.trim() == Str2.trim()); 5122 TheCondState.Ignore = !TheCondState.CondMet; 5160 TheCondState.CondMet = ExpectEqual == (String1 == String2); 5161 TheCondState.Ignore = !TheCondState.CondMet; 5183 TheCondState.CondMet = (Sym && !Sym->isUndefined(false)); 5185 TheCondState.CondMet = (!Sym || Sym->isUndefined(false)); 5186 TheCondState.Ignore = !TheCondState.CondMet; 5204 if (LastIgnoreState || TheCondState.CondMet) { 5216 TheCondState.CondMet = ExprValue; 5217 TheCondState.Ignore = !TheCondState.CondMet; 5238 if (LastIgnoreState || TheCondState.CondMet)