Searched refs:TheCondStack (Results 1 – 2 of 2) sorted by relevance
399 std::vector<AsmCond> TheCondStack; member in __anon5682f72b0111::MasmParser3247 NameLoc, CurBuffer, getTok().getLoc(), TheCondStack.size()}; in handleMacroEntry()5908 while (TheCondStack.size() != ActiveMacros.back()->CondStackDepth) { in parseDirectiveExitMacro()5909 TheCondState = TheCondStack.back(); in parseDirectiveExitMacro()5910 TheCondStack.pop_back(); in parseDirectiveExitMacro()6138 TheCondStack.push_back(TheCondState); in parseDirectiveIf()6167 TheCondStack.push_back(TheCondState); in parseDirectiveIfb()6213 TheCondStack.push_back(TheCondState); in parseDirectiveIfidn()6229 TheCondStack.push_back(TheCondState); in parseDirectiveIfdef()6274 if (!TheCondStack.empty()) in parseDirectiveElseIf()[all …]
136 std::vector<AsmCond> TheCondStack; member in __anon895679be0111::AsmParser2904 NameLoc, CurBuffer, getTok().getLoc(), TheCondStack.size()}; in handleMacroEntry()4779 while (TheCondStack.size() != ActiveMacros.back()->CondStackDepth) { in parseDirectiveExitMacro()4780 TheCondState = TheCondStack.back(); in parseDirectiveExitMacro()4781 TheCondStack.pop_back(); in parseDirectiveExitMacro()5175 TheCondStack.push_back(TheCondState); in parseDirectiveIf()5217 TheCondStack.push_back(TheCondState); in parseDirectiveIfb()5239 TheCondStack.push_back(TheCondState); in parseDirectiveIfc()5292 TheCondStack.push_back(TheCondState); in parseDirectiveIfeqs()5304 TheCondStack.push_back(TheCondState); in parseDirectiveIfdef()[all …]