Home
last modified time | relevance | path

Searched refs:TheCondStack (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DMasmParser.cpp399 std::vector<AsmCond> TheCondStack; member in __anoncc01912d0111::MasmParser
3278 NameLoc, CurBuffer, getTok().getLoc(), TheCondStack.size()}; in handleMacroEntry()
5940 while (TheCondStack.size() != ActiveMacros.back()->CondStackDepth) { in parseDirectiveExitMacro()
5941 TheCondState = TheCondStack.back(); in parseDirectiveExitMacro()
5942 TheCondStack.pop_back(); in parseDirectiveExitMacro()
6169 TheCondStack.push_back(TheCondState); in parseDirectiveIf()
6198 TheCondStack.push_back(TheCondState); in parseDirectiveIfb()
6244 TheCondStack.push_back(TheCondState); in parseDirectiveIfidn()
6260 TheCondStack.push_back(TheCondState); in parseDirectiveIfdef()
6305 if (!TheCondStack.empty()) in parseDirectiveElseIf()
[all …]
H A DAsmParser.cpp134 std::vector<AsmCond> TheCondStack; member in __anon1888db800111::AsmParser
2915 NameLoc, CurBuffer, getTok().getLoc(), TheCondStack.size()}; in handleMacroEntry()
4750 while (TheCondStack.size() != ActiveMacros.back()->CondStackDepth) { in parseDirectiveExitMacro()
4751 TheCondState = TheCondStack.back(); in parseDirectiveExitMacro()
4752 TheCondStack.pop_back(); in parseDirectiveExitMacro()
5150 TheCondStack.push_back(TheCondState); in parseDirectiveIf()
5192 TheCondStack.push_back(TheCondState); in parseDirectiveIfb()
5214 TheCondStack.push_back(TheCondState); in parseDirectiveIfc()
5267 TheCondStack.push_back(TheCondState); in parseDirectiveIfeqs()
5279 TheCondStack.push_back(TheCondState); in parseDirectiveIfdef()
[all …]