Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/MC/MCParser/
DAsmParser.cpp112 std::vector<MacroInstantiation*> ActiveMacros; member in __anonc86f18d70111::AsmParser
383 assert(ActiveMacros.empty() && "Unexpected active macro instantiation!"); in ~AsmParser()
397 it = ActiveMacros.rbegin(), ie = ActiveMacros.rend(); it != ie; ++it) in PrintMacroInstantiations()
1432 if (ActiveMacros.size() == 20) in HandleMacroEntry()
1478 ActiveMacros.push_back(MI); in HandleMacroEntry()
1490 JumpToLoc(ActiveMacros.back()->ExitLoc); in HandleMacroExit()
1494 delete ActiveMacros.back(); in HandleMacroExit()
1495 ActiveMacros.pop_back(); in HandleMacroExit()
2809 if (!getParser().ActiveMacros.empty()) { in ParseDirectiveEndMacro()
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp142 std::vector<MacroInstantiation*> ActiveMacros; member in __anon13c8422b0111::AsmParser
324 bool isInsideMacroInstantiation() {return !ActiveMacros.empty();} in isInsideMacroInstantiation()
593 assert((HadError || ActiveMacros.empty()) && in ~AsmParser()
600 it = ActiveMacros.rbegin(), in printMacroInstantiations()
601 ie = ActiveMacros.rend(); in printMacroInstantiations()
1878 if (ActiveMacros.empty()) in parseStatement()
1881 Line = SrcMgr.FindLineNumber(ActiveMacros.front()->InstantiationLoc, in parseStatement()
1882 ActiveMacros.front()->ExitBuffer); in parseStatement()
2388 if (ActiveMacros.size() == 20) in handleMacroEntry()
2415 ActiveMacros.push_back(MI); in handleMacroEntry()
[all …]