Searched refs:CondMet (Results 1 – 3 of 3) sorted by relevance
31 bool CondMet = false; variable
4694 TheCondState.CondMet = ExprValue; in parseDirectiveIf()4695 TheCondState.Ignore = !TheCondState.CondMet; in parseDirectiveIf()4717 TheCondState.CondMet = ExpectBlank == Str.empty(); in parseDirectiveIfb()4718 TheCondState.Ignore = !TheCondState.CondMet; in parseDirectiveIfb()4753 TheCondState.CondMet = in parseDirectiveIfidn()4756 TheCondState.CondMet = ExpectEqual == (String1 == String2); in parseDirectiveIfidn()4757 TheCondState.Ignore = !TheCondState.CondMet; in parseDirectiveIfidn()4793 TheCondState.CondMet = (is_defined == expect_defined); in parseDirectiveIfdef()4794 TheCondState.Ignore = !TheCondState.CondMet; in parseDirectiveIfdef()4813 if (LastIgnoreState || TheCondState.CondMet) { in parseDirectiveElseIf()[all …]
5145 TheCondState.CondMet = ExprValue; in parseDirectiveIf()5146 TheCondState.Ignore = !TheCondState.CondMet; in parseDirectiveIf()5166 TheCondState.CondMet = ExpectBlank == Str.empty(); in parseDirectiveIfb()5167 TheCondState.Ignore = !TheCondState.CondMet; in parseDirectiveIfb()5193 TheCondState.CondMet = ExpectEqual == (Str1.trim() == Str2.trim()); in parseDirectiveIfc()5194 TheCondState.Ignore = !TheCondState.CondMet; in parseDirectiveIfc()5237 TheCondState.CondMet = ExpectEqual == (String1 == String2); in parseDirectiveIfeqs()5238 TheCondState.Ignore = !TheCondState.CondMet; in parseDirectiveIfeqs()5261 TheCondState.CondMet = (Sym && !Sym->isUndefined()); in parseDirectiveIfdef()5263 TheCondState.CondMet = (!Sym || Sym->isUndefined()); in parseDirectiveIfdef()[all …]