Lines Matching defs:TheCondStack
94 /// The depth of TheCondStack at the start of the instantiation.
399 std::vector<AsmCond> TheCondStack;
3246 NameLoc, CurBuffer, getTok().getLoc(), TheCondStack.size()};
5907 while (TheCondStack.size() != ActiveMacros.back()->CondStackDepth) {
5908 TheCondState = TheCondStack.back();
5909 TheCondStack.pop_back();
6137 TheCondStack.push_back(TheCondState);
6166 TheCondStack.push_back(TheCondState);
6212 TheCondStack.push_back(TheCondState);
6228 TheCondStack.push_back(TheCondState);
6273 if (!TheCondStack.empty())
6274 LastIgnoreState = TheCondStack.back().Ignore;
6313 if (!TheCondStack.empty())
6314 LastIgnoreState = TheCondStack.back().Ignore;
6348 if (!TheCondStack.empty())
6349 LastIgnoreState = TheCondStack.back().Ignore;
6394 if (!TheCondStack.empty())
6395 LastIgnoreState = TheCondStack.back().Ignore;
6448 if (!TheCondStack.empty())
6449 LastIgnoreState = TheCondStack.back().Ignore;
6473 if (!TheCondStack.empty()) {
6474 if (TheCondStack.back().Ignore) {
6491 if (!TheCondStack.empty()) {
6492 if (TheCondStack.back().Ignore) {
6519 if (!TheCondStack.empty()) {
6520 if (TheCondStack.back().Ignore) {
6563 if (!TheCondStack.empty()) {
6564 if (TheCondStack.back().Ignore) {
6622 if (!TheCondStack.empty()) {
6623 if (TheCondStack.back().Ignore) {
6652 if ((TheCondState.TheCond == AsmCond::NoCond) || TheCondStack.empty())
6655 if (!TheCondStack.empty()) {
6656 TheCondState = TheCondStack.back();
6657 TheCondStack.pop_back();
6920 ExitLoc, TheCondStack.size()};