Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DAsmParser.cpp137 std::vector<AsmCond> TheCondStack; member in __anon478c40950111::AsmParser
2795 NameLoc, CurBuffer, getTok().getLoc(), TheCondStack.size()}; in handleMacroEntry()
4597 while (TheCondStack.size() != ActiveMacros.back()->CondStackDepth) { in parseDirectiveExitMacro()
4598 TheCondState = TheCondStack.back(); in parseDirectiveExitMacro()
4599 TheCondStack.pop_back(); in parseDirectiveExitMacro()
5030 TheCondStack.push_back(TheCondState); in parseDirectiveIf()
5074 TheCondStack.push_back(TheCondState); in parseDirectiveIfb()
5097 TheCondStack.push_back(TheCondState); in parseDirectiveIfc()
5151 TheCondStack.push_back(TheCondState); in parseDirectiveIfeqs()
5163 TheCondStack.push_back(TheCondState); in parseDirectiveIfdef()
[all …]