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

  /external/clang/lib/Sema/
SemaStmtAttr.cpp 40 if (S.getCurFunction()->SwitchStack.empty()) {
ScopeInfo.cpp 30 SwitchStack.clear();
SemaStmt.cpp 346 if (getCurFunction()->SwitchStack.empty()) {
376 getCurFunction()->SwitchStack.back()->addSwitchCase(CS);
393 if (getCurFunction()->SwitchStack.empty()) {
399 getCurFunction()->SwitchStack.back()->addSwitchCase(DS);
654 getCurFunction()->SwitchStack.push_back(SS);
670 assert(SS == getCurFunction()->SwitchStack.back() &&
674 getCurFunction()->SwitchStack.pop_back();
    [all...]
SemaCodeComplete.cpp     [all...]
SemaLookup.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_exec.h 314 struct tgsi_switch_record SwitchStack[TGSI_EXEC_MAX_SWITCH_NESTING];
tgsi_exec.c     [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 110 /// SwitchStack - This is the current set of active switch statements in the
112 SmallVector<SwitchStmt*, 8> SwitchStack;

Completed in 3415 milliseconds