Searched refs:declaration (Results 1 - 25 of 31) sorted by relevance

12

/haiku-buildtools/gcc/gcc/testsuite/go.test/test/syntax/
H A Dtopexpr.go9 fmt.Printf("hello") // ERROR "non-declaration statement outside function body|expected declaration"
14 x++ // ERROR "non-declaration statement outside function body|expected declaration"
19 x,y := 1, 2 // ERROR "non-declaration statement outside function body|expected declaration"
H A Dsemi6.go9 type T // ERROR "unexpected semicolon or newline in type declaration"
H A Dforvar.go10 for var x = 0; x < 10; x++ { // ERROR "var declaration not allowed in for initializer"
H A Dvareq1.go9 var x map[string]string{"a":"b"} // ERROR "unexpected { at end of statement|expected ';' or newline after top level declaration"
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/
H A Dbug299.go16 (complex128) // ERROR "non-declaration|expected|parenthesize"
17 (*string) // ERROR "non-declaration|expected|parenthesize"
18 *(bool) // ERROR "non-declaration|expected|parenthesize"
H A Dbug394.go10 return nil // ERROR "non-declaration statement outside function body|expected declaration"
H A Dbug277.go65 bug277.go:53: non-declaration statement outside function body
66 bug277.go:54: non-declaration statement outside function body
69 bug277.go:57: non-declaration statement outside function body
70 bug277.go:58: non-declaration statement outside function body
H A Dbug342.go19 previous declaration at bug.go:1
H A Dissue4610.go16 } // GCCGO_ERROR "expected declaration"
H A Dissue4776.go7 // Issue 4776: missing package declaration error should be fatal.
H A Dbug007.go22 main.go.c:13: error: previous declaration of ���_T_2��� was here
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/
H A Dgoto.go24 // goto after declaration okay
32 // goto before declaration okay
40 // goto across declaration not okay
42 goto L // ERROR "goto L jumps over declaration of x at LINE+1|goto jumps over declaration"
48 // goto across declaration in inner scope okay
58 // goto across declaration after inner scope not okay
60 goto L // ERROR "goto L jumps over declaration of x at LINE+5|goto jumps over declaration"
70 // goto across declaration i
[all...]
/haiku-buildtools/gcc/gcc/cp/
H A Dcxx-pretty-print.h47 void declaration (tree);
/haiku-buildtools/gcc/gcc/c-family/
H A Dc-pretty-print.h70 virtual void declaration (tree);
/haiku-buildtools/legacy/binutils/include/
H A Dhp-symtab.h724 unsigned int declaration: 2; member in struct:dntt_type_set
798 unsigned int declaration: 2; member in struct:dntt_type_array
830 unsigned int declaration: 2; member in struct:dntt_type_struct
1411 /* A special source line entry. Provides a mapping of a declaration
/haiku-buildtools/binutils/include/
H A Dhp-symtab.h725 unsigned int declaration: 2; member in struct:dntt_type_set
799 unsigned int declaration: 2; member in struct:dntt_type_array
831 unsigned int declaration: 2; member in struct:dntt_type_struct
1412 /* A special source line entry. Provides a mapping of a declaration
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dparse.h182 void declaration();
/haiku-buildtools/gcc/gmp/mpn/alpha/ev6/nails/
H A Daddmul_2.asm55 C This declaration is munged by configure
H A Daddmul_3.asm58 C This declaration is munged by configure
H A Daddmul_4.asm63 C This declaration is munged by configure
H A Daors_n.asm52 dnl This declaration is munged by configure
H A Daddmul_1.asm70 dnl This declaration is munged by configure
H A Dmul_1.asm70 dnl This declaration is munged by configure
H A Dsubmul_1.asm70 dnl This declaration is munged by configure
/haiku-buildtools/legacy/gcc/gcc/
H A Ddwarf2out.c2324 /* Structure used for the decl_scope table. scope is the current declaration
2335 /* A pointer to the base of a table of references to declaration
2337 of declaration scopes at the current scope and containing
2339 define type declaration DIE's. */
2345 /* Current level of nesting of declaration scopes. */
2461 declaration are. */
4236 /* Return the DIE associated with a given declaration. */
4248 /* Equate a DIE to a particular declaration. */
7615 by looking in either the type declaration or object declaration
8355 register int declaration local
8643 int declaration local
[all...]

Completed in 236 milliseconds

12