reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/MC/MCParser/AsmParser.cpp
 2803       NameLoc, CurBuffer, getTok().getLoc(), TheCondStack.size());
 4604   while (TheCondStack.size() != ActiveMacros.back()->CondStackDepth) {
 4605     TheCondState = TheCondStack.back();
 4606     TheCondStack.pop_back();
 5037   TheCondStack.push_back(TheCondState);
 5081   TheCondStack.push_back(TheCondState);
 5104   TheCondStack.push_back(TheCondState);
 5158   TheCondStack.push_back(TheCondState);
 5170   TheCondStack.push_back(TheCondState);
 5202   if (!TheCondStack.empty())
 5203     LastIgnoreState = TheCondStack.back().Ignore;
 5236   if (!TheCondStack.empty())
 5237     LastIgnoreState = TheCondStack.back().Ignore;
 5263   if (!TheCondStack.empty()) {
 5264     if (TheCondStack.back().Ignore) {
 5288   if (!TheCondStack.empty()) {
 5289     if (TheCondStack.back().Ignore) {
 5318   if ((TheCondState.TheCond == AsmCond::NoCond) || TheCondStack.empty())
 5321   if (!TheCondStack.empty()) {
 5322     TheCondState = TheCondStack.back();
 5323     TheCondStack.pop_back();
 5548       DirectiveLoc, CurBuffer, getTok().getLoc(), TheCondStack.size());