Home
last modified time | relevance | path

Searched defs:CaseClause (Results 1 – 25 of 178) sorted by relevance

12345678

/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/types2/
H A Dreturn.go88 func (check *Checker) isTerminatingSwitch(body []*syntax.CaseClause, label string) bool {
168 func hasBreakCaseList(list []*syntax.CaseClause, label string, implicit bool) bool {
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/gopherjs/gopherjs/compiler/
H A Dstatements.go522 func (c *funcContext) translateBranchingStmt(caseClauses []*ast.CaseClause, defaultClause *ast.Case…
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/gopherjs/gopherjs/compiler/
H A Dstatements.go522 func (c *funcContext) translateBranchingStmt(caseClauses []*ast.CaseClause, defaultClause *ast.Case…
/dports/misc/perkeep/perkeep-0.11/vendor/github.com/gopherjs/gopherjs/compiler/
H A Dstatements.go522 func (c *funcContext) translateBranchingStmt(caseClauses []*ast.CaseClause, defaultClause *ast.Case…
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/gopherjs/gopherjs/compiler/
H A Dstatements.go522 func (c *funcContext) translateBranchingStmt(caseClauses []*ast.CaseClause, defaultClause *ast.Case…
/dports/www/writefreely/writefreely-0.13.1/vendor/github.com/gopherjs/gopherjs/compiler/
H A Dstatements.go522 func (c *funcContext) translateBranchingStmt(caseClauses []*ast.CaseClause, defaultClause *ast.Case…
/dports/audio/visp-go/visp-2585747/vendor/github.com/gopherjs/gopherjs/compiler/
H A Dstatements.go522 func (c *funcContext) translateBranchingStmt(caseClauses []*ast.CaseClause, defaultClause *ast.Case…
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/gopherjs/gopherjs/compiler/
H A Dstatements.go522 func (c *funcContext) translateBranchingStmt(caseClauses []*ast.CaseClause, defaultClause *ast.Case…
/dports/databases/mongodb42-tools/mongo-tools-r4.2.17/vendor/github.com/gopherjs/gopherjs/compiler/
H A Dstatements.go522 func (c *funcContext) translateBranchingStmt(caseClauses []*ast.CaseClause, defaultClause *ast.Case…
/dports/lang/gomacro/gomacro-2.7-304-g2f4dc7c/fast/
H A Dswitch.go159 func (c *Comp) switchCase(node *ast.CaseClause, tagnode ast.Expr, tag *Expr, canfallthrough bool, s…
291 func (c *Comp) switchDefault(node *ast.CaseClause, canfallthrough bool) {
H A Dswitch_type.go254 func (c *Comp) typeswitchCase(node *ast.CaseClause, varname string, bind *Bind, seen *typecaseHelpe…
420 func (c *Comp) typeswitchDefault(node *ast.CaseClause, varname string, bind *Bind) {
/dports/lang/gomacro/gomacro-2.7-304-g2f4dc7c/classic/
H A Dswitch.go95 func (env *Env) evalCaseBody(isDefault bool, case_ *ast.CaseClause) (ret r.Value, rets []r.Value, i…
H A Dswitch_type.go111 func (env *Env) evalTypecaseBody(varname *ast.Ident, t r.Type, val r.Value, case_ *ast.CaseClause, …
/dports/lang/kawa/kawa-3.1.1/gnu/expr/
H A DCaseExp.java50 public static class CaseClause { class in CaseExp
57 public CaseClause(Expression exp) { in CaseClause() method in CaseExp.CaseClause
63 public CaseClause(Expression[] datums, Expression exp) { in CaseClause() method in CaseExp.CaseClause
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/ir/
H A Dstmt.go168 type CaseClause struct { struct
169 miniStmt
170 Var *Name // declared variable for this case in type switch
171 List Nodes // list of expressions for switch, early select
172 Body Nodes
377 func NewSwitchStmt(pos src.XPos, tag Node, cases []*CaseClause) *SwitchStmt {
/dports/devel/taskctl/taskctl-1.4.2/vendor/mvdan.cc/sh/v3/syntax/
H A Dnodes.go650 type CaseClause struct { struct
651 Case, In, Esac Pos
652 Braces bool // deprecated mksh form with braces instead of in/esac
654 Word *Word
655 Items []*CaseItem
656 Last []Comment
659 func (c *CaseClause) Pos() Pos { return c.Case }
660 func (c *CaseClause) End() Pos { return posAddCol(c.Esac, 4) }
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/kunwardeep/paralleltest/tools/vendor/github.com/nishanths/exhaustive/
H A Dswitch.go19 func isDefaultCase(c *ast.CaseClause) bool {
/dports/devel/modd/modd-0.8/vendor/mvdan.cc/sh/syntax/
H A Dnodes.go668 type CaseClause struct { struct
669 Case, Esac Pos
670 Word *Word
671 Items []*CaseItem
672 Last []Comment
675 func (c *CaseClause) Pos() Pos { return c.Case }
676 func (c *CaseClause) End() Pos { return posAddCol(c.Esac, 4) }
/dports/dns/dnscrypt-proxy2/dnscrypt-proxy-2.1.1/vendor/github.com/go-toolsmith/astcopy/
H A Dastcopy.go616 func CaseClause(x *ast.CaseClause) *ast.CaseClause { func
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/kunwardeep/paralleltest/tools/vendor/github.com/go-toolsmith/astcopy/
H A Dastcopy.go616 func CaseClause(x *ast.CaseClause) *ast.CaseClause { argument
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/go-toolsmith/astcopy/
H A Dastcopy.go616 func CaseClause(x *ast.CaseClause) *ast.CaseClause { argument
/dports/converters/wkhtmltopdf/qt-5db36ec/src/script/parser/
H A Dqscriptparser_p.h65 QScript::AST::CaseClause *CaseClause; member
/dports/dns/dnscrypt-proxy2/dnscrypt-proxy-2.1.1/vendor/github.com/golangci/dupl/syntax/golang/
H A Dgolang.go21 CaseClause const
/dports/devel/dupl/dupl-1.0.0-11-g28d787e/syntax/golang/
H A Dgolang.go21 CaseClause const
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/script/parser/
H A Dqscriptparser_p.h83 QScript::AST::CaseClause *CaseClause; member

12345678