Searched refs:CondMet (Results 1 – 2 of 2) sorted by relevance
32 bool CondMet; variable35 AsmCond() : TheCond(NoCond), CondMet(false), Ignore(false) {} in AsmCond()
2311 TheCondState.CondMet = ExprValue; in ParseDirectiveIf()2312 TheCondState.Ignore = !TheCondState.CondMet; in ParseDirectiveIf()2334 TheCondState.CondMet = (Sym != NULL && !Sym->isUndefined()); in ParseDirectiveIfdef()2336 TheCondState.CondMet = (Sym == NULL || Sym->isUndefined()); in ParseDirectiveIfdef()2337 TheCondState.Ignore = !TheCondState.CondMet; in ParseDirectiveIfdef()2355 if (LastIgnoreState || TheCondState.CondMet) { in ParseDirectiveElseIf()2368 TheCondState.CondMet = ExprValue; in ParseDirectiveElseIf()2369 TheCondState.Ignore = !TheCondState.CondMet; in ParseDirectiveElseIf()2391 if (LastIgnoreState || TheCondState.CondMet) in ParseDirectiveElse()