Home
last modified time | relevance | path

Searched defs:SwitchStack (Results 1 – 5 of 5) 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.h418 struct tgsi_switch_record SwitchStack[TGSI_EXEC_MAX_SWITCH_NESTING]; member
/external/llvm-project/clang/include/clang/Sema/
DScopeInfo.h191 SmallVector<SwitchInfo, 8> SwitchStack; variable