Home
last modified time | relevance | path

Searched defs:SwitchStack (Results 1 – 4 of 4) sorted by relevance

/external/bcc/src/cc/frontends/b/
Dcodegen_llvm.h51 class SwitchStack; variable
59 friend class SwitchStack; variable
Dcodegen_llvm.cc82 class SwitchStack { class
84 explicit SwitchStack(CodegenLLVM *cc, SwitchInst *sw) in SwitchStack() function in ebpf::cc::SwitchStack
/external/clang/include/clang/Sema/
DScopeInfo.h148 SmallVector<SwitchStmt*, 8> SwitchStack; variable
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.h428 struct tgsi_switch_record SwitchStack[TGSI_EXEC_MAX_SWITCH_NESTING]; member