Searched refs:TheCondStack (Results 1 – 2 of 2) sorted by relevance
389 std::vector<AsmCond> TheCondStack; member in __anon60b61cd60111::MasmParser2785 NameLoc, CurBuffer, getTok().getLoc(), TheCondStack.size()}; in handleMacroEntry()4450 while (TheCondStack.size() != ActiveMacros.back()->CondStackDepth) { in parseDirectiveExitMacro()4451 TheCondState = TheCondStack.back(); in parseDirectiveExitMacro()4452 TheCondStack.pop_back(); in parseDirectiveExitMacro()4675 TheCondStack.push_back(TheCondState); in parseDirectiveIf()4704 TheCondStack.push_back(TheCondState); in parseDirectiveIfb()4750 TheCondStack.push_back(TheCondState); in parseDirectiveIfidn()4766 TheCondStack.push_back(TheCondState); in parseDirectiveIfdef()4811 if (!TheCondStack.empty()) in parseDirectiveElseIf()[all …]
130 std::vector<AsmCond> TheCondStack; member in __anon4b9616090111::AsmParser2845 NameLoc, CurBuffer, getTok().getLoc(), TheCondStack.size()}; in handleMacroEntry()4720 while (TheCondStack.size() != ActiveMacros.back()->CondStackDepth) { in parseDirectiveExitMacro()4721 TheCondState = TheCondStack.back(); in parseDirectiveExitMacro()4722 TheCondStack.pop_back(); in parseDirectiveExitMacro()5113 TheCondStack.push_back(TheCondState); in parseDirectiveIf()5155 TheCondStack.push_back(TheCondState); in parseDirectiveIfb()5177 TheCondStack.push_back(TheCondState); in parseDirectiveIfc()5203 TheCondStack.push_back(TheCondState); in parseDirectiveIfeqs()5248 TheCondStack.push_back(TheCondState); in parseDirectiveIfdef()[all …]