Searched refs:TheCond (Results 1 – 2 of 2) sorted by relevance
31 ConditionalAssemblyType TheCond; variable35 AsmCond() : TheCond(NoCond), CondMet(false), Ignore(false) {} in AsmCond()
666 if (TheCondState.TheCond != StartingCondState.TheCond || in Run()3983 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIf()4030 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIfb()4054 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIfc()4119 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIfeqs()4131 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIfdef()4156 if (TheCondState.TheCond != AsmCond::IfCond && in parseDirectiveElseIf()4157 TheCondState.TheCond != AsmCond::ElseIfCond) in parseDirectiveElseIf()4160 TheCondState.TheCond = AsmCond::ElseIfCond; in parseDirectiveElseIf()4192 if (TheCondState.TheCond != AsmCond::IfCond && in parseDirectiveElse()[all …]