Searched refs:type (Results 1 - 25 of 5644) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dderived_name_2.f3 ! Make sure intrinsic type names do not appear as names of derived types
4 type integer ! { dg-error "cannot be the same as an intrinsic type" }
5 type real ! { dg-error "cannot be the same as an intrinsic type" }
6 type complex ! { dg-error "cannot be the same as an intrinsic type" }
7 type character ! { dg-error "cannot be the same as an intrinsic type" }
8 type logica
[all...]
H A Dduplicate_labels_2.f13 type t1
15 end type
16 type t2
18 end type
H A Dmodule_error_1.f904 select type (args) ! { dg-error "Unexpected SELECT TYPE" }
H A Dclass_35.f908 type two_three
9 end type
13 type three
14 end type
H A Dused_types_25.f907 type t
8 end type t
12 type t ! { dg-error "Derived type definition of 't' at .1. has already been defined" }
13 end type t ! { dg-error "Expecting END PROGRAM statement" }
H A Dassumed_type_4.f909 type(*) :: a ! { dg-error "TS 29113/TS 18508: Assumed type" }
H A Dprivate_type_13.f902 ! Test fix for F95 part of PR39800, in which the host association of the type 't1'
12 type :: t1
14 end type
16 type :: t2
17 type(t1) :: j
18 end type
25 type :: t3
26 type(t1) :: j
27 end type
H A Dpr51993.f905 type :: mytyp
7 end type mytyp
H A Dimplicit_16.f9011 type t
12 end type t
26 implicit type(t) (a-h,o-z); parameter (i=0)
32 implicit type(t) (a-h,o-z)! Foobar
39 i = 1 ! { dg-error "Symbol 'i' at .1. has no IMPLICIT type" }
H A Dgeneric_29.f907 type t
10 end type
H A Dstructure_constructor_12.f907 type :: Test
9 end type
11 type :: TestReference
13 end type
H A Dalloc_comp_initializer_3.f9010 type foo
12 end type
13 type(foo), dimension(:,:), allocatable :: data
H A Ddefault_initialization_1.f908 ! If an object of a type for which component-initialization is specified
15 type default_initialization
17 end type default_initialization
18 type (default_initialization) t ! { dg-error "default initialization" }
H A Ddefault_initialization_4.f9011 type default_initialization
13 end type default_initialization
14 type (default_initialization) t ! OK in F2008
H A Dmissing_derived_type_1.f902 ! Tests the fix for PR29364, in which the absence of the derived type
9 type epot_t
11 type(nonexist),pointer :: l ! { dg-error "has not been declared" }
12 end type epot_t
H A Dpr67525.f906 select type (x) ! { dg-error "shall be polymorphic" }
11 select type (x=>null()) ! { dg-error "shall be polymorphic" }
16 select type (x) ! { dg-error "shall be polymorphic" }
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/lookup/
H A Dname-clash9.C6 struct type {}; // { dg-message "previous" } struct in struct:A
7 typedef int type; // { dg-error "conflicts" } typedef in struct:A
H A Dusing30.C3 struct H { typedef int type; }; typedef in struct:H
6 struct type {}; // { dg-message "previous" } struct in struct:J
7 using H::type; // { dg-error "conflicts" }
/haiku-buildtools/gcc/gcc/testsuite/c-c++-common/torture/
H A Dbuiltin-arith-overflow-12.h3 #define TESTS(type, min, max) \
4 T (100, signed type, unsigned type, unsigned type, -1, 0, 0, mul, 0) \
5 T (101, signed type, unsigned type, unsigned type, -1, 1, (unsigned type) -1, mul, 1) \
6 T (102, unsigned type, signed type, unsigne
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/cris/
H A Dsync-xchg-1.c14 #ifndef type
15 #define type int macro
18 type svcsw (type *ptr, type oldval, type newval)
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20040415-1.c2 int f (const char *type) argument
4 return isdigit ((unsigned char) *type++);
H A D20040415-2.c3 int f1 (const char *type) argument
5 return isascii ((unsigned char) *type++);
H A D20080114-1.c4 int type; variable
8 if (type == 1) {
11 else if (type == 0) {
/haiku-buildtools/gcc/fixincludes/tests/base/
H A Dtgmath.h13 # define __floating_type(type) (__builtin_classify_type ((type) 0) == 8 || (__builtin_classify_type ((type) 0) == 9 && __builtin_classify_type (__real__ ((type) 0)) == 8))
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/other/
H A Dpr33601.C6 typedef const A type; typedef
8 int type::* getmemberptr() { return &type::membervar; }

Completed in 263 milliseconds

1234567891011>>