Lines Matching defs:TheCondStack
94 /// The depth of TheCondStack at the start of the instantiation.
399 std::vector<AsmCond> TheCondStack;
3247 NameLoc, CurBuffer, getTok().getLoc(), TheCondStack.size()};
5908 while (TheCondStack.size() != ActiveMacros.back()->CondStackDepth) {
5909 TheCondState = TheCondStack.back();
5910 TheCondStack.pop_back();
6138 TheCondStack.push_back(TheCondState);
6167 TheCondStack.push_back(TheCondState);
6213 TheCondStack.push_back(TheCondState);
6229 TheCondStack.push_back(TheCondState);
6274 if (!TheCondStack.empty())
6275 LastIgnoreState = TheCondStack.back().Ignore;
6314 if (!TheCondStack.empty())
6315 LastIgnoreState = TheCondStack.back().Ignore;
6349 if (!TheCondStack.empty())
6350 LastIgnoreState = TheCondStack.back().Ignore;
6395 if (!TheCondStack.empty())
6396 LastIgnoreState = TheCondStack.back().Ignore;
6449 if (!TheCondStack.empty())
6450 LastIgnoreState = TheCondStack.back().Ignore;
6474 if (!TheCondStack.empty()) {
6475 if (TheCondStack.back().Ignore) {
6492 if (!TheCondStack.empty()) {
6493 if (TheCondStack.back().Ignore) {
6520 if (!TheCondStack.empty()) {
6521 if (TheCondStack.back().Ignore) {
6564 if (!TheCondStack.empty()) {
6565 if (TheCondStack.back().Ignore) {
6623 if (!TheCondStack.empty()) {
6624 if (TheCondStack.back().Ignore) {
6653 if ((TheCondState.TheCond == AsmCond::NoCond) || TheCondStack.empty())
6656 if (!TheCondStack.empty()) {
6657 TheCondState = TheCondStack.back();
6658 TheCondStack.pop_back();
6920 ExitLoc, TheCondStack.size()};