Searched refs:TheCondStack (Results 1 – 1 of 1) sorted by relevance
131 std::vector<AsmCond> TheCondStack; member in __anon13c8422b0111::AsmParser2129 NameLoc, CurBuffer, getTok().getLoc(), TheCondStack.size()); in handleMacroEntry()3492 while (TheCondStack.size() != ActiveMacros.back()->CondStackDepth) { in parseDirectiveExitMacro()3493 TheCondState = TheCondStack.back(); in parseDirectiveExitMacro()3494 TheCondStack.pop_back(); in parseDirectiveExitMacro()3848 TheCondStack.push_back(TheCondState); in parseDirectiveIf()3895 TheCondStack.push_back(TheCondState); in parseDirectiveIfb()3919 TheCondStack.push_back(TheCondState); in parseDirectiveIfc()3984 TheCondStack.push_back(TheCondState); in parseDirectiveIfeqs()3996 TheCondStack.push_back(TheCondState); in parseDirectiveIfdef()[all …]