Home
last modified time | relevance | path

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

/external/llvm/lib/MC/MCParser/
DAsmParser.cpp89 size_t CondStackDepth; member
92 MacroInstantiation(SMLoc IL, int EB, SMLoc EL, size_t CondStackDepth);
2150 size_t CondStackDepth) in MacroInstantiation() argument
2152 CondStackDepth(CondStackDepth) {} in MacroInstantiation()
3996 while (TheCondStack.size() != ActiveMacros.back()->CondStackDepth) { in parseDirectiveExitMacro()