Searched refs:TheCondStack (Results 1 – 1 of 1) sorted by relevance
133 std::vector<AsmCond> TheCondStack; member in __anon13c8422b0111::AsmParser2281 NameLoc, CurBuffer, getTok().getLoc(), TheCondStack.size()); in handleMacroEntry()3626 while (TheCondStack.size() != ActiveMacros.back()->CondStackDepth) { in parseDirectiveExitMacro()3627 TheCondState = TheCondStack.back(); in parseDirectiveExitMacro()3628 TheCondStack.pop_back(); in parseDirectiveExitMacro()3982 TheCondStack.push_back(TheCondState); in parseDirectiveIf()4029 TheCondStack.push_back(TheCondState); in parseDirectiveIfb()4053 TheCondStack.push_back(TheCondState); in parseDirectiveIfc()4118 TheCondStack.push_back(TheCondState); in parseDirectiveIfeqs()4130 TheCondStack.push_back(TheCondState); in parseDirectiveIfdef()[all …]