Searched refs:TheCondState (Results 1 – 2 of 2) sorted by relevance
99 AsmCond TheCondState; member in __anonc86f18d70111::AsmParser463 AsmCond StartingCondState = TheCondState; in Run()475 if (TheCondState.TheCond != StartingCondState.TheCond || in Run()476 TheCondState.Ignore != StartingCondState.Ignore) in Run()962 if (!TheCondState.Ignore) in ParseStatement()970 if (!TheCondState.Ignore) in ParseStatement()981 if (!TheCondState.Ignore) in ParseStatement()1004 if (TheCondState.Ignore) { in ParseStatement()2184 TheCondStack.push_back(TheCondState); in ParseDirectiveIf()2185 TheCondState.TheCond = AsmCond::IfCond; in ParseDirectiveIf()[all …]
130 AsmCond TheCondState; member in __anon13c8422b0111::AsmParser706 AsmCond StartingCondState = TheCondState; in Run()742 if (TheCondState.TheCond != StartingCondState.TheCond || in Run()743 TheCondState.Ignore != StartingCondState.Ignore) in Run()1429 if (!TheCondState.Ignore) in parseStatement()1436 if (!TheCondState.Ignore) in parseStatement()1454 if (!TheCondState.Ignore) in parseStatement()1505 if (TheCondState.Ignore) { in parseStatement()3997 TheCondState = TheCondStack.back(); in parseDirectiveExitMacro()4349 TheCondStack.push_back(TheCondState); in parseDirectiveIf()[all …]