Home
last modified time | relevance | path

Searched defs:PackageInfo (Results 1 – 25 of 596) sorted by relevance

12345678910>>...24

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/framework/common/
H A DtcuTestPackage.hpp90 struct PackageInfo struct in tcu::TestPackageRegistry
92PackageInfo (std::string name_, TestPackageCreateFunc createFunc_) : name(name_), createFunc(creat… in PackageInfo() argument
94 std::string name;
95 TestPackageCreateFunc createFunc;
/dports/databases/postgresql12-client/postgresql-12.9/src/pl/plpython/sql/
H A Dplpython_error.sql181 def fun2():
182 fun1()
185 fun2()
190 LANGUAGE plpythonu;
191
192 SELECT nested_warning();
194 /* AttributeError at toplevel used to give segfaults with the traceback
196 CREATE FUNCTION toplevel_attribute_error() RETURNS void AS
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gotools/go/loader/
H A Dloader.go369 type PackageInfo struct { struct
370 Pkg *types.Package
371 Importable bool // true if 'import "Pkg.Path()"' would resolve to this
373 Files []*ast.File // syntax trees for the package's files
374 Errors []error // non-nil if the package had errors
375 types.Info // type-checker deductions.
377 checker *types.Checker // transient type-checker state
378 errorFunc func(error)
381 func (info *PackageInfo) String() string { return info.Pkg.Path() }
383 func (info *PackageInfo) appendError(err error) {
[all …]
/dports/net/evans/evans-0.9.1/vendor/golang.org/x/tools/go/loader/
H A Dloader.go182 type PackageInfo struct { struct
183 Pkg *types.Package
186 Files []*ast.File // syntax trees for the package's files
187 Errors []error // non-nil if the package had errors
188 types.Info // type-checker deductions.
189 dir string // package directory
191 checker *types.Checker // transient type-checker state
192 errorFunc func(error)
195 func (info *PackageInfo) String() string { return info.Pkg.Path() }
197 func (info *PackageInfo) appendError(err error) {
[all …]
/dports/www/bugzilla2atom/bugzilla2atom-56126912bf314a80744827758d582e5e60e7178c/vendor/golang.org/x/tools/go/loader/
H A Dloader.go182 type PackageInfo struct { struct
183 Pkg *types.Package
186 Files []*ast.File // syntax trees for the package's files
187 Errors []error // non-nil if the package had errors
188 types.Info // type-checker deductions.
189 dir string // package directory
191 checker *types.Checker // transient type-checker state
192 errorFunc func(error)
195 func (info *PackageInfo) String() string { return info.Pkg.Path() }
197 func (info *PackageInfo) appendError(err error) {
[all …]
/dports/security/vault/vault-1.8.2/vendor/golang.org/x/tools/go/loader/
H A Dloader.go182 type PackageInfo struct { struct
183 Pkg *types.Package
186 Files []*ast.File // syntax trees for the package's files
187 Errors []error // non-nil if the package had errors
188 types.Info // type-checker deductions.
189 dir string // package directory
191 checker *types.Checker // transient type-checker state
192 errorFunc func(error)
195 func (info *PackageInfo) String() string { return info.Pkg.Path() }
197 func (info *PackageInfo) appendError(err error) {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/golang.org/x/tools/go/loader/
H A Dloader.go181 type PackageInfo struct { struct
182 Pkg *types.Package
185 Files []*ast.File // syntax trees for the package's files
186 Errors []error // non-nil if the package had errors
187 types.Info // type-checker deductions.
188 dir string // package directory
190 checker *types.Checker // transient type-checker state
191 errorFunc func(error)
194 func (info *PackageInfo) String() string { return info.Pkg.Path() }
196 func (info *PackageInfo) appendError(err error) {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/go-swagger/go-swagger/vendor/golang.org/x/tools/go/loader/
H A Dloader.go183 type PackageInfo struct { struct
184 Pkg *types.Package
187 Files []*ast.File // syntax trees for the package's files
188 Errors []error // non-nil if the package had errors
189 types.Info // type-checker deductions.
190 dir string // package directory
192 checker *types.Checker // transient type-checker state
193 errorFunc func(error)
196 func (info *PackageInfo) String() string { return info.Pkg.Path() }
198 func (info *PackageInfo) appendError(err error) {
[all …]
/dports/devel/app-builder/app-builder-3.4.2/vendor/github.com/aws/aws-sdk-go/awsmigrate/awsmigrate-renamer/vendor/golang.org/x/tools/go/loader/
H A Dloader.go180 type PackageInfo struct { struct
181 Pkg *types.Package
184 Files []*ast.File // syntax trees for the package's files
185 Errors []error // non-nil if the package had errors
186 types.Info // type-checker deductions.
187 dir string // package directory
189 checker *types.Checker // transient type-checker state
190 errorFunc func(error)
193 func (info *PackageInfo) String() string { return info.Pkg.Path() }
195 func (info *PackageInfo) appendError(err error) {
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/golang.org/x/tools/go/loader/
H A Dloader.go182 type PackageInfo struct { struct
183 Pkg *types.Package
186 Files []*ast.File // syntax trees for the package's files
187 Errors []error // non-nil if the package had errors
188 types.Info // type-checker deductions.
189 dir string // package directory
191 checker *types.Checker // transient type-checker state
192 errorFunc func(error)
195 func (info *PackageInfo) String() string { return info.Pkg.Path() }
197 func (info *PackageInfo) appendError(err error) {
[all …]
/dports/dns/dnscrypt-proxy2/dnscrypt-proxy-2.1.1/vendor/golang.org/x/tools/go/loader/
H A Dloader.go182 type PackageInfo struct { struct
183 Pkg *types.Package
186 Files []*ast.File // syntax trees for the package's files
187 Errors []error // non-nil if the package had errors
188 types.Info // type-checker deductions.
189 dir string // package directory
191 checker *types.Checker // transient type-checker state
192 errorFunc func(error)
195 func (info *PackageInfo) String() string { return info.Pkg.Path() }
197 func (info *PackageInfo) appendError(err error) {
[all …]
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/golang.org/x/tools/go/loader/
H A Dloader.go182 type PackageInfo struct { struct
183 Pkg *types.Package
186 Files []*ast.File // syntax trees for the package's files
187 Errors []error // non-nil if the package had errors
188 types.Info // type-checker deductions.
189 dir string // package directory
191 checker *types.Checker // transient type-checker state
192 errorFunc func(error)
195 func (info *PackageInfo) String() string { return info.Pkg.Path() }
197 func (info *PackageInfo) appendError(err error) {
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/aws/aws-sdk-go/awsmigrate/awsmigrate-renamer/vendor/golang.org/x/tools/go/loader/
H A Dloader.go180 type PackageInfo struct { struct
181 Pkg *types.Package
184 Files []*ast.File // syntax trees for the package's files
185 Errors []error // non-nil if the package had errors
186 types.Info // type-checker deductions.
187 dir string // package directory
189 checker *types.Checker // transient type-checker state
190 errorFunc func(error)
193 func (info *PackageInfo) String() string { return info.Pkg.Path() }
195 func (info *PackageInfo) appendError(err error) {
[all …]
/dports/devel/liteide/liteide-x37.4/liteidex/vendor/golang.org/x/tools/go/loader/
H A Dloader.go182 type PackageInfo struct { struct
183 Pkg *types.Package
186 Files []*ast.File // syntax trees for the package's files
187 Errors []error // non-nil if the package had errors
188 types.Info // type-checker deductions.
189 dir string // package directory
191 checker *types.Checker // transient type-checker state
192 errorFunc func(error)
195 func (info *PackageInfo) String() string { return info.Pkg.Path() }
197 func (info *PackageInfo) appendError(err error) {
[all …]
/dports/www/gitea/gitea-1.16.5/vendor/golang.org/x/tools/go/loader/
H A Dloader.go182 type PackageInfo struct { struct
183 Pkg *types.Package
186 Files []*ast.File // syntax trees for the package's files
187 Errors []error // non-nil if the package had errors
188 types.Info // type-checker deductions.
189 dir string // package directory
191 checker *types.Checker // transient type-checker state
192 errorFunc func(error)
195 func (info *PackageInfo) String() string { return info.Pkg.Path() }
197 func (info *PackageInfo) appendError(err error) {
[all …]
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/golang.org/x/tools/go/loader/
H A Dloader.go182 type PackageInfo struct { struct
183 Pkg *types.Package
186 Files []*ast.File // syntax trees for the package's files
187 Errors []error // non-nil if the package had errors
188 types.Info // type-checker deductions.
189 dir string // package directory
191 checker *types.Checker // transient type-checker state
192 errorFunc func(error)
195 func (info *PackageInfo) String() string { return info.Pkg.Path() }
197 func (info *PackageInfo) appendError(err error) {
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/golang.org/x/tools/go/loader/
H A Dloader.go182 type PackageInfo struct { struct
183 Pkg *types.Package
186 Files []*ast.File // syntax trees for the package's files
187 Errors []error // non-nil if the package had errors
188 types.Info // type-checker deductions.
189 dir string // package directory
191 checker *types.Checker // transient type-checker state
192 errorFunc func(error)
195 func (info *PackageInfo) String() string { return info.Pkg.Path() }
197 func (info *PackageInfo) appendError(err error) {
[all …]
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/golang.org/x/tools/tools-5eefd052ad72/go/loader/
H A Dloader.go182 type PackageInfo struct { struct
183 Pkg *types.Package
186 Files []*ast.File // syntax trees for the package's files
187 Errors []error // non-nil if the package had errors
188 types.Info // type-checker deductions.
189 dir string // package directory
191 checker *types.Checker // transient type-checker state
192 errorFunc func(error)
195 func (info *PackageInfo) String() string { return info.Pkg.Path() }
197 func (info *PackageInfo) appendError(err error) {
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/golang.org/x/tools/go/loader/
H A Dloader.go182 type PackageInfo struct { struct
183 Pkg *types.Package
186 Files []*ast.File // syntax trees for the package's files
187 Errors []error // non-nil if the package had errors
188 types.Info // type-checker deductions.
189 dir string // package directory
191 checker *types.Checker // transient type-checker state
192 errorFunc func(error)
195 func (info *PackageInfo) String() string { return info.Pkg.Path() }
197 func (info *PackageInfo) appendError(err error) {
[all …]
/dports/security/xray-core/Xray-core-1.5.0/vendor/golang.org/x/tools/go/loader/
H A Dloader.go182 type PackageInfo struct { struct
183 Pkg *types.Package
186 Files []*ast.File // syntax trees for the package's files
187 Errors []error // non-nil if the package had errors
188 types.Info // type-checker deductions.
189 dir string // package directory
191 checker *types.Checker // transient type-checker state
192 errorFunc func(error)
195 func (info *PackageInfo) String() string { return info.Pkg.Path() }
197 func (info *PackageInfo) appendError(err error) {
[all …]
/dports/security/vuls/vuls-0.13.7/vendor/golang.org/x/tools/go/loader/
H A Dloader.go182 type PackageInfo struct { struct
183 Pkg *types.Package
186 Files []*ast.File // syntax trees for the package's files
187 Errors []error // non-nil if the package had errors
188 types.Info // type-checker deductions.
189 dir string // package directory
191 checker *types.Checker // transient type-checker state
192 errorFunc func(error)
195 func (info *PackageInfo) String() string { return info.Pkg.Path() }
197 func (info *PackageInfo) appendError(err error) {
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/golang.org/x/tools/go/loader/
H A Dloader.go182 type PackageInfo struct { struct
183 Pkg *types.Package
186 Files []*ast.File // syntax trees for the package's files
187 Errors []error // non-nil if the package had errors
188 types.Info // type-checker deductions.
189 dir string // package directory
191 checker *types.Checker // transient type-checker state
192 errorFunc func(error)
195 func (info *PackageInfo) String() string { return info.Pkg.Path() }
197 func (info *PackageInfo) appendError(err error) {
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/golang.org/x/tools/go/loader/
H A Dloader.go182 type PackageInfo struct { struct
183 Pkg *types.Package
186 Files []*ast.File // syntax trees for the package's files
187 Errors []error // non-nil if the package had errors
188 types.Info // type-checker deductions.
189 dir string // package directory
191 checker *types.Checker // transient type-checker state
192 errorFunc func(error)
195 func (info *PackageInfo) String() string { return info.Pkg.Path() }
197 func (info *PackageInfo) appendError(err error) {
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/aws/aws-sdk-go/awsmigrate/awsmigrate-renamer/vendor/golang.org/x/tools/go/loader/
H A Dloader.go180 type PackageInfo struct { struct
181 Pkg *types.Package
184 Files []*ast.File // syntax trees for the package's files
185 Errors []error // non-nil if the package had errors
186 types.Info // type-checker deductions.
187 dir string // package directory
189 checker *types.Checker // transient type-checker state
190 errorFunc func(error)
193 func (info *PackageInfo) String() string { return info.Pkg.Path() }
195 func (info *PackageInfo) appendError(err error) {
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/golang.org/x/tools/go/loader/
H A Dloader.go182 type PackageInfo struct { struct
183 Pkg *types.Package
186 Files []*ast.File // syntax trees for the package's files
187 Errors []error // non-nil if the package had errors
188 types.Info // type-checker deductions.
189 dir string // package directory
191 checker *types.Checker // transient type-checker state
192 errorFunc func(error)
195 func (info *PackageInfo) String() string { return info.Pkg.Path() }
197 func (info *PackageInfo) appendError(err error) {
[all …]

12345678910>>...24