Home
last modified time | relevance | path

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

/external/llvm/lib/MC/MCParser/
DAsmParser.cpp91 size_t CondStackDepth; member
94 MacroInstantiation(SMLoc IL, int EB, SMLoc EL, size_t CondStackDepth);
2021 size_t CondStackDepth) in MacroInstantiation() argument
2023 CondStackDepth(CondStackDepth) {} in MacroInstantiation()
3626 while (TheCondStack.size() != ActiveMacros.back()->CondStackDepth) { in parseDirectiveExitMacro()