Searched refs:imported (Results 1 - 19 of 19) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/cpp/frame/one.framework/Frameworks/OneSub.framework/Headers/
H A DC.h2 #error should only be imported once
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/issue5957.dir/
H A Dc.go4 "./a" // ERROR "imported and not used: \x22a\x22 as surprise|imported and not used: surprise"
5 "./b" // GC_ERROR "imported and not used: \x22b\x22 as surprise2|imported and not used: surprise2"
6 b "./b" // ERROR "imported and not used: \x22b\x22$|imported and not used: surprise2"
7 foo "math" // ERROR "imported and not used: \x22math\x22 as foo|imported and not used: math"
9 "strings" // ERROR "imported and not used: \x22strings\x22|imported an
[all...]
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/import4.dir/
H A Dimport4.go5 // Verify that various kinds of "imported and not used"
12 import "fmt" // ERROR "imported and not used.*fmt"
15 import X "math" // ERROR "imported and not used.*math"
18 import . "bufio" // ERROR "imported and not used.*bufio"
21 import "./empty" // GC_ERROR "imported and not used.*empty"
22 import Z "./empty" // GC_ERROR "imported and not used.*empty"
23 import . "./empty" // ERROR "imported and not used.*empty"
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/
H A Dimport1.go13 import bufio "os" // ERROR "redeclared|redefinition|incompatible" "imported and not used"
17 fmt "math" // ERROR "redeclared|redefinition|incompatible" "imported and not used: \x22math\x22 as fmt"
18 . "math" // GC_ERROR "imported and not used: \x22math\x22$"
H A Dimport4.go7 // Verify that various kinds of "imported and not used"
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/interface/
H A Drecursive1.go7 // Mutually recursive type definitions imported and used by recursive1.go.
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/
H A Dbug367.go7 // Issue 1536: bug when handling imported interfaces with
H A Dbug414.go7 // Issue 1743: test embedding of imported types with private methods.
H A Dbug358.go13 "io/ioutil" // GCCGO_ERROR "imported and not used"
15 "os" // GCCGO_ERROR "imported and not used"
H A Dbug239.go19 bug239.go:11: imported and not used: unsafe
H A Dbug478.go8 // imported embedded type caused a gccgo compilation failure.
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/issue4510.dir/
H A Df1.go7 import "fmt" // ERROR "fmt redeclared|imported"
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/interface/recursive1.dir/
H A Drecursive1.go5 // Mutually recursive type definitions imported and used by recursive1.go.
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/ddd2.dir/
H A Dddd2.go5 // This file is compiled and then imported by ddd3.go.
/haiku-buildtools/legacy/gcc/gcc/config/pa/
H A Dpa.c4078 static char imported[(int)end1000];
4089 if (!imported[(int)code])
4091 imported[(int)code] = 1;
4069 static char imported[(int)end1000]; variable
/haiku-buildtools/gcc/gcc/config/pa/
H A Dpa.c5782 static char imported[(int) end1000];
5792 if (!imported[(int) code])
5794 imported[(int) code] = 1;
5770 static char imported[(int) end1000]; variable
/haiku-buildtools/gcc/gcc/fortran/
H A Dgfortran.h759 imported:1, /* Symbol has been associated by IMPORT. */ member in struct:__anon98
1471 INTMOD_NONE if it's not imported from a intrinsic module. */
H A Ddecl.c2299 imported parameters and try again after the specification
2441 /* The expression might include use-associated or imported
3349 /* All host variables should be imported. */
3402 sym->attr.imported = 1;
3415 sym->attr.imported = 1;
H A Dsymbol.c2857 && (ns->has_import_set || p->attr.imported)))

Completed in 307 milliseconds