Home
last modified time | relevance | path

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

/external/llvm/lib/MC/MCParser/
DAsmParser.cpp131 std::vector<AsmCond> TheCondStack; member in __anon13c8422b0111::AsmParser
2414 NameLoc, CurBuffer, getTok().getLoc(), TheCondStack.size()); in handleMacroEntry()
3996 while (TheCondStack.size() != ActiveMacros.back()->CondStackDepth) { in parseDirectiveExitMacro()
3997 TheCondState = TheCondStack.back(); in parseDirectiveExitMacro()
3998 TheCondStack.pop_back(); in parseDirectiveExitMacro()
4349 TheCondStack.push_back(TheCondState); in parseDirectiveIf()
4396 TheCondStack.push_back(TheCondState); in parseDirectiveIfb()
4420 TheCondStack.push_back(TheCondState); in parseDirectiveIfc()
4485 TheCondStack.push_back(TheCondState); in parseDirectiveIfeqs()
4497 TheCondStack.push_back(TheCondState); in parseDirectiveIfdef()
[all …]
/external/swiftshader/third_party/LLVM/lib/MC/MCParser/
DAsmParser.cpp100 std::vector<AsmCond> TheCondStack; member in __anonc86f18d70111::AsmParser
2184 TheCondStack.push_back(TheCondState); in ParseDirectiveIf()
2208 TheCondStack.push_back(TheCondState); in ParseDirectiveIfdef()
2241 if (!TheCondStack.empty()) in ParseDirectiveElseIf()
2242 LastIgnoreState = TheCondStack.back().Ignore; in ParseDirectiveElseIf()
2277 if (!TheCondStack.empty()) in ParseDirectiveElse()
2278 LastIgnoreState = TheCondStack.back().Ignore; in ParseDirectiveElse()
2296 TheCondStack.empty()) in ParseDirectiveEndIf()
2299 if (!TheCondStack.empty()) { in ParseDirectiveEndIf()
2300 TheCondState = TheCondStack.back(); in ParseDirectiveEndIf()
[all …]