Searched refs:untyped (Results 1 - 13 of 13) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/
H A Dissue6004.go10 _ = nil // ERROR "use of untyped nil"
11 _, _ = nil, 1 // ERROR "use of untyped nil"
12 _, _ = 1, nil // ERROR "use of untyped nil"
13 _ = append(nil, 1, 2, 3) // ERROR "untyped nil"
H A Dbug434.go7 // Test that typed and untyped negative zero floating point constants
H A Dissue4545.go7 // Issue 4545: untyped constants are incorrectly coerced
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/
H A Dcmplx.go47 c64 = complex(1.0, 2.0) // ok, constant is untyped
H A Dshift2.go39 b2 = 2.0 << c // b2 == 64 (untyped integer)
H A Dshift1.go73 // shifts in comparisons w/ untyped operands
/haiku-buildtools/gcc/gcc/fortran/
H A Dsymbol.c254 if (error_flag && !sym->attr.untyped)
258 sym->attr.untyped = 1; /* Ensure we only give an error once. */
335 proc->result->attr.untyped = 1;
4457 /* Check that a symbol is already typed. If strict is not set, an untyped
H A Ddecl.c934 sym->attr.untyped = 1;
5108 sym->attr.untyped = 1;
5247 c->attr.untyped = 1;
H A Dresolve.c261 resort left for untyped names are the IMPLICIT types. */
576 if (!t && !sym->result->attr.untyped)
585 sym->result->attr.untyped = 1;
8101 if (code->expr1->symtree->n.sym->attr.untyped)
14930 && !sym->attr.untyped)
14934 sym->attr.untyped = 1;
14953 && !el->sym->attr.untyped)
14957 el->sym->attr.untyped = 1;
H A Dgfortran.h766 unsigned untyped:1; /* No implicit type could be found. */ member in struct:__anon98
H A Dclass.c771 c->attr.untyped = 1;
H A Dmatch.c5540 sym->attr.untyped = 1;
/haiku-buildtools/gcc/gcc/config/arm/
H A Dneon.ml357 (* Return untyped bits element the same width as argument. *)

Completed in 234 milliseconds