Home
last modified time | relevance | path

Searched refs:checkSelfPath (Results 1 – 2 of 2) sorted by relevance

/dports/sysutils/istio/istio-1.6.7/vendor/github.com/open-policy-agent/opa/ast/
H A Dcompile.go465 c.checkSelfPath(node.Loc(), eq, node, node)
472 func (c *Compiler) checkSelfPath(loc *Location, eq func(a, b util.T) bool, a, b util.T) { func
/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/open-policy-agent/opa/ast/
H A Dcompile.go641 c.checkSelfPath(node.Loc(), eq, node, node)
648 func (c *Compiler) checkSelfPath(loc *Location, eq func(a, b util.T) bool, a, b util.T) { func