Searched refs:TheCond (Results 1 – 2 of 2) sorted by relevance
31 ConditionalAssemblyType TheCond; variable35 AsmCond() : TheCond(NoCond), CondMet(false), Ignore(false) {} in AsmCond()
643 if (TheCondState.TheCond != StartingCondState.TheCond || in Run()3849 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIf()3896 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIfb()3920 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIfc()3985 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIfeqs()3997 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIfdef()4022 if (TheCondState.TheCond != AsmCond::IfCond && in parseDirectiveElseIf()4023 TheCondState.TheCond != AsmCond::ElseIfCond) in parseDirectiveElseIf()4026 TheCondState.TheCond = AsmCond::ElseIfCond; in parseDirectiveElseIf()4058 if (TheCondState.TheCond != AsmCond::IfCond && in parseDirectiveElse()[all …]