Home
last modified time | relevance | path

Searched refs:CaseClause (Results 1 – 25 of 1774) sorted by relevance

12345678910>>...71

/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
74 CaseClause[] clauses;
77 CaseClause elseClause;
84 public CaseExp(Expression key, CaseClause[] clauses) { in CaseExp()
97 public CaseExp(Expression key, CaseClause[] clauses, CaseClause elseClause) { in CaseExp()
188 for (CaseClause clause : clauses) { in compile()
362 CaseClause clause = clauses[i]; in visitChildren()
386 CaseClause clause = clauses.length > 0 ? clauses[0] : null; in calculateType()
/dports/dns/dnscrypt-proxy2/dnscrypt-proxy-2.1.1/vendor/github.com/quasilyte/go-ruleguard/nodetag/
H A Dnodetag.go17 CaseClause const
84 case *ast.CaseClause:
85 return CaseClause
195 return CaseClause
/dports/lang/v8/v8-9.6.180.12/src/interpreter/
H A Dcontrol-flow-builders.h168 void BindCaseTargetForJumpTable(int case_value, CaseClause* clause);
170 void BindCaseTargetForCompareJump(int index, CaseClause* clause);
178 std::map<int, CaseClause*>& covered_cases);
180 void BindDefault(CaseClause* clause);
193 void BuildBlockCoverage(CaseClause* clause) { in BuildBlockCoverage()
H A Dcontrol-flow-builders.cc102 CaseClause* clause) { in BindCaseTargetForJumpTable()
108 CaseClause* clause) { in BindCaseTargetForCompareJump()
120 int min_case, int max_case, std::map<int, CaseClause*>& covered_cases) { in EmitJumpTableIfExists()
130 void SwitchBuilder::BindDefault(CaseClause* clause) { in BindDefault()
/dports/lang/gomacro/gomacro-2.7-304-g2f4dc7c/classic/
H A Dswitch.go48 case_ := cases[i].(*ast.CaseClause)
61 case_ := cases[i].(*ast.CaseClause)
95 func (env *Env) evalCaseBody(isDefault bool, case_ *ast.CaseClause) (ret r.Value, rets []r.Value, i… argument
H A Dswitch_type.go48 var default_ *ast.CaseClause
50 case_ := stmt.(*ast.CaseClause)
111 func (env *Env) evalTypecaseBody(varname *ast.Ident, t r.Type, val r.Value, case_ *ast.CaseClause, … argument
/dports/dns/dnscrypt-proxy2/dnscrypt-proxy-2.1.1/vendor/github.com/go-critic/go-critic/checkers/
H A DdefaultCaseOrder_checker.go50 caseStmt, ok := stmt.(*ast.CaseClause)
63 func (c *defaultCaseOrderChecker) warn(cause *ast.CaseClause) {
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/go-critic/go-critic/checkers/
H A DdefaultCaseOrder_checker.go50 caseStmt, ok := stmt.(*ast.CaseClause)
63 func (c *defaultCaseOrderChecker) warn(cause *ast.CaseClause) {
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/kunwardeep/paralleltest/tools/vendor/github.com/go-critic/go-critic/checkers/
H A DdefaultCaseOrder_checker.go50 caseStmt, ok := stmt.(*ast.CaseClause)
63 func (c *defaultCaseOrderChecker) warn(cause *ast.CaseClause) {
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/ir/
H A Dstmt.go168 type CaseClause struct { struct
175 func NewCaseStmt(pos src.XPos, list, body []Node) *CaseClause {
176 n := &CaseClause{List: list, Body: body}
369 Cases []*CaseClause
377 func NewSwitchStmt(pos src.XPos, tag Node, cases []*CaseClause) *SwitchStmt { argument
/dports/dns/dnscrypt-proxy2/dnscrypt-proxy-2.1.1/vendor/github.com/tommy-muehle/go-mnd/v2/checks/
H A Dcase.go28 (*ast.CaseClause)(nil),
33 caseClause, ok := n.(*ast.CaseClause)
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/tommy-muehle/go-mnd/v2/checks/
H A Dcase.go28 (*ast.CaseClause)(nil),
33 caseClause, ok := n.(*ast.CaseClause)
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/kunwardeep/paralleltest/tools/vendor/github.com/tommy-muehle/go-mnd/checks/
H A Dcase.go28 (*ast.CaseClause)(nil),
33 caseClause, ok := n.(*ast.CaseClause)
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/golang.org/x/tools/go/analysis/passes/shift/
H A Ddead.go54 cc := stmt.(*ast.CaseClause)
83 cc := x.(*ast.CaseClause)
/dports/lang/gcc10/gcc-10.3.0/libgo/go/golang.org/x/tools/go/analysis/passes/shift/
H A Ddead.go54 cc := stmt.(*ast.CaseClause)
83 cc := x.(*ast.CaseClause)
/dports/net/evans/evans-0.9.1/vendor/golang.org/x/tools/go/analysis/passes/shift/
H A Ddead.go54 cc := stmt.(*ast.CaseClause)
83 cc := x.(*ast.CaseClause)
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/vendor/golang.org/x/tools/go/analysis/passes/shift/
H A Ddead.go54 cc := stmt.(*ast.CaseClause)
83 cc := x.(*ast.CaseClause)
/dports/www/bugzilla2atom/bugzilla2atom-56126912bf314a80744827758d582e5e60e7178c/vendor/golang.org/x/tools/go/analysis/passes/shift/
H A Ddead.go54 cc := stmt.(*ast.CaseClause)
83 cc := x.(*ast.CaseClause)
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/cmd/vendor/golang.org/x/tools/go/analysis/passes/shift/
H A Ddead.go54 cc := stmt.(*ast.CaseClause)
83 cc := x.(*ast.CaseClause)
/dports/security/vault/vault-1.8.2/vendor/golang.org/x/tools/go/analysis/passes/shift/
H A Ddead.go54 cc := stmt.(*ast.CaseClause)
83 cc := x.(*ast.CaseClause)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/golang.org/x/tools/go/analysis/passes/shift/
H A Ddead.go54 cc := stmt.(*ast.CaseClause)
83 cc := x.(*ast.CaseClause)
/dports/dns/dnscrypt-proxy2/dnscrypt-proxy-2.1.1/vendor/golang.org/x/tools/go/analysis/passes/shift/
H A Ddead.go54 cc := stmt.(*ast.CaseClause)
83 cc := x.(*ast.CaseClause)
/dports/devel/golint/lint-959b441/vendor/golang.org/x/tools/go/analysis/passes/shift/
H A Ddead.go54 cc := stmt.(*ast.CaseClause)
83 cc := x.(*ast.CaseClause)
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/golang.org/x/tools/go/analysis/passes/shift/
H A Ddead.go54 cc := stmt.(*ast.CaseClause)
83 cc := x.(*ast.CaseClause)
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/golang.org/x/tools/go/analysis/passes/shift/
H A Ddead.go54 cc := stmt.(*ast.CaseClause)
83 cc := x.(*ast.CaseClause)

12345678910>>...71