Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DScopeInfo.cpp41 SwitchStack.clear(); in Clear()
DSemaStmtAttr.cpp41 if (FnScope->SwitchStack.empty()) { in handleFallThroughAttr()
DSemaStmt.cpp381 if (getCurFunction()->SwitchStack.empty()) { in ActOnCaseStmt()
391 getCurFunction()->SwitchStack.back()->getCond()) { in ActOnCaseStmt()
433 getCurFunction()->SwitchStack.back()->addSwitchCase(CS); in ActOnCaseStmt()
450 if (getCurFunction()->SwitchStack.empty()) { in ActOnDefaultStmt()
456 getCurFunction()->SwitchStack.back()->addSwitchCase(DS); in ActOnDefaultStmt()
675 getCurFunction()->SwitchStack.push_back(SS); in ActOnStartOfSwitchStmt()
742 assert(SS == getCurFunction()->SwitchStack.back() && in ActOnFinishSwitchStmt()
745 getCurFunction()->SwitchStack.pop_back(); in ActOnFinishSwitchStmt()
DSemaCodeComplete.cpp1723 if (!SemaRef.getCurFunction()->SwitchStack.empty()) { in AddOrdinaryNameResults()
3845 if (getCurFunction()->SwitchStack.empty() || !CodeCompleter) in CodeCompleteCase()
3848 SwitchStmt *Switch = getCurFunction()->SwitchStack.back(); in CodeCompleteCase()
DSemaLookup.cpp4436 if (!SemaRef.getCurFunction()->SwitchStack.empty()) { in AddKeywordsToConsumer()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.h382 struct tgsi_switch_record SwitchStack[TGSI_EXEC_MAX_SWITCH_NESTING]; member
Dtgsi_exec.c3314 mach->SwitchStack[mach->SwitchStackTop++] = mach->Switch; in exec_switch()
3329 unsigned prevMask = mach->SwitchStack[mach->SwitchStackTop - 1].mask; in exec_case()
3359 unsigned prevMask = mach->SwitchStack[mach->SwitchStackTop - 1].mask; in exec_default()
3369 mach->Switch = mach->SwitchStack[--mach->SwitchStackTop]; in exec_endswitch()
5179 mach->SwitchStack[mach->SwitchStackTop++] = mach->Switch; in exec_instruction()
5224 mach->Switch = mach->SwitchStack[mach->SwitchStackTop]; in exec_instruction()
5438 mach->Switch = mach->SwitchStack[mach->SwitchStackTop]; in exec_instruction()
/external/clang/include/clang/Sema/
DScopeInfo.h148 SmallVector<SwitchStmt*, 8> SwitchStack; variable
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Library/
DBaseLib.h4813 SwitchStack (
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/Library/
DBaseLib.h5173 SwitchStack (
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Library/
DBaseLib.h4820 SwitchStack (
/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Library/
DBaseLib.h5070 SwitchStack (