Lines Matching refs:TheCond
1381 if (TheCondState.TheCond != StartingCondState.TheCond || in Run()
6154 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIf()
6183 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIfb()
6229 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIfidn()
6245 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIfdef()
6282 if (TheCondState.TheCond != AsmCond::IfCond && in parseDirectiveElseIf()
6283 TheCondState.TheCond != AsmCond::ElseIfCond) in parseDirectiveElseIf()
6286 TheCondState.TheCond = AsmCond::ElseIfCond; in parseDirectiveElseIf()
6322 if (TheCondState.TheCond != AsmCond::IfCond && in parseDirectiveElseIfb()
6323 TheCondState.TheCond != AsmCond::ElseIfCond) in parseDirectiveElseIfb()
6326 TheCondState.TheCond = AsmCond::ElseIfCond; in parseDirectiveElseIfb()
6357 if (TheCondState.TheCond != AsmCond::IfCond && in parseDirectiveElseIfdef()
6358 TheCondState.TheCond != AsmCond::ElseIfCond) in parseDirectiveElseIfdef()
6361 TheCondState.TheCond = AsmCond::ElseIfCond; in parseDirectiveElseIfdef()
6403 if (TheCondState.TheCond != AsmCond::IfCond && in parseDirectiveElseIfidn()
6404 TheCondState.TheCond != AsmCond::ElseIfCond) in parseDirectiveElseIfidn()
6407 TheCondState.TheCond = AsmCond::ElseIfCond; in parseDirectiveElseIfidn()
6458 if (TheCondState.TheCond != AsmCond::IfCond && in parseDirectiveElse()
6459 TheCondState.TheCond != AsmCond::ElseIfCond) in parseDirectiveElse()
6462 TheCondState.TheCond = AsmCond::ElseCond; in parseDirectiveElse()
6668 if ((TheCondState.TheCond == AsmCond::NoCond) || TheCondStack.empty()) in parseDirectiveEndIf()