Searched refs:TheCondState (Results 1 – 2 of 2) sorted by relevance
388 AsmCond TheCondState; member in __anon60b61cd60111::MasmParser1216 AsmCond StartingCondState = TheCondState; in Run()1248 if (TheCondState.TheCond != StartingCondState.TheCond || in Run()1249 TheCondState.Ignore != StartingCondState.Ignore) in Run()1856 if (!TheCondState.Ignore) { in parseStatement()1928 if (TheCondState.Ignore) { in parseStatement()4451 TheCondState = TheCondStack.back(); in parseDirectiveExitMacro()4675 TheCondStack.push_back(TheCondState); in parseDirectiveIf()4676 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIf()4677 if (TheCondState.Ignore) { in parseDirectiveIf()[all …]
129 AsmCond TheCondState; member in __anon4b9616090111::AsmParser955 AsmCond StartingCondState = TheCondState; in Run()1001 if (TheCondState.TheCond != StartingCondState.TheCond || in Run()1002 TheCondState.Ignore != StartingCondState.Ignore) in Run()1745 if (!TheCondState.Ignore) { in parseStatement()1754 if (!TheCondState.Ignore) { in parseStatement()1768 if (!TheCondState.Ignore) { in parseStatement()1821 if (TheCondState.Ignore) { in parseStatement()4721 TheCondState = TheCondStack.back(); in parseDirectiveExitMacro()5113 TheCondStack.push_back(TheCondState); in parseDirectiveIf()[all …]