Searched refs:SwitchStack (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.h314 struct tgsi_switch_record SwitchStack[TGSI_EXEC_MAX_SWITCH_NESTING]; member in struct:tgsi_exec_machine
H A Dtgsi_exec.c3059 mach->SwitchStack[mach->SwitchStackTop++] = mach->Switch;
3074 uint prevMask = mach->SwitchStack[mach->SwitchStackTop - 1].mask;
3103 uint prevMask = mach->SwitchStack[mach->SwitchStackTop - 1].mask;
3113 mach->Switch = mach->SwitchStack[--mach->SwitchStackTop];
3754 mach->SwitchStack[mach->SwitchStackTop++] = mach->Switch;
3791 mach->Switch = mach->SwitchStack[mach->SwitchStackTop];
4018 mach->Switch = mach->SwitchStack[mach->SwitchStackTop];
/external/clang/lib/Sema/
H A DScopeInfo.cpp36 SwitchStack.clear();
H A DSemaStmtAttr.cpp38 if (S.getCurFunction()->SwitchStack.empty()) {
H A DSemaStmt.cpp356 if (getCurFunction()->SwitchStack.empty()) {
386 getCurFunction()->SwitchStack.back()->addSwitchCase(CS);
403 if (getCurFunction()->SwitchStack.empty()) {
409 getCurFunction()->SwitchStack.back()->addSwitchCase(DS);
663 getCurFunction()->SwitchStack.push_back(SS);
702 assert(SS == getCurFunction()->SwitchStack.back() &&
707 getCurFunction()->SwitchStack.pop_back();
H A DSemaCodeComplete.cpp1709 if (!SemaRef.getCurFunction()->SwitchStack.empty()) {
3716 if (getCurFunction()->SwitchStack.empty() || !CodeCompleter)
3719 SwitchStmt *Switch = getCurFunction()->SwitchStack.back();
H A DSemaLookup.cpp4055 if (!SemaRef.getCurFunction()->SwitchStack.empty()) {
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.h314 struct tgsi_switch_record SwitchStack[TGSI_EXEC_MAX_SWITCH_NESTING]; member in struct:tgsi_exec_machine
H A Dtgsi_exec.c3059 mach->SwitchStack[mach->SwitchStackTop++] = mach->Switch;
3074 uint prevMask = mach->SwitchStack[mach->SwitchStackTop - 1].mask;
3103 uint prevMask = mach->SwitchStack[mach->SwitchStackTop - 1].mask;
3113 mach->Switch = mach->SwitchStack[--mach->SwitchStackTop];
3754 mach->SwitchStack[mach->SwitchStackTop++] = mach->Switch;
3791 mach->Switch = mach->SwitchStack[mach->SwitchStackTop];
4018 mach->Switch = mach->SwitchStack[mach->SwitchStackTop];
/external/clang/include/clang/Sema/
H A DScopeInfo.h131 /// SwitchStack - This is the current set of active switch statements in the
133 SmallVector<SwitchStmt*, 8> SwitchStack; member in class:clang::sema::FunctionScopeInfo

Completed in 1197 milliseconds