Searched refs:pkg (Results 1 - 25 of 70) sorted by relevance

123

/haiku-buildtools/gcc/gcc/testsuite/go.test/test/safe/
H A Dnousesafe.go1 // $G $D/pkg.go && pack grc pkg.a pkg.$A 2> /dev/null && rm pkg.$A && errchk $G -I . -u $D/main.go
2 // rm -f pkg.a
H A Dusesafe.go1 // $G $D/pkg.go && pack grcS pkg.a pkg.$A 2> /dev/null && rm pkg.$A && $G -I . -u $D/main.go
2 // rm -f pkg.a
H A Dmain.go10 import "pkg" // ERROR "import unsafe package"
13 print(pkg.Float32bits(1.0))
H A Dpkg.go9 package pkg package
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/bug382.dir/
H A Dprog.go9 import "./pkg"
11 var x = pkg.E
13 var fo = struct{ F pkg.T }{F: x}
H A Dpkg.go5 package pkg package
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/bug369.dir/
H A Dpkg.go5 package pkg package
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/
H A Dbug206.go36 throw+0x33 /home/gri/go/src/pkg/runtime/runtime.c:71
38 sys��throwindex+0x1c /home/gri/go/src/pkg/runtime/runtime.c:45
44 mainstart+0xf /home/gri/go/src/pkg/runtime/amd64/asm.s:55
46 goexit /home/gri/go/src/pkg/runtime/proc.c:133
H A Dbug380.go9 package pkg package
H A Dissue5963.go38 /Users/rsc/g/go/src/pkg/runtime/mheap.c:438
40 /Users/rsc/g/go/src/pkg/runtime/proc.c:1313
42 /Users/rsc/g/go/src/pkg/runtime/proc.c:165
H A Dissue5609.go9 package pkg package
H A Dbug286.go82 runtime.panic+0x7c /home/gri/go1/src/pkg/runtime/proc.c:1012
86 mainstart+0xf /home/gri/go1/src/pkg/runtime/amd64/asm.s:60
88 goexit /home/gri/go1/src/pkg/runtime/proc.c:145
H A Dbug369.go1 // $G -N -o slow.$A $D/bug369.dir/pkg.go &&
2 // $G -o fast.$A $D/bug369.dir/pkg.go &&
/haiku-buildtools/gcc/gcc/jit/docs/examples/tut04-toyvm/
H A DMakefile8 g++ -Wall -g -o $@ $< $(shell pkg-config --cflags --libs libgccjit)
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/stress/
H A Dparsego.go67 pkgroot := runtime.GOROOT() + "/src/pkg/"
70 for _, pkg := range packages {
71 m[pkg] = parseDir(pkgroot + pkg)
72 Println("parsed go package", pkg)
/haiku-buildtools/legacy/binutils/
H A Dlibtool.m4367 for pkg in $enableval; do
368 if test "X$pkg" = "X$p"; then
400 for pkg in $enableval; do
401 if test "X$pkg" = "X$p"; then
435 for pkg in $enableval; do
436 if test "X$pkg" = "X$p"; then
/haiku-buildtools/gcc/gotools/
H A DMakefile.am61 $(cmdsrcdir)/go/pkg.go \
H A DMakefile.in251 $(cmdsrcdir)/go/pkg.go \
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/bench/go1/
H A Dparserdata_test.go7 // src/pkg/go/parser/parser.go at rev 9b455eb64690, then
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/bench/garbage/
H A Dparser.go88 pkgroot := runtime.GOROOT() + "/src/pkg/"
/haiku-buildtools/legacy/binutils/gprof/
H A Dconfigure3085 for pkg in $enableval; do
3086 if test "X$pkg" = "X$p"; then
3107 for pkg in $enableval; do
3108 if test "X$pkg" = "X$p"; then
3129 for pkg in $enableval; do
3130 if test "X$pkg" = "X$p"; then
/haiku-buildtools/legacy/binutils/opcodes/
H A Dconfigure3253 for pkg in $enableval; do
3254 if test "X$pkg" = "X$p"; then
3276 for pkg in $enableval; do
3277 if test "X$pkg" = "X$p"; then
3298 for pkg in $enableval; do
3299 if test "X$pkg" = "X$p"; then
/haiku-buildtools/legacy/binutils/gas/
H A Dconfigure3086 for pkg in $enableval; do
3087 if test "X$pkg" = "X$p"; then
3108 for pkg in $enableval; do
3109 if test "X$pkg" = "X$p"; then
3130 for pkg in $enableval; do
3131 if test "X$pkg" = "X$p"; then
/haiku-buildtools/legacy/binutils/ld/
H A Dconfigure3088 for pkg in $enableval; do
3089 if test "X$pkg" = "X$p"; then
3110 for pkg in $enableval; do
3111 if test "X$pkg" = "X$p"; then
3132 for pkg in $enableval; do
3133 if test "X$pkg" = "X$p"; then
/haiku-buildtools/legacy/gcc/gcc/java/
H A Dparse.c7902 resolve_package (pkg, next)
7903 tree pkg, *next;
7907 char *name = IDENTIFIER_POINTER (EXPR_WFL_NODE (pkg));
7917 TREE_CHAIN (TREE_CHAIN (TREE_CHAIN (EXPR_WFL_QUALIFICATION (pkg))));
7922 *next = TREE_CHAIN (TREE_CHAIN (EXPR_WFL_QUALIFICATION (pkg)));
7930 *next = EXPR_WFL_QUALIFICATION (pkg);

Completed in 195 milliseconds

123