Home
last modified time | relevance | path

Searched defs:SwitchStmt (Results 1 – 25 of 217) sorted by relevance

123456789

/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/typecheck/
H A Dstmt.go484 func tcSwitch(n *ir.SwitchStmt) {
493 func tcSwitchExpr(n *ir.SwitchStmt) {
573 func tcSwitchType(n *ir.SwitchStmt) {
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/walk/
H A Dswitch.go20 func walkSwitch(sw *ir.SwitchStmt) {
36 func walkSwitchExpr(sw *ir.SwitchStmt) {
258 func allCaseExprsAreSideEffectFree(sw *ir.SwitchStmt) bool {
296 func walkSwitchType(sw *ir.SwitchStmt) {
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/kunwardeep/paralleltest/tools/vendor/github.com/nishanths/exhaustive/
H A Dswitch.go156 func reportSwitch(pass *analysis.Pass, sw *ast.SwitchStmt, samePkg bool, enumType *types.Named, mis…
178 func computeFix(pass *analysis.Pass, fset *token.FileSet, f *ast.File, sw *ast.SwitchStmt, enumType…
315 func missingCasesTextEdit(fset *token.FileSet, f *ast.File, samePkg bool, sw *ast.SwitchStmt, enumT…
/dports/dns/dnscrypt-proxy2/dnscrypt-proxy-2.1.1/vendor/github.com/nishanths/exhaustive/
H A Dswitch.go217 sw *ast.SwitchStmt,
242 func computeFix(pass *analysis.Pass, fset *token.FileSet, f *ast.File, sw *ast.SwitchStmt, enumType…
379 func missingCasesTextEdit(fset *token.FileSet, f *ast.File, samePkg bool, sw *ast.SwitchStmt, enumT…
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/nishanths/exhaustive/
H A Dswitch.go217 sw *ast.SwitchStmt,
242 func computeFix(pass *analysis.Pass, fset *token.FileSet, f *ast.File, sw *ast.SwitchStmt, enumType…
379 func missingCasesTextEdit(fset *token.FileSet, f *ast.File, samePkg bool, sw *ast.SwitchStmt, enumT…
/dports/lang/gomacro/gomacro-2.7-304-g2f4dc7c/classic/
H A Dswitch.go27 func (env *Env) evalSwitch(node *ast.SwitchStmt) (ret r.Value, rets []r.Value) {
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CodeGenCXX/
H A Dattr-likelihood-if-branch-weights.cpp128 void SwitchStmt() { in SwitchStmt() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/CodeGenCXX/
H A Dattr-likelihood-if-branch-weights.cpp128 void SwitchStmt() { in SwitchStmt() function
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CodeGenCXX/
H A Dattr-likelihood-if-branch-weights.cpp128 void SwitchStmt() { in SwitchStmt() function
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/CodeGenCXX/
H A Dattr-likelihood-if-branch-weights.cpp128 void SwitchStmt() { in SwitchStmt() function
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/CodeGenCXX/
H A Dattr-likelihood-if-branch-weights.cpp128 void SwitchStmt() { in SwitchStmt() function
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/CodeGenCXX/
H A Dattr-likelihood-if-branch-weights.cpp128 void SwitchStmt() { in SwitchStmt() function
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/CodeGenCXX/
H A Dattr-likelihood-if-branch-weights.cpp128 void SwitchStmt() { in SwitchStmt() function
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/CodeGenCXX/
H A Dattr-likelihood-if-branch-weights.cpp128 void SwitchStmt() { in SwitchStmt() function
/dports/lang/clang-mesa/clang-13.0.1.src/test/CodeGenCXX/
H A Dattr-likelihood-if-branch-weights.cpp128 void SwitchStmt() { in SwitchStmt() function
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/ir/
H A Dstmt.go366 type SwitchStmt struct { struct
367 miniStmt
368 Tag Node
369 Cases []*CaseClause
370 Label *types.Sym
371 HasBreak bool
374 Compiled Nodes // compiled form, after walkSwitch
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/types2/
H A Dstmt.go660 func (check *Checker) switchStmt(inner stmtContext, s *syntax.SwitchStmt) {
710 func (check *Checker) typeSwitchStmt(inner stmtContext, s *syntax.SwitchStmt, guard *syntax.TypeSwi…
/dports/lang/nqc/nqc-3.1.r6_1/compiler/
H A DSwitchStmt.cpp38 SwitchStmt::SwitchStmt(Expr *c, Stmt *s) : in SwitchStmt() function in SwitchStmt
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/noder/
H A Dstmt.go268 func (g *irgen) switchStmt(stmt *syntax.SwitchStmt) ir.Node {
/dports/lang/gomacro/gomacro-2.7-304-g2f4dc7c/fast/
H A Dswitch.go57 func (c *Comp) Switch(node *ast.SwitchStmt, labels []string) {
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/cmd/compile/internal/syntax/
H A Dnodes.go395 SwitchStmt struct { struct
396 Init SimpleStmt
397 Tag Expr
398 Body []*CaseClause
399 Rbrace src.Pos
400 stmt
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/syntax/
H A Dnodes.go413 SwitchStmt struct { struct
414 Init SimpleStmt
415 Tag Expr // incl. *TypeSwitchGuard
416 Body []*CaseClause
417 Rbrace Pos
418 stmt
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/cmd/compile/internal/syntax/
H A Dnodes.go400 SwitchStmt struct { struct
401 Init SimpleStmt
402 Tag Expr // incl. *TypeSwitchGuard
403 Body []*CaseClause
404 Rbrace Pos
405 stmt
/dports/editors/libreoffice/libreoffice-7.2.6.2/compilerplugins/clang/
H A Dreducevarscope.cxx292 bool ReduceVarScope::PreTraverseSwitchStmt(SwitchStmt*) in PreTraverseSwitchStmt() argument
299 bool ReduceVarScope::PostTraverseSwitchStmt(SwitchStmt*, bool) in PostTraverseSwitchStmt() argument
/dports/security/vault/vault-1.8.2/vendor/honnef.co/go/tools/pattern/
H A Dpattern.go109 type SwitchStmt struct { struct
110 Init Node
111 Tag Node
112 Body Node
377 func (stmt SwitchStmt) String() string { return stringify(stmt) }
482 func (SwitchStmt) isNode() {}

123456789