| LOW | diff.go | 21 | // |
| LOW | diff.go | 181 | // tgs returns the pairs of indexes of the longest common subsequence |
| LOW | main.go | 2341 | |
| LOW | testdata/corpus.yaml | 1 | # This contains code from https://github.com/dgryski/tinygo-test-corpus |
| LOW | testdata/corpus.yaml | 241 | - pkg: stat/distmat |
| LOW | testdata/corpus.yaml | 261 | #- pkg: spatial/vptree # panic: unimplemented: (reflect.Value).MapKeys() |
| LOW | testdata/errors/compiler.go | 21 | // ERROR: compiler.go:4:6: can only use //go:wasmimport on declarations |
| LOW | testdata/errors/interp.go | 21 | // ERROR: # main |
| LOW | tools/gen-device-svd/gen-device-svd.go | 941 | } |
| LOW | targets/wasm_exec.js | 1 | // Copyright 2018 The Go Authors. All rights reserved. |
| LOW | interp/memory.go | 1 | package interp |
| LOW | interp/memory.go | 581 | if !llvmType.IsNil() && llvmType.TypeKind() != llvm.PointerTypeKind { |
| LOW | interp/interpreter.go | 81 | // nodes before continuing with regular instructions. |
| LOW | interp/interpreter.go | 261 | // already be emitted in initAll. |
| LOW | interp/interpreter.go | 281 | if err != nil { |
| LOW | interp/interp.go | 81 | |
| LOW | tests/text/template/smoke/smoke_test.go | 41 | t := template.Must(template.New("letter").Parse(letter)) |
| LOW | tests/text/template/smoke/smoke_test.go | 61 | // |
| LOW | tests/text/template/smoke/smoke_test.go | 101 | // Output: |
| LOW | docs/conf.py | 1 | # -*- coding: utf-8 -*- |
| LOW | docs/conf.py | 21 | # sys.path.insert(0, os.path.abspath('.')) |
| LOW | docs/conf.py | 61 | # The full version, including alpha/beta/rc tags. |
| LOW | docs/conf.py | 81 | # directories to ignore when looking for source files. |
| LOW | docs/conf.py | 101 | # |
| LOW | docs/conf.py | 121 | # |
| LOW | docs/conf.py | 141 | |
| LOW | docs/conf.py | 161 | |
| LOW | docs/conf.py | 181 | # html_sidebars = {} |
| LOW | docs/conf.py | 201 | # |
| LOW | docs/conf.py | 221 | # Language to be used for generating the HTML full-text search index. |
| LOW | docs/conf.py | 241 | |
| LOW | docs/conf.py | 261 | |
| LOW | docs/conf.py | 281 | # |
| LOW | docs/conf.py | 321 | # dir menu entry, description, category) |
| LOW | docs/conf.py | 341 | # |
| LOW | cgo/libclang_config_llvm16.go | 1 | //go:build !byollvm && llvm16 |
| LOW | cgo/libclang_config_llvm17.go | 1 | //go:build !byollvm && llvm17 |
| LOW | cgo/libclang_config_llvm18.go | 1 | //go:build !byollvm && llvm18 |
| LOW | cgo/security.go | 1 | // Copyright 2018 The Go Authors. All rights reserved. |
| LOW | cgo/libclang_config_llvm19.go | 1 | //go:build !byollvm && llvm19 |
| LOW | cgo/libclang.go | 21 | ) |
| LOW | cgo/libclang.go | 661 | // https://clang.llvm.org/doxygen/classclang_1_1ElaboratedType.html#details |
| LOW | cgo/cgo.go | 621 | }, |
| LOW | cgo/cgo.go | 1361 | } |
| LOW | cgo/libclang_config_llvm20.go | 1 | //go:build !byollvm && !llvm15 && !llvm16 && !llvm17 && !llvm18 && !llvm19 |
| LOW | cgo/libclang_config_llvm15.go | 1 | //go:build !byollvm && llvm15 |
| LOW | cgo/testdata/flags.go | 1 | package main |
| LOW | cgo/testdata/errors.out.go | 1 | // CGo errors: |
| LOW | cgo/testdata/errors.go | 21 | #define SOME_CONST_b 3 ) // const with lots of weird whitespace (to test error locations) |
| LOW | loader/goroot.go | 301 | // always creates a symlink. On Windows, it tries to create a symlink and if |
| LOW | loader/loader.go | 221 | // tested package with *_test.go files, but excluding the original |
| LOW | loader/loader.go | 301 | // Sorted returns a list of all packages, sorted in a way that no packages come |
| LOW | builder/library.go | 41 | librarySources func(target string, libcNeedsMalloc bool) ([]string, error) |
| LOW | builder/buildid.go | 81 | // Normally we would have found a build ID by now. But not on Nix, |
| LOW | builder/cc.go | 21 | "tinygo.org/x/go-llvm" |
| LOW | builder/cc.go | 41 | // return outfile |
| LOW | builder/cc.go | 241 | } |
| LOW | builder/sizes_test.go | 21 | } |
| LOW | builder/build.go | 41 | // The executable directly from the linker, usually including debug |
| LOW | builder/build.go | 61 | // correctly printing test results: the import path isn't always the same as |
| 523 more matches not shown… |