Home
last modified time | relevance | path

Searched defs:checker (Results 1 – 25 of 4139) sorted by relevance

12345678910>>...166

/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/sol2/sol/
H A Dstack_check_unqualified.hpp83 struct checker { struct
188 struct checker<lua_nil_t, expected, C> { struct
254 struct checker<type, type::poly, C> { struct
263 struct checker<T, type::poly, C> { struct
328 struct checker<T, type::function, C> { struct
366 struct checker<T, type::table, C> { struct
405 struct checker<env_t, type::poly, C> { struct
516 struct checker<T, type::userdata, C> { struct
524 struct checker<T*, type::userdata, C> { struct
635 typedef std::variant<Tn...> V;
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/sol2/sol/
H A Dstack_check.hpp66 struct checker { struct
109 struct checker<lua_nil_t, expected, C> { struct
131 struct checker<this_state, type::poly, C> { struct
149 struct checker<type, type::poly, C> { struct
158 struct checker<T, type::poly, C> { struct
172 struct checker<T, type::lightuserdata, C> { struct
215 struct checker<T, type::function, C> { struct
253 struct checker<T, type::table, C> { struct
312 struct checker<T, type::userdata, C> { struct
321 struct checker<T*, type::userdata, C> { struct
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/sol2/sol/
H A Dstack_check.hpp66 struct checker { struct
109 struct checker<lua_nil_t, expected, C> { struct
131 struct checker<this_state, type::poly, C> { struct
149 struct checker<type, type::poly, C> { struct
158 struct checker<T, type::poly, C> { struct
172 struct checker<T, type::lightuserdata, C> { struct
215 struct checker<T, type::function, C> { struct
253 struct checker<T, type::table, C> { struct
312 struct checker<T, type::userdata, C> { struct
321 struct checker<T*, type::userdata, C> { struct
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/google/cel-go/checker/
H A Dchecker.go17 package checker package
31 type checker struct { struct
32 env *Env
33 errors *typeErrors
34 mappings *mapping
35 freeTypeVarCounter int
36 sourceInfo *exprpb.SourceInfo
37 types map[int64]*exprpb.Type
38 references map[int64]*exprpb.Reference
76 func (c *checker) check(e *exprpb.Expr) {
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/libgo/go/go/types/
H A Dcheck.go18 type checker struct { struct
19 ctxt *Context
20 fset *token.FileSet
21 files []*ast.File
24 pkg *Package // current package
35 func (check *checker) register(id *ast.Ident, obj Object) {
58 func (check *checker) lookup(ident *ast.Ident) Object {
182 func (check *checker) object(obj Object, cycleOk bool) {
291 func (check *checker) assocInitvals(decl *ast.GenDecl) {
310 func (check *checker) assocMethod(meth *ast.FuncDecl) {
[all …]
/dports/science/gromacs/gromacs-2021.4/src/testutils/tests/
H A Drefdata_tests.cpp72 TestReferenceChecker checker(data.rootChecker()); in TEST() local
84 TestReferenceChecker checker(data.rootChecker()); in TEST() local
103 TestReferenceChecker checker(data.rootChecker()); in TEST() local
110 TestReferenceChecker checker(data.rootChecker()); in TEST() local
122 TestReferenceChecker checker(data.rootChecker()); in TEST() local
129 TestReferenceChecker checker(data.rootChecker()); in TEST() local
147 TestReferenceChecker checker(data.rootChecker()); in TEST() local
153 TestReferenceChecker checker(data.rootChecker()); in TEST() local
169 TestReferenceChecker checker(data.rootChecker()); in TEST() local
176 TestReferenceChecker checker(data.rootChecker()); in TEST() local
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/golang.org/x/tools/go/analysis/passes/buildtag/
H A Dbuildtag.go100 type checker struct { struct
101 pass *analysis.Pass
102 plusBuildOK bool // "+build" lines still OK
103 goBuildOK bool // "go:build" lines still OK
105 inStar bool // currently in a /* */ comment
108 goBuild constraint.Expr // go:build constraint found
109 plusBuild constraint.Expr // AND of +build constraints found
112 func (check *checker) init(pass *analysis.Pass) {
119 func (check *checker) file(pos token.Pos, text string) {
202 func (check *checker) comment(pos token.Pos, text string) {
[all …]
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/vendor/golang.org/x/tools/go/analysis/passes/buildtag/
H A Dbuildtag.go100 type checker struct { struct
101 pass *analysis.Pass
102 plusBuildOK bool // "+build" lines still OK
103 goBuildOK bool // "go:build" lines still OK
105 inStar bool // currently in a /* */ comment
108 goBuild constraint.Expr // go:build constraint found
109 plusBuild constraint.Expr // AND of +build constraints found
112 func (check *checker) init(pass *analysis.Pass) {
119 func (check *checker) file(pos token.Pos, text string) {
202 func (check *checker) comment(pos token.Pos, text string) {
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/golang.org/x/tools/go/analysis/passes/buildtag/
H A Dbuildtag.go100 type checker struct { struct
101 pass *analysis.Pass
102 plusBuildOK bool // "+build" lines still OK
103 goBuildOK bool // "go:build" lines still OK
105 inStar bool // currently in a /* */ comment
108 goBuild constraint.Expr // go:build constraint found
109 plusBuild constraint.Expr // AND of +build constraints found
112 func (check *checker) init(pass *analysis.Pass) {
119 func (check *checker) file(pos token.Pos, text string) {
202 func (check *checker) comment(pos token.Pos, text string) {
[all …]
/dports/security/xray-core/Xray-core-1.5.0/vendor/golang.org/x/tools/go/analysis/passes/buildtag/
H A Dbuildtag.go100 type checker struct { struct
101 pass *analysis.Pass
102 plusBuildOK bool // "+build" lines still OK
103 goBuildOK bool // "go:build" lines still OK
105 inStar bool // currently in a /* */ comment
108 goBuild constraint.Expr // go:build constraint found
109 plusBuild constraint.Expr // AND of +build constraints found
112 func (check *checker) init(pass *analysis.Pass) {
119 func (check *checker) file(pos token.Pos, text string) {
202 func (check *checker) comment(pos token.Pos, text string) {
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/golang.org/x/tools/go/analysis/passes/buildtag/
H A Dbuildtag.go100 type checker struct { struct
101 pass *analysis.Pass
102 plusBuildOK bool // "+build" lines still OK
103 goBuildOK bool // "go:build" lines still OK
105 inStar bool // currently in a /* */ comment
108 goBuild constraint.Expr // go:build constraint found
109 plusBuild constraint.Expr // AND of +build constraints found
112 func (check *checker) init(pass *analysis.Pass) {
119 func (check *checker) file(pos token.Pos, text string) {
202 func (check *checker) comment(pos token.Pos, text string) {
[all …]
/dports/dns/blocky/blocky-0.17/vendor/golang.org/x/tools/go/analysis/passes/buildtag/
H A Dbuildtag.go100 type checker struct { struct
101 pass *analysis.Pass
102 plusBuildOK bool // "+build" lines still OK
103 goBuildOK bool // "go:build" lines still OK
105 inStar bool // currently in a /* */ comment
108 goBuild constraint.Expr // go:build constraint found
109 plusBuild constraint.Expr // AND of +build constraints found
112 func (check *checker) init(pass *analysis.Pass) {
119 func (check *checker) file(pos token.Pos, text string) {
202 func (check *checker) comment(pos token.Pos, text string) {
[all …]
/dports/dns/dnscrypt-proxy2/dnscrypt-proxy-2.1.1/vendor/golang.org/x/tools/go/analysis/passes/buildtag/
H A Dbuildtag.go100 type checker struct { struct
101 pass *analysis.Pass
102 plusBuildOK bool // "+build" lines still OK
103 goBuildOK bool // "go:build" lines still OK
105 inStar bool // currently in a /* */ comment
108 goBuild constraint.Expr // go:build constraint found
109 plusBuild constraint.Expr // AND of +build constraints found
112 func (check *checker) init(pass *analysis.Pass) {
119 func (check *checker) file(pos token.Pos, text string) {
202 func (check *checker) comment(pos token.Pos, text string) {
[all …]
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/golang.org/x/tools/go/analysis/passes/buildtag/
H A Dbuildtag.go100 type checker struct { struct
101 pass *analysis.Pass
102 plusBuildOK bool // "+build" lines still OK
103 goBuildOK bool // "go:build" lines still OK
105 inStar bool // currently in a /* */ comment
108 goBuild constraint.Expr // go:build constraint found
109 plusBuild constraint.Expr // AND of +build constraints found
112 func (check *checker) init(pass *analysis.Pass) {
119 func (check *checker) file(pos token.Pos, text string) {
202 func (check *checker) comment(pos token.Pos, text string) {
[all …]
/dports/sysutils/restic/restic-0.12.1/vendor/golang.org/x/tools/go/analysis/passes/buildtag/
H A Dbuildtag.go100 type checker struct { struct
101 pass *analysis.Pass
102 plusBuildOK bool // "+build" lines still OK
103 goBuildOK bool // "go:build" lines still OK
105 inStar bool // currently in a /* */ comment
108 goBuild constraint.Expr // go:build constraint found
109 plusBuild constraint.Expr // AND of +build constraints found
112 func (check *checker) init(pass *analysis.Pass) {
119 func (check *checker) file(pos token.Pos, text string) {
202 func (check *checker) comment(pos token.Pos, text string) {
[all …]
/dports/net/storj/storj-1.45.3/vendor/golang.org/x/tools/go/analysis/passes/buildtag/
H A Dbuildtag.go100 type checker struct { struct
101 pass *analysis.Pass
102 plusBuildOK bool // "+build" lines still OK
103 goBuildOK bool // "go:build" lines still OK
105 inStar bool // currently in a /* */ comment
108 goBuild constraint.Expr // go:build constraint found
109 plusBuild constraint.Expr // AND of +build constraints found
112 func (check *checker) init(pass *analysis.Pass) {
119 func (check *checker) file(pos token.Pos, text string) {
202 func (check *checker) comment(pos token.Pos, text string) {
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/golang.org/x/tools/go/analysis/passes/buildtag/
H A Dbuildtag.go100 type checker struct { struct
101 pass *analysis.Pass
102 plusBuildOK bool // "+build" lines still OK
103 goBuildOK bool // "go:build" lines still OK
105 inStar bool // currently in a /* */ comment
108 goBuild constraint.Expr // go:build constraint found
109 plusBuild constraint.Expr // AND of +build constraints found
112 func (check *checker) init(pass *analysis.Pass) {
119 func (check *checker) file(pos token.Pos, text string) {
202 func (check *checker) comment(pos token.Pos, text string) {
[all …]
/dports/sysutils/terraform-docs/terraform-docs-0.16.0/vendor/golang.org/x/tools/go/analysis/passes/buildtag/
H A Dbuildtag.go100 type checker struct { struct
101 pass *analysis.Pass
102 plusBuildOK bool // "+build" lines still OK
103 goBuildOK bool // "go:build" lines still OK
105 inStar bool // currently in a /* */ comment
108 goBuild constraint.Expr // go:build constraint found
109 plusBuild constraint.Expr // AND of +build constraints found
112 func (check *checker) init(pass *analysis.Pass) {
119 func (check *checker) file(pos token.Pos, text string) {
202 func (check *checker) comment(pos token.Pos, text string) {
[all …]
/dports/graphics/qgis/qgis-3.22.3/tests/src/core/
H A Dtestqgslayoutpicture.cpp132 QgsLayoutChecker checker( QStringLiteral( "composerpicture_render" ), mLayout ); in pictureRender() local
150 QgsLayoutChecker checker( QStringLiteral( "composerpicture_render" ), &l ); in pictureRaster() local
167 QgsLayoutChecker checker( QStringLiteral( "composerpicture_svg_zoom" ), &l ); in pictureSvg() local
178 QgsLayoutChecker checker( QStringLiteral( "composerpicture_rotation" ), mLayout ); in pictureRotation() local
192 QgsLayoutChecker checker( QStringLiteral( "composerpicture_itemrotation" ), mLayout ); in pictureItemRotation() local
206 QgsLayoutChecker checker( QStringLiteral( "composerpicture_resize_zoom" ), mLayout ); in pictureResizeZoom() local
234 QgsLayoutChecker checker( QStringLiteral( "composerpicture_resize_clip" ), mLayout ); in pictureResizeClip() local
283 QgsLayoutChecker checker( QStringLiteral( "composerpicture_clip_anchor" ), mLayout ); in pictureClipAnchor() local
335 QgsLayoutChecker checker( QStringLiteral( "composerpicture_svg_zoom" ), mLayout ); in pictureSvgZoom() local
406 QgsLayoutChecker checker( QStringLiteral( "composerpicture_svg_params" ), mLayout ); in svgParameters() local
[all …]
/dports/graphics/qgis-ltr/qgis-3.16.16/tests/src/core/
H A Dtestqgslayoutpicture.cpp129 QgsLayoutChecker checker( QStringLiteral( "composerpicture_render" ), mLayout ); in pictureRender() local
147 QgsLayoutChecker checker( QStringLiteral( "composerpicture_render" ), &l ); in pictureRaster() local
164 QgsLayoutChecker checker( QStringLiteral( "composerpicture_svg_zoom" ), &l ); in pictureSvg() local
175 QgsLayoutChecker checker( QStringLiteral( "composerpicture_rotation" ), mLayout ); in pictureRotation() local
189 QgsLayoutChecker checker( QStringLiteral( "composerpicture_itemrotation" ), mLayout ); in pictureItemRotation() local
203 QgsLayoutChecker checker( QStringLiteral( "composerpicture_resize_zoom" ), mLayout ); in pictureResizeZoom() local
231 QgsLayoutChecker checker( QStringLiteral( "composerpicture_resize_clip" ), mLayout ); in pictureResizeClip() local
280 QgsLayoutChecker checker( QStringLiteral( "composerpicture_clip_anchor" ), mLayout ); in pictureClipAnchor() local
332 QgsLayoutChecker checker( QStringLiteral( "composerpicture_svg_zoom" ), mLayout ); in pictureSvgZoom() local
403 QgsLayoutChecker checker( QStringLiteral( "composerpicture_svg_params" ), mLayout ); in svgParameters() local
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h41 static void _register(CHECKER *checker, CheckerManager &mgr) { in _register()
57 static void _register(CHECKER *checker, CheckerManager &mgr) { in _register()
65 static void _checkEndOfTranslationUnit(void *checker, in _checkEndOfTranslationUnit()
74 static void _register(CHECKER *checker, CheckerManager &mgr){ in _register()
166 static void _checkCall(void *checker, const CallEvent &msg, in _checkCall()
181 static void _checkCall(void *checker, const CallEvent &msg, in _checkCall()
196 static void _checkLocation(void *checker, in _checkLocation()
212 static void _checkBind(void *checker, in _checkBind()
319 static void _checkDeadSymbols(void *checker, in _checkDeadSymbols()
335 _checkRegionChanges(void *checker, in _checkRegionChanges()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h41 static void _register(CHECKER *checker, CheckerManager &mgr) { in _register()
57 static void _register(CHECKER *checker, CheckerManager &mgr) { in _register()
65 static void _checkEndOfTranslationUnit(void *checker, in _checkEndOfTranslationUnit()
74 static void _register(CHECKER *checker, CheckerManager &mgr){ in _register()
166 static void _checkCall(void *checker, const CallEvent &msg, in _checkCall()
181 static void _checkCall(void *checker, const CallEvent &msg, in _checkCall()
196 static void _checkLocation(void *checker, in _checkLocation()
212 static void _checkBind(void *checker, in _checkBind()
319 static void _checkDeadSymbols(void *checker, in _checkDeadSymbols()
335 _checkRegionChanges(void *checker, in _checkRegionChanges()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h41 static void _register(CHECKER *checker, CheckerManager &mgr) { in _register()
57 static void _register(CHECKER *checker, CheckerManager &mgr) { in _register()
65 static void _checkEndOfTranslationUnit(void *checker, in _checkEndOfTranslationUnit()
74 static void _register(CHECKER *checker, CheckerManager &mgr){ in _register()
166 static void _checkCall(void *checker, const CallEvent &msg, in _checkCall()
181 static void _checkCall(void *checker, const CallEvent &msg, in _checkCall()
196 static void _checkLocation(void *checker, in _checkLocation()
212 static void _checkBind(void *checker, in _checkBind()
319 static void _checkDeadSymbols(void *checker, in _checkDeadSymbols()
335 _checkRegionChanges(void *checker, in _checkRegionChanges()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h41 static void _register(CHECKER *checker, CheckerManager &mgr) { in _register()
57 static void _register(CHECKER *checker, CheckerManager &mgr) { in _register()
65 static void _checkEndOfTranslationUnit(void *checker, in _checkEndOfTranslationUnit()
74 static void _register(CHECKER *checker, CheckerManager &mgr){ in _register()
166 static void _checkCall(void *checker, const CallEvent &msg, in _checkCall()
181 static void _checkCall(void *checker, const CallEvent &msg, in _checkCall()
196 static void _checkLocation(void *checker, in _checkLocation()
212 static void _checkBind(void *checker, in _checkBind()
319 static void _checkDeadSymbols(void *checker, in _checkDeadSymbols()
335 _checkRegionChanges(void *checker, in _checkRegionChanges()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h41 static void _register(CHECKER *checker, CheckerManager &mgr) { in _register()
57 static void _register(CHECKER *checker, CheckerManager &mgr) { in _register()
65 static void _checkEndOfTranslationUnit(void *checker, in _checkEndOfTranslationUnit()
74 static void _register(CHECKER *checker, CheckerManager &mgr){ in _register()
166 static void _checkCall(void *checker, const CallEvent &msg, in _checkCall()
181 static void _checkCall(void *checker, const CallEvent &msg, in _checkCall()
196 static void _checkLocation(void *checker, in _checkLocation()
212 static void _checkBind(void *checker, in _checkBind()
319 static void _checkDeadSymbols(void *checker, in _checkDeadSymbols()
335 _checkRegionChanges(void *checker, in _checkRegionChanges()
[all …]

12345678910>>...166