Searched refs:CondMet (Results 1 – 2 of 2) sorted by relevance
32 bool CondMet; variable35 AsmCond() : TheCond(NoCond), CondMet(false), Ignore(false) {} in AsmCond()
4019 TheCondState.CondMet = ExprValue; in parseDirectiveIf()4020 TheCondState.Ignore = !TheCondState.CondMet; in parseDirectiveIf()4042 TheCondState.CondMet = ExpectBlank == Str.empty(); in parseDirectiveIfb()4043 TheCondState.Ignore = !TheCondState.CondMet; in parseDirectiveIfb()4073 TheCondState.CondMet = ExpectEqual == (Str1.trim() == Str2.trim()); in parseDirectiveIfc()4074 TheCondState.Ignore = !TheCondState.CondMet; in parseDirectiveIfc()4120 TheCondState.CondMet = ExpectEqual == (String1 == String2); in parseDirectiveIfeqs()4121 TheCondState.Ignore = !TheCondState.CondMet; in parseDirectiveIfeqs()4144 TheCondState.CondMet = (Sym && !Sym->isUndefined()); in parseDirectiveIfdef()4146 TheCondState.CondMet = (!Sym || Sym->isUndefined()); in parseDirectiveIfdef()[all …]