Searched refs:SwitchStack (Results 1 – 8 of 8) sorted by relevance
314 struct tgsi_switch_record SwitchStack[TGSI_EXEC_MAX_SWITCH_NESTING]; member
3059 mach->SwitchStack[mach->SwitchStackTop++] = mach->Switch; in exec_switch()3074 uint prevMask = mach->SwitchStack[mach->SwitchStackTop - 1].mask; in exec_case()3103 uint prevMask = mach->SwitchStack[mach->SwitchStackTop - 1].mask; in exec_default()3113 mach->Switch = mach->SwitchStack[--mach->SwitchStackTop]; in exec_endswitch()3754 mach->SwitchStack[mach->SwitchStackTop++] = mach->Switch; in exec_instruction()3791 mach->Switch = mach->SwitchStack[mach->SwitchStackTop]; in exec_instruction()4018 mach->Switch = mach->SwitchStack[mach->SwitchStackTop]; in exec_instruction()
40 SwitchStack.clear(); in Clear()
38 if (S.getCurFunction()->SwitchStack.empty()) { in handleFallThroughAttr()
380 if (getCurFunction()->SwitchStack.empty()) { in ActOnCaseStmt()390 getCurFunction()->SwitchStack.back()->getCond()) { in ActOnCaseStmt()432 getCurFunction()->SwitchStack.back()->addSwitchCase(CS); in ActOnCaseStmt()449 if (getCurFunction()->SwitchStack.empty()) { in ActOnDefaultStmt()455 getCurFunction()->SwitchStack.back()->addSwitchCase(DS); in ActOnDefaultStmt()665 getCurFunction()->SwitchStack.push_back(SS); in ActOnStartOfSwitchStmt()732 assert(SS == getCurFunction()->SwitchStack.back() && in ActOnFinishSwitchStmt()735 getCurFunction()->SwitchStack.pop_back(); in ActOnFinishSwitchStmt()
1711 if (!SemaRef.getCurFunction()->SwitchStack.empty()) { in AddOrdinaryNameResults()3825 if (getCurFunction()->SwitchStack.empty() || !CodeCompleter) in CodeCompleteCase()3828 SwitchStmt *Switch = getCurFunction()->SwitchStack.back(); in CodeCompleteCase()
4354 if (!SemaRef.getCurFunction()->SwitchStack.empty()) { in AddKeywordsToConsumer()
141 SmallVector<SwitchStmt*, 8> SwitchStack; variable