Home
last modified time | relevance | path

Searched defs:BinaryExpr (Results 1 – 25 of 352) sorted by relevance

12345678910>>...15

/dports/lang/gomacro/gomacro-2.7-304-g2f4dc7c/fast/
H A Dbinary_ops.go33 func (c *Comp) Add(node *ast.BinaryExpr, xe *Expr, ye *Expr) *Expr {
583 func (c *Comp) Sub(node *ast.BinaryExpr, xe *Expr, ye *Expr) *Expr {
1100 func (c *Comp) Mul(node *ast.BinaryExpr, xe *Expr, ye *Expr) *Expr {
1620 func (c *Comp) Quo(node *ast.BinaryExpr, xe *Expr, ye *Expr) *Expr {
2140 func (c *Comp) Rem(node *ast.BinaryExpr, xe *Expr, ye *Expr) *Expr {
2537 func (c *Comp) mulPow2(node *ast.BinaryExpr, xe *Expr, ye *Expr) *Expr {
2918 func (c *Comp) quoPow2(node *ast.BinaryExpr, xe *Expr, ye *Expr) *Expr {
3349 func (c *Comp) And(node *ast.BinaryExpr, xe *Expr, ye *Expr) *Expr {
3749 func (c *Comp) Or(node *ast.BinaryExpr, xe *Expr, ye *Expr) *Expr {
4147 func (c *Comp) Xor(node *ast.BinaryExpr, xe *Expr, ye *Expr) *Expr {
[all …]
H A Dbinary.go30 func (c *Comp) BinaryExpr(node *ast.BinaryExpr) *Expr { func
36 func (c *Comp) BinaryExpr1(node *ast.BinaryExpr, x *Expr, y *Expr) *Expr {
96 func (c *Comp) BinaryExprUntyped(node *ast.BinaryExpr, x UntypedLit, y UntypedLit) *Expr {
172 func (c *Comp) ShiftUntyped(node *ast.BinaryExpr, op token.Token, x UntypedLit, y UntypedLit) *Expr…
227 func (c *Comp) prepareShift(node *ast.BinaryExpr, xe *Expr, ye *Expr) *Expr {
273 func (c *Comp) Land(node *ast.BinaryExpr, x *Expr, y *Expr) *Expr {
299 func (c *Comp) Lor(node *ast.BinaryExpr, x *Expr, y *Expr) *Expr {
325 func (c *Comp) invalidBinaryExpr(node *ast.BinaryExpr, x *Expr, y *Expr) *Expr {
329 func (c *Comp) unimplementedBinaryExpr(node *ast.BinaryExpr, x *Expr, y *Expr) *Expr {
333 func (c *Comp) badBinaryExpr(reason string, node *ast.BinaryExpr, x *Expr, y *Expr) *Expr {
H A Dbinary_eqlneq.go33 func (c *Comp) Eql(node *ast.BinaryExpr, xe *Expr, ye *Expr) *Expr {
532 func (c *Comp) Neq(node *ast.BinaryExpr, xe *Expr, ye *Expr) *Expr {
1007 func (c *Comp) eqlneqMisc(node *ast.BinaryExpr, xe *Expr, ye *Expr) *Expr {
1066 func (c *Comp) eqlneqNil(node *ast.BinaryExpr, xe *Expr, ye *Expr) *Expr {
H A Dbinary_relops.go29 func (c *Comp) Lss(node *ast.BinaryExpr, xe *Expr, ye *Expr) *Expr {
427 func (c *Comp) Gtr(node *ast.BinaryExpr, xe *Expr, ye *Expr) *Expr {
825 func (c *Comp) Leq(node *ast.BinaryExpr, xe *Expr, ye *Expr) *Expr {
1223 func (c *Comp) Geq(node *ast.BinaryExpr, xe *Expr, ye *Expr) *Expr {
H A Dbinary_shifts.go29 func (c *Comp) Shl(node *ast.BinaryExpr, xe *Expr, ye *Expr) *Expr {
2069 func (c *Comp) Shr(node *ast.BinaryExpr, xe *Expr, ye *Expr) *Expr {
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/walk/
H A Dcompare.go20 func walkCompare(n *ir.BinaryExpr, init *ir.Nodes) ir.Node {
269 func walkCompareInterface(n *ir.BinaryExpr, init *ir.Nodes) ir.Node {
283 func walkCompareString(n *ir.BinaryExpr, init *ir.Nodes) ir.Node {
408 func finishCompare(n *ir.BinaryExpr, r ir.Node, init *ir.Nodes) ir.Node {
/dports/net-mgmt/prometheus2/prometheus-2.30.3/web/ui/module/codemirror-promql/src/lang-promql/parser/
H A Dpath-finder.test.ts70 path: [Expr, BinaryExpr], constant
114 walkThrough: [Expr, BinaryExpr], constant
122 walkThrough: [Expr, BinaryExpr], constant
147 walkThrough: [Expr, BinaryExpr], constant
155 walkThrough: [Expr, BinaryExpr], constant
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/typecheck/
H A Dfunc.go556 func tcComplex(n *ir.BinaryExpr) ir.Node {
598 func tcCopy(n *ir.BinaryExpr) ir.Node {
925 func tcUnsafeAdd(n *ir.BinaryExpr) *ir.BinaryExpr {
947 func tcUnsafeSlice(n *ir.BinaryExpr) *ir.BinaryExpr {
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/prometheus/prometheus/promql/
H A Dast.go89 type BinaryExpr struct { struct
90 Op ItemType // The operation of the expression.
91 LHS, RHS Expr // The operands on the respective sides of the operator.
95 VectorMatching *VectorMatching
98 ReturnBool bool
161 func (e *BinaryExpr) Type() ValueType {
169 func (*BinaryExpr) expr() {}
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/prometheus/prometheus/web/ui/module/codemirror-promql/src/parser/
H A Dpath-finder.test.ts70 path: [Expr, BinaryExpr], constant
114 walkThrough: [Expr, BinaryExpr], constant
122 walkThrough: [Expr, BinaryExpr], constant
147 walkThrough: [Expr, BinaryExpr], constant
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/corba/src/share/classes/com/sun/tools/corba/se/idl/constExpr/
H A DBinaryExpr.java43 public abstract class BinaryExpr extends Expression class
45 public BinaryExpr (String operation, Expression leftOperand, Expression rightOperand) in BinaryExpr() method in BinaryExpr
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/corba/src/share/classes/com/sun/tools/corba/se/idl/constExpr/
H A DBinaryExpr.java43 public abstract class BinaryExpr extends Expression class
45 public BinaryExpr (String operation, Expression leftOperand, Expression rightOperand) in BinaryExpr() method in BinaryExpr
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/prometheus/prometheus/promql/
H A Dast.go90 type BinaryExpr struct { struct
91 Op ItemType // The operation of the expression.
92 LHS, RHS Expr // The operands on the respective sides of the operator.
96 VectorMatching *VectorMatching
99 ReturnBool bool
171 func (e *BinaryExpr) Type() ValueType {
179 func (*BinaryExpr) expr() {}
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/prometheus/prometheus/promql/
H A Dast.go90 type BinaryExpr struct { struct
91 Op ItemType // The operation of the expression.
92 LHS, RHS Expr // The operands on the respective sides of the operator.
96 VectorMatching *VectorMatching
99 ReturnBool bool
171 func (e *BinaryExpr) Type() ValueType {
179 func (*BinaryExpr) expr() {}
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/pkg/configs/legacy_promql/
H A Dast.go110 type BinaryExpr struct { struct
111 Op ItemType // The operation of the expression.
112 LHS, RHS Expr // The operands on the respective sides of the operator.
116 VectorMatching *VectorMatching
119 ReturnBool bool
180 func (e *BinaryExpr) Type() ValueType {
188 func (*BinaryExpr) expr() {}
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/rust/datafusion/src/physical_plan/expressions/
H A Dbinary.rs50 pub struct BinaryExpr { struct
56 impl BinaryExpr { argument
82 impl std::fmt::Display for BinaryExpr { implementation
401 impl PhysicalExpr for BinaryExpr { implementation
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/cortexproject/cortex/pkg/configs/legacy_promql/
H A Dast.go110 type BinaryExpr struct { struct
111 Op ItemType // The operation of the expression.
112 LHS, RHS Expr // The operands on the respective sides of the operator.
116 VectorMatching *VectorMatching
119 ReturnBool bool
180 func (e *BinaryExpr) Type() ValueType {
188 func (*BinaryExpr) expr() {}
/dports/net-mgmt/prometheus1/prometheus-1.8.2/promql/
H A Dast.go113 type BinaryExpr struct { struct
114 Op itemType // The operation of the expression.
115 LHS, RHS Expr // The operands on the respective sides of the operator.
119 VectorMatching *VectorMatching
122 ReturnBool bool
183 func (e *BinaryExpr) Type() model.ValueType {
191 func (*BinaryExpr) expr() {}
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.CodeContracts/Mono.CodeContracts.Static.Analysis.ExpressionAnalysis.Expressions/
H A DBinaryExpr.cs36 class BinaryExpr<TSymbolicValue> : Expr<TSymbolicValue> class
43 public BinaryExpr (TSymbolicValue left, TSymbolicValue right, BinaryOperator op) in BinaryExpr() method in Mono.CodeContracts.Static.Analysis.ExpressionAnalysis.Expressions.BinaryExpr
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/prometheus/prometheus/promql/parser/
H A Dast.go96 type BinaryExpr struct { struct
97 Op ItemType // The operation of the expression.
98 LHS, RHS Expr // The operands on the respective sides of the operator.
102 VectorMatching *VectorMatching
105 ReturnBool bool
227 func (e *BinaryExpr) Type() ValueType {
236 func (*BinaryExpr) PromQLExpr() {}
429 func (e *BinaryExpr) PositionRange() PositionRange {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/prometheus/prometheus/promql/parser/
H A Dast.go96 type BinaryExpr struct { struct
97 Op ItemType // The operation of the expression.
98 LHS, RHS Expr // The operands on the respective sides of the operator.
102 VectorMatching *VectorMatching
105 ReturnBool bool
227 func (e *BinaryExpr) Type() ValueType {
236 func (*BinaryExpr) PromQLExpr() {}
429 func (e *BinaryExpr) PositionRange() PositionRange {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/vendor/github.com/prometheus/prometheus/promql/parser/
H A Dast.go96 type BinaryExpr struct { struct
97 Op ItemType // The operation of the expression.
98 LHS, RHS Expr // The operands on the respective sides of the operator.
102 VectorMatching *VectorMatching
105 ReturnBool bool
227 func (e *BinaryExpr) Type() ValueType {
236 func (*BinaryExpr) PromQLExpr() {}
429 func (e *BinaryExpr) PositionRange() PositionRange {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/prometheus/prometheus/promql/parser/
H A Dast.go96 type BinaryExpr struct { struct
97 Op ItemType // The operation of the expression.
98 LHS, RHS Expr // The operands on the respective sides of the operator.
102 VectorMatching *VectorMatching
105 ReturnBool bool
227 func (e *BinaryExpr) Type() ValueType {
236 func (*BinaryExpr) PromQLExpr() {}
429 func (e *BinaryExpr) PositionRange() PositionRange {
/dports/net-mgmt/prometheus2/prometheus-2.30.3/promql/parser/
H A Dast.go96 type BinaryExpr struct { struct
97 Op ItemType // The operation of the expression.
98 LHS, RHS Expr // The operands on the respective sides of the operator.
102 VectorMatching *VectorMatching
105 ReturnBool bool
227 func (e *BinaryExpr) Type() ValueType {
236 func (*BinaryExpr) PromQLExpr() {}
429 func (e *BinaryExpr) PositionRange() PositionRange {
/dports/dns/dnscrypt-proxy2/dnscrypt-proxy-2.1.1/vendor/github.com/securego/gosec/v2/
H A Dhelpers.go230 func GetBinaryExprOperands(be *ast.BinaryExpr) []ast.Node {
342 func ConcatString(n *ast.BinaryExpr) (string, bool) {
367 func FindVarIdentities(n *ast.BinaryExpr, c *Context) ([]*ast.Ident, bool) {

12345678910>>...15