Home
last modified time | relevance | path

Searched refs:andConst (Results 1 – 7 of 7) sorted by relevance

/dports/misc/perkeep/perkeep-0.11/pkg/search/
H A Dexpr_test.go444 want: andConst(nil, ispanoC),
451 want: andConst(nil, ispanoC),
458 want: andConst(nil, ispanoC),
867 want: andConst(ispanoC, attrfoobarC),
879 want: andConst(notConst(andConst(ispanoC, attrfoobarC)), attrgorunC),
897 want: andConst(andConst(ispanoC, attrgorunC), attrfoobarC),
903 want: andConst(andConst(ispanoC, attrgorunC), attrfoobarC),
962 want: orConst(andConst(ispanoC, attrfoobarC), andConst(attrgorunC, ispanoC)),
968 want: orConst(andConst(ispanoC, attrfoobarC), andConst(notConst(attrgorunC), ispanoC)),
974 …want: orConst(andConst(ispanoC, attrfoobarC), andConst(notConst(andConst(attrgorunC, ispanoC)), is…
[all …]
H A Dexpr.go52 func andConst(a, b *Constraint) *Constraint { func
215 c = andConst(c, rhs)
358 sq.Constraint = andConst(base, c)
H A Dpredicate.go378 ValueInSet: andConst(
/dports/devel/yaegi/yaegi-0.9.23/interp/
H A Dcfg.go28 aAnd: andConst,
H A Dop.go307 func andConst(n *node) { func
/dports/net/traefik/traefik-2.6.1/vendor/github.com/traefik/yaegi/interp/
H A Dcfg.go28 aAnd: andConst,
H A Dop.go307 func andConst(n *node) { func