HomeSort by relevance Sort by last modified time
    Searched refs:SwitchStack (Results 1 - 8 of 8) sorted by null

  /external/clang/lib/Sema/
ScopeInfo.cpp 40 SwitchStack.clear();
SemaStmtAttr.cpp 38 if (S.getCurFunction()->SwitchStack.empty()) {
SemaStmt.cpp 380 if (getCurFunction()->SwitchStack.empty()) {
390 getCurFunction()->SwitchStack.back()->getCond()) {
432 getCurFunction()->SwitchStack.back()->addSwitchCase(CS);
449 if (getCurFunction()->SwitchStack.empty()) {
455 getCurFunction()->SwitchStack.back()->addSwitchCase(DS);
665 getCurFunction()->SwitchStack.push_back(SS);
732 assert(SS == getCurFunction()->SwitchStack.back() &&
735 getCurFunction()->SwitchStack.pop_back();
    [all...]
SemaCodeComplete.cpp     [all...]
SemaLookup.cpp     [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_exec.h 314 struct tgsi_switch_record SwitchStack[TGSI_EXEC_MAX_SWITCH_NESTING];
tgsi_exec.c     [all...]
  /external/clang/include/clang/Sema/
ScopeInfo.h 139 /// SwitchStack - This is the current set of active switch statements in the
141 SmallVector<SwitchStmt*, 8> SwitchStack;

Completed in 602 milliseconds