Home
last modified time | relevance | path

Searched refs:isnil (Results 1 – 25 of 301) sorted by relevance

12345678910>>...13

/dports/audio/ardour6/Ardour-6.8.0/share/scripts/
H A Dreset_mixer.lua42 if not(ctrl:isnil()) then
53 if route:isnil() then
75 if route:isnil() then
93 if route:isnil() then
122 if not(ac:isnil()) then
129 if route:isnil() then
138 if not(proc:isnil()) then
144 if not(insert:isnil()) then
160 until proc:isnil()
203 if not(msec:isnil()) then
[all …]
H A D_channelstrip.lua17 if not p:isnil () then
23 if intsend:isnil () then return false end
29 if reverb_bus:isnil () or not reverb_bus:to_track ():isnil () then
49 if (not proc:isnil()) and plugin_uri (proc) == "urn:ardour:a-eq" then
52 …if (not proc:isnil()) and (plugin_uri (proc) == "urn:ardour:a-comp" or plugin_uri (proc) == "urn:a…
56 until proc:isnil()
64 if not send:isnil() and test_send_dest (send, reverb_bus) then
68 until send:isnil()
H A Dmixer_settings_recall.lua40 if second_check:isnil() then
62 until proc:isnil()
67 if not(plugin:isnil()) then return plugin end
172 if rt:isnil() then goto nextline end
183 if not(ctrl:isnil()) then
221 if proc:isnil() then
230 if proc and not(proc:isnil()) then
237 if not(proc:isnil()) then
284 if proc:isnil() then goto nextline end
377 if route_ptr:isnil() then
[all …]
H A Ds_ducks.lua6 if not Session:master_out():isnil() then
21 assert (not src:isnil() and not dst:isnil())
25 assert (not p:isnil ())
36 assert (not s:isnil ())
/dports/lang/v/v-0.1.29/vlib/json/
H A Djson_primitives.v27 if isnil(root) {
34 if isnil(root) {
41 if isnil(root) {
48 if isnil(root) {
55 if isnil(root) {
62 if isnil(root) {
69 if isnil(root) {
76 if isnil(root) {
83 if isnil(root) {
90 if isnil(root) {
[all …]
/dports/devel/premake5/premake-5.0.0-alpha16-src/modules/vstudio/tests/dotnet2005/
H A Dtest_nuget_framework_folders.lua36 test.isnil(dn2005.frameworkVersionForFolder("netstandard1.3"))
37 test.isnil(dn2005.frameworkVersionForFolder("sl4"))
38 test.isnil(dn2005.frameworkVersionForFolder("sl5"))
39 test.isnil(dn2005.frameworkVersionForFolder("uap10"))
40 test.isnil(dn2005.frameworkVersionForFolder("wp8"))
41 test.isnil(dn2005.frameworkVersionForFolder("wp71"))
/dports/games/0ad/0ad-0.0.23b-alpha/build/premake/premake5/modules/vstudio/tests/cs2005/
H A Dtest_nuget_framework_folders.lua36 test.isnil(cs2005.frameworkVersionForFolder("netstandard1.3"))
37 test.isnil(cs2005.frameworkVersionForFolder("sl4"))
38 test.isnil(cs2005.frameworkVersionForFolder("sl5"))
39 test.isnil(cs2005.frameworkVersionForFolder("uap10"))
40 test.isnil(cs2005.frameworkVersionForFolder("wp8"))
41 test.isnil(cs2005.frameworkVersionForFolder("wp71"))
/dports/games/0ad/0ad-0.0.23b-alpha/build/premake/premake5/tests/api/
H A Dtest_containers.lua61 test.isnil(api.scope.project)
62 test.isnil(api.scope.group)
82 test.isnil(api.scope.workspace)
83 test.isnil(api.scope.project)
84 test.isnil(api.scope.group)
93 test.isnil(api.scope.project)
/dports/devel/premake5/premake-5.0.0-alpha16-src/tests/api/
H A Dtest_containers.lua61 test.isnil(api.scope.project)
62 test.isnil(api.scope.group)
82 test.isnil(api.scope.workspace)
83 test.isnil(api.scope.project)
84 test.isnil(api.scope.group)
93 test.isnil(api.scope.project)
/dports/lang/v/v-0.1.29/vlib/builtin/
H A Dsorted_map.v76 if isnil(parent) {
101 if isnil(node.children) {
131 if !isnil(y.children) {
139 if isnil(n.children) {
172 if isnil(node.children) {
191 if isnil(node.children) {
210 if isnil(n.children) {
217 if isnil(n.children) {
291 if !isnil(child.children) {
393 if !isnil(n.children) {
[all …]
H A Disnil_test.v3 assert isnil( pb )
8 assert isnil( pv )
13 assert isnil( pc )
18 assert isnil( pi )
/dports/net/evans/evans-0.9.1/vendor/golang.org/x/tools/go/analysis/passes/nilness/
H A Dnilness.go73 if nilnessOf(stack, v) == isnil {
127 if ynil != unknown && xnil != unknown && (xnil == isnil || ynil == isnil) {
160 if xnil == isnil || ynil == isnil {
162 if xnil == isnil {
165 f = fact{binop.Y, isnil}
169 f = fact{binop.X, isnil}
216 isnil = 1 const
242 return isnil
/dports/www/bugzilla2atom/bugzilla2atom-56126912bf314a80744827758d582e5e60e7178c/vendor/golang.org/x/tools/go/analysis/passes/nilness/
H A Dnilness.go73 if nilnessOf(stack, v) == isnil {
127 if ynil != unknown && xnil != unknown && (xnil == isnil || ynil == isnil) {
160 if xnil == isnil || ynil == isnil {
162 if xnil == isnil {
165 f = fact{binop.Y, isnil}
169 f = fact{binop.X, isnil}
216 isnil = 1 const
242 return isnil
/dports/devel/go-bindata/go-bindata-3.1.3/vendor/golang.org/x/tools/go/analysis/passes/nilness/
H A Dnilness.go73 if nilnessOf(stack, v) == isnil {
127 if ynil != unknown && xnil != unknown && (xnil == isnil || ynil == isnil) {
160 if xnil == isnil || ynil == isnil {
162 if xnil == isnil {
165 f = fact{binop.Y, isnil}
169 f = fact{binop.X, isnil}
216 isnil = 1 const
242 return isnil
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/golang.org/x/tools/tools-5eefd052ad72/go/analysis/passes/nilness/
H A Dnilness.go73 if nilnessOf(stack, v) == isnil {
127 if ynil != unknown && xnil != unknown && (xnil == isnil || ynil == isnil) {
160 if xnil == isnil || ynil == isnil {
162 if xnil == isnil {
165 f = fact{binop.Y, isnil}
169 f = fact{binop.X, isnil}
216 isnil = 1 const
242 return isnil
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/golang.org/x/tools/go/analysis/passes/nilness/
H A Dnilness.go73 if nilnessOf(stack, v) == isnil {
127 if ynil != unknown && xnil != unknown && (xnil == isnil || ynil == isnil) {
160 if xnil == isnil || ynil == isnil {
162 if xnil == isnil {
165 f = fact{binop.Y, isnil}
169 f = fact{binop.X, isnil}
216 isnil = 1 const
242 return isnil
/dports/security/vuls/vuls-0.13.7/vendor/golang.org/x/tools/go/analysis/passes/nilness/
H A Dnilness.go73 if nilnessOf(stack, v) == isnil {
127 if ynil != unknown && xnil != unknown && (xnil == isnil || ynil == isnil) {
160 if xnil == isnil || ynil == isnil {
162 if xnil == isnil {
165 f = fact{binop.Y, isnil}
169 f = fact{binop.X, isnil}
216 isnil = 1 const
242 return isnil
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/golang.org/x/tools/go/analysis/passes/nilness/
H A Dnilness.go73 if nilnessOf(stack, v) == isnil {
127 if ynil != unknown && xnil != unknown && (xnil == isnil || ynil == isnil) {
160 if xnil == isnil || ynil == isnil {
162 if xnil == isnil {
165 f = fact{binop.Y, isnil}
169 f = fact{binop.X, isnil}
216 isnil = 1 const
242 return isnil
/dports/devel/golint/lint-959b441/vendor/golang.org/x/tools/go/analysis/passes/nilness/
H A Dnilness.go73 if nilnessOf(stack, v) == isnil {
127 if ynil != unknown && xnil != unknown && (xnil == isnil || ynil == isnil) {
160 if xnil == isnil || ynil == isnil {
162 if xnil == isnil {
165 f = fact{binop.Y, isnil}
169 f = fact{binop.X, isnil}
216 isnil = 1 const
242 return isnil
/dports/devel/tinygo/tinygo-0.14.1/vendor/golang.org/x/tools/go/analysis/passes/nilness/
H A Dnilness.go73 if nilnessOf(stack, v) == isnil {
127 if ynil != unknown && xnil != unknown && (xnil == isnil || ynil == isnil) {
160 if xnil == isnil || ynil == isnil {
162 if xnil == isnil {
165 f = fact{binop.Y, isnil}
169 f = fact{binop.X, isnil}
216 isnil = 1 const
242 return isnil
/dports/misc/concourse/concourse-6.7.2/vendor/golang.org/x/tools/go/analysis/passes/nilness/
H A Dnilness.go73 if nilnessOf(stack, v) == isnil {
127 if ynil != unknown && xnil != unknown && (xnil == isnil || ynil == isnil) {
160 if xnil == isnil || ynil == isnil {
162 if xnil == isnil {
165 f = fact{binop.Y, isnil}
169 f = fact{binop.X, isnil}
216 isnil = 1 const
242 return isnil
/dports/sysutils/istio/istio-1.6.7/vendor/golang.org/x/tools/go/analysis/passes/nilness/
H A Dnilness.go73 if nilnessOf(stack, v) == isnil {
127 if ynil != unknown && xnil != unknown && (xnil == isnil || ynil == isnil) {
160 if xnil == isnil || ynil == isnil {
162 if xnil == isnil {
165 f = fact{binop.Y, isnil}
169 f = fact{binop.X, isnil}
216 isnil = 1 const
242 return isnil
/dports/security/vault/vault-1.8.2/vendor/golang.org/x/tools/go/analysis/passes/nilness/
H A Dnilness.go82 if nilnessOf(stack, v) == isnil {
135 if nilnessOf(stack, instr.X) == isnil {
148 if ynil != unknown && xnil != unknown && (xnil == isnil || ynil == isnil) {
181 if xnil == isnil || ynil == isnil {
183 if xnil == isnil {
186 newFacts = expandFacts(fact{binop.Y, isnil})
190 newFacts = expandFacts(fact{binop.X, isnil})
237 isnil = 1 const
280 return isnil
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/golang.org/x/tools/go/analysis/passes/nilness/
H A Dnilness.go82 if nilnessOf(stack, v) == isnil {
135 if nilnessOf(stack, instr.X) == isnil {
148 if ynil != unknown && xnil != unknown && (xnil == isnil || ynil == isnil) {
181 if xnil == isnil || ynil == isnil {
183 if xnil == isnil {
186 newFacts = expandFacts(fact{binop.Y, isnil})
190 newFacts = expandFacts(fact{binop.X, isnil})
237 isnil = 1 const
280 return isnil
/dports/dns/dnscrypt-proxy2/dnscrypt-proxy-2.1.1/vendor/golang.org/x/tools/go/analysis/passes/nilness/
H A Dnilness.go82 if nilnessOf(stack, v) == isnil {
135 if nilnessOf(stack, instr.X) == isnil {
148 if ynil != unknown && xnil != unknown && (xnil == isnil || ynil == isnil) {
181 if xnil == isnil || ynil == isnil {
183 if xnil == isnil {
186 newFacts = expandFacts(fact{binop.Y, isnil})
190 newFacts = expandFacts(fact{binop.X, isnil})
237 isnil = 1 const
280 return isnil

12345678910>>...13