Searched refs:field (Results 1 - 25 of 527) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A D900403_04.C11 unsigned int field; member in struct:s
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/expr/
H A Dbitfield1.C4 bool field:8; member in struct:s
10 if (!p->field)
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.bugs/
H A D900403_04.C10 unsigned int field; member in struct:s
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dunpack_bounds_3.f907 integer, allocatable, dimension(:,:) :: field variable in program:main
13 allocate (field(3,2))
16 field = 0
18 res = unpack(vector, mask, field)
H A Dpr19928-2.f906 integer, dimension (5) :: field component in type:t
11 forall (i = 1:2, j = 1:5) a(i)%field(j) = i * 100 + j
13 if (sum (a%field(foo(calls))) .ne. 304) call abort
15 if (sum (a(foo(calls))%field) .ne. 1015) call abort
H A Dbounds_check_8.f906 integer, dimension (5) :: field component in type:t
24 a(1)%field = 0
25 a(2)%field = 0
27 if (sum(a(foo(calls))%field) /= 0) call abort
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D960301-1.c3 unsigned field : 4; member in struct:foo
10 oldfoo = foo.field;
11 foo.field = k;
H A D20000717-4.c9 int field[6]; member in struct:__anon1631::slot
18 int r = s.slot[0].field[!toggle];
H A Dbf64-1.c5 long long int field : 52; member in struct:tmp
10 long long int field : 52; member in struct:tmp2
17 tmp.field |= 0x0008765412345678LL;
24 tmp2.field |= 0x0008765412345678LL;
36 if (tmp.pad != 0x123 || tmp.field != 0xFFFFFF541FFF567FLL)
38 if (tmp2.pad != 0x123 || tmp2.field != 0xFFFFFF541FFF567FLL)
H A D991118-1.c4 long long int field : 52; member in struct:tmp
9 long long int field : 52; member in struct:tmp2
16 long long int field : 53; member in struct:tmp3
21 long long int field : 53; member in struct:tmp4
28 tmp.field ^= 0x0008765412345678LL;
35 tmp2.field ^= 0x0008765412345678LL;
42 tmp3.field ^= 0x0018765412345678LL;
49 tmp4.field ^= 0x0018765412345678LL;
67 if (tmp.pad != 0x123 || tmp.field != 0xFFF9551175BDFDB5LL)
69 if (tmp2.pad != 0x123 || tmp2.field !
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/torture/
H A Dpr35833.c4 struct S {struct S *field;}; member in struct:S
12 return g(x) ? &True.field : &False.field;
14 return &True.field;
19 if (h(&False.field) != &False.field)
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Denum12.C9 Bool field:1; member in struct:S
11 void copy_enum_bit_field () const { object = field; }
H A Denum7.C6 enum color field:2; // { dg-warning "too small" } member in struct:s
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A D940409-1.c4 struct S { volatile int field; }; member in struct:S
5 int f (register struct S arg); /* { dg-bogus "volatile field" "with arg" } */
6 int g (register struct S); /* { dg-bogus "volatile field" "no arg" } */
H A Dreg-vol-struct-1.c8 struct S { volatile int field; }; member in struct:S
15 register struct S c __asm__("nosuchreg"); /* { dg-error "object with volatile field" "explicit reg name" } */
/haiku-buildtools/binutils/gas/testsuite/gas/tic54x/
H A Dfield.s2 * test .field directive
6 f1: .field 0ABCh, 14 ; f1=0x0
7 f2: .field 0Ah, 5 ; should align to next word, f2=0x1
8 f3: .field 0Ch, 4 ; should be packed in previous word, f3=0x1
9 f4: .field f3 ; align at word 0x2
10 f5: .field 04321h, 32 ;
11 f6: .field 01111b ; default to 16-bit field
12 f7: .field 3,3
13 f8: .field 6
[all...]
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/tic54x/
H A Dfield.s2 * test .field directive
6 f1: .field 0ABCh, 14 ; f1=0x0
7 f2: .field 0Ah, 5 ; should align to next word, f2=0x1
8 f3: .field 0Ch, 4 ; should be packed in previous word, f3=0x1
9 f4: .field f3 ; align at word 0x2
10 f5: .field 04321h, 32 ;
11 f6: .field 01111b ; default to 16-bit field
12 f7: .field 3,3
13 f8: .field 6
[all...]
/haiku-buildtools/binutils/binutils/
H A Delfcomm.c64 byte_put_little_endian (unsigned char * field, elf_vma value, int size) argument
69 field[7] = (((value >> 24) >> 24) >> 8) & 0xff;
70 field[6] = ((value >> 24) >> 24) & 0xff;
71 field[5] = ((value >> 24) >> 16) & 0xff;
72 field[4] = ((value >> 24) >> 8) & 0xff;
75 field[3] = (value >> 24) & 0xff;
78 field[2] = (value >> 16) & 0xff;
81 field[1] = (value >> 8) & 0xff;
84 field[0] = value & 0xff;
94 byte_put_big_endian (unsigned char * field, elf_vm argument
131 byte_get_little_endian(unsigned char *field, int size) argument
234 byte_get_big_endian(unsigned char *field, int size) argument
344 byte_get_signed(unsigned char *field, int size) argument
376 byte_get_64(unsigned char *field, elf_vma *high, elf_vma *low) argument
[all...]
/haiku-buildtools/gcc/gcc/config/
H A Dvxworks.c78 tree field, next_field; local
82 field = build_decl (BUILTINS_LOCATION, FIELD_DECL,
84 DECL_CONTEXT (field) = type;
85 next_field = field;
87 field = build_decl (BUILTINS_LOCATION, FIELD_DECL,
89 DECL_CONTEXT (field) = type;
90 DECL_CHAIN (field) = next_field;
91 next_field = field;
93 field = build_decl (BUILTINS_LOCATION, FIELD_DECL,
95 DECL_CONTEXT (field)
113 tree field = TYPE_FIELDS (type); local
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/opt/
H A Dpr55081.C4 struct R { int field; } r; member in struct:R
11 (reinterpret_cast <__UINTPTR_TYPE__>(&r.field)
/haiku-buildtools/binutils/gas/testsuite/gas/mips/
H A Dunaligned-branch-mips16-2.l2 .*:20: Error: cannot encode misaligned addend in the relocatable field \(0x1\)
3 .*:24: Error: cannot encode misaligned addend in the relocatable field \(0x3\)
4 .*:34: Error: cannot encode misaligned addend in the relocatable field \(0x1\)
5 .*:38: Error: cannot encode misaligned addend in the relocatable field \(0x3\)
6 .*:52: Error: cannot encode misaligned addend in the relocatable field \(0x1\)
7 .*:56: Error: cannot encode misaligned addend in the relocatable field \(0x3\)
8 .*:66: Error: cannot encode misaligned addend in the relocatable field \(0x1\)
9 .*:70: Error: cannot encode misaligned addend in the relocatable field \(0x3\)
H A Dunaligned-branch-micromips-2.l2 .*:20: Error: cannot encode misaligned addend in the relocatable field \(0x1\)
3 .*:24: Error: cannot encode misaligned addend in the relocatable field \(0x3\)
4 .*:34: Error: cannot encode misaligned addend in the relocatable field \(0x1\)
5 .*:38: Error: cannot encode misaligned addend in the relocatable field \(0x3\)
6 .*:52: Error: cannot encode misaligned addend in the relocatable field \(0x1\)
7 .*:56: Error: cannot encode misaligned addend in the relocatable field \(0x3\)
8 .*:66: Error: cannot encode misaligned addend in the relocatable field \(0x1\)
9 .*:70: Error: cannot encode misaligned addend in the relocatable field \(0x3\)
10 .*:84: Error: cannot encode misaligned addend in the relocatable field \(0x1\)
11 .*:88: Error: cannot encode misaligned addend in the relocatable field \(
[all...]
H A Dunaligned-jump-mips16-2.l2 .*:30: Error: cannot encode misaligned addend in the relocatable field \(0x1\)
3 .*:32: Error: cannot encode misaligned addend in the relocatable field \(0x1\)
4 .*:34: Error: cannot encode misaligned addend in the relocatable field \(0x2\)
5 .*:36: Error: cannot encode misaligned addend in the relocatable field \(0x2\)
6 .*:38: Error: cannot encode misaligned addend in the relocatable field \(0x3\)
7 .*:40: Error: cannot encode misaligned addend in the relocatable field \(0x3\)
8 .*:58: Error: cannot encode misaligned addend in the relocatable field \(0x1\)
9 .*:60: Error: cannot encode misaligned addend in the relocatable field \(0x1\)
10 .*:62: Error: cannot encode misaligned addend in the relocatable field \(0x2\)
11 .*:64: Error: cannot encode misaligned addend in the relocatable field \(
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Dpr63995-2.c6 int field; member in struct:ts
15 c->field = -1;
22 if (other->field != 0)
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/bug460.dir/
H A Db.go12 x.int = 20 // ERROR "unexported field"
13 x.int8 = 20 // ERROR "unexported field"
14 x.error = nil // ERROR "unexported field"
15 x.rune = 'a' // ERROR "unexported field"
16 x.byte = 20 // ERROR "unexported field"

Completed in 599 milliseconds

1234567891011>>